text
stringlengths
10
2.72M
package com.tencent.mm.plugin.remittance.bankcard.ui; import android.widget.Toast; import com.tencent.mm.ab.l; import com.tencent.mm.plugin.remittance.bankcard.a.k; import com.tencent.mm.sdk.platformtools.bi; import com.tencent.mm.sdk.platformtools.x; import com.tencent.mm.wallet_core.c.h.a; class BankRemitBankcardIn...
package com.example.hara.wkflsrhqlv11.DBConnect; public class Value { //login public static String login_url = "http://cslab2.kku.ac.kr/~201341363/login.php"; //오늘,이번주 목표량 보내기 public static String reg_url = "http://cslab2.kku.ac.kr/~201341363/register_day.php"; //오늘 목표량 가져오기 public static Strin...
package com.example.segundoparcialprog2; import androidx.appcompat.app.AppCompatActivity; import android.os.Bundle; import android.text.Html; import android.view.View; import android.widget.RadioButton; import android.widget.RadioGroup; import android.widget.TextView; import android.widget.Toast; public class MainAc...
package edu.floridapoly.polycamsportal; import android.content.Intent; import android.os.AsyncTask; import android.os.Bundle; import android.support.annotation.NonNull; import android.support.design.widget.FloatingActionButton; import android.support.design.widget.NavigationView; import android.support.v4.app.Fragmen...
import java.util.ArrayList; public class Ctrl { Net best_Net; double best_Score; public Ctrl(int pop_per_generation, int number_of_generations, ArrayList<ArrayList<Double>> input, ArrayList<ArrayList<Double>> answers, double mod_W, double mod_Bias) { this.best_Net = (new Generation(pop_per_ge...
package playerAuction.client; import java.util.Scanner; import com.mindtree.exceptions.DuplicateEntryException; import com.mindtree.exceptions.InvalidBestFigureException; import com.mindtree.exceptions.InvalidCategoryException; import com.mindtree.exceptions.InvalidTeamNameException; import com.mindtree.exceptions.No...
package logic.data; public enum EnumGenders { MALE("Male"), FEMALE("Female"), OTHER("Other"); private final String gender; EnumGenders(String gender) { this.gender = gender; } public String toString() { return this.gender; } }
package lnyswz.oa.dao.impl; import java.util.List; import lnyswz.oa.bean.Duty; import lnyswz.oa.dao.DutyDAO; import lnyswz.oa.utils.AbstractPagerManager; import lnyswz.oa.utils.PagerModel; public class DutyDAOImpl extends AbstractPagerManager implements DutyDAO { public void addDuty(Duty duty) { this...
package com.eagle.order.service.impl; import com.eagle.order.mapper.PermissionMapper; import com.eagle.order.mapper.RoleMapper; import com.eagle.order.domain.Role; import com.eagle.order.domain.RoleExample; import com.eagle.order.service.RoleService; import com.eagle.order.util.QueryData; import com.eagle.order.util.R...
package com.gtfs.service.interfaces; import java.io.Serializable; import java.util.List; import com.gtfs.bean.LicPremFreqAllowARMst; public interface LicPremFreqAllowARMstService extends Serializable{ List<String> findPayModeByProdId(Long prodId); List<Object> checkForAddbRiderByAgeAndProdId(Integer age,Long prodI...
import java.util.ArrayList; public class RoomManager {//대화방의 정보표현 객체 String title = null;//방제목 int count;//방 인원수 String boss;//방장(방 개설자) ArrayList<String> userName = new ArrayList<>(); //userName을 담는다. }
package example.testgrader.test; import android.test.AndroidTestCase; public class AndroidTest extends AndroidTestCase { protected double fValue1; protected double fValue2; protected void setUp() { fValue1= 2.0; fValue2= 3.0; } public void testAdd() { double result= fValu...
package pl.connectis.cschool.client; import com.google.gwt.user.client.rpc.AsyncCallback; import com.google.gwt.user.client.rpc.RemoteService; import com.google.gwt.user.client.rpc.RemoteServiceRelativePath; import pl.connectis.cschool.shared.Invoice; import pl.connectis.cschool.shared.Product; import pl.connec...
package com.omnicuris.controller; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.http.HttpHeaders; import org.springframework.http.HttpStatus; import org.springframework.http.MediaType; import org.springframework.http.ResponseEntity; import org.springframework.web.bind.annota...
package week5lab1.sidm.com.game; /** * Created by User on 25/11/2017. */ import android.graphics.Canvas; import android.graphics.Color; import android.provider.Settings; import android.view.SurfaceHolder; public class UpdateThread extends Thread { static final long targetFPS = 60; private Gameview view = ...
/** * */ package io.github.liuzm.manage.api; import java.util.List; import io.github.liuzm.distribute.common.model.Node; /** * * @author qydpc * */ public interface ClientService { public List<Node> getClients(); }
package view; import java.awt.Component; import javax.swing.JButton; import javax.swing.JFrame; import javax.swing.JPanel; import railroad.Facade; public class SpeedWindow { JFrame _window; public SpeedWindow() { _window = new JFrame("Adicionador de trem"); _window.setSize(300, 140...
package com.javazuki.samples.javase.array; import static org.hamcrest.CoreMatchers.*; import static org.hamcrest.MatcherAssert.*; import java.util.Arrays; import java.util.List; import java.util.stream.Collectors; import org.junit.Test; public class ArrayTest { /** * 「EFFECTIVE JAVA 第2版」P.116より引用。<br/> * コ...
package com.company.Data.initialize; import com.company.Data.connection.ConnectionToDatabase; import com.mysql.jdbc.Connection; import com.mysql.jdbc.Statement; import java.sql.SQLException; /** * Created by semen on 08.10.2015. */ public class NewDatabaseCreator { private String dataBaseName; private Str...
package edu.cmu.lti.oaqa.openqa.test.team10.retrieval; /* * Copyright 2012 Carnegie Mellon University * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.or...
package com.cskaoyan.bean; public class MaterialReceive { private String receiveId; private int amount; private MaterialMessage material; private String receiveDate; private String receiver; private String sender; private String note; @Override public String toString() { re...
package com.example.onlineshop.view.fragments; import android.os.Build; import android.os.Bundle; import androidx.annotation.RequiresApi; import androidx.fragment.app.Fragment; import androidx.lifecycle.Observer; import androidx.lifecycle.ViewModelProvider; import androidx.lifecycle.ViewModelProviders; import androi...
import java.util.Scanner; public class coba { public static void main(String args[]) { Scanner sc = new Scanner(System.in); System.out.println("SHELL SORTING"); System.out.print("Enter the number of elements : "); int n = sc.nextInt(); int arr[] = new int[n]; System....
import java.util.*; import polyhedra.*; public class CubeDemo { public static void main(String[] args) { List<Prism> prisms = new ArrayList<>(); prisms.add(new Cube(4)); prisms.add(new Cube(1)); prisms.add(new Cylinder(4, 0.5)); prisms.add(new Cube(2)); System.out.println(prisms); Collections.sort(pris...
package example; import java.util.Scanner; public class StringPrac { public static void main(String[] args) { Scanner s = new Scanner(System.in); String st = s.nextLine(); System.out.println("STRING : " + st); StringBuilder sb = new StringBuilder(st); System.out.println("...
package File; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.File; import java.io.FileReader; import java.io.FileWriter; import java.io.IOException; import java.util.ArrayList; import java.util.Collections; public class FileClassIlkin { public static void main(String[] args) throws IOE...
package com.sendi.netrequest; import android.annotation.TargetApi; import android.app.Activity; import android.content.Context; import android.content.pm.PackageManager; import android.os.Build; import android.os.Process; import android.support.v4.app.ActivityCompat; import android.support.v4.app.Fragment; import ja...
package dev.mariogrimaldi.kata.fizzbuzz; import dev.mariogrimaldi.kata.fizzbuzz.rule.DivisibleByRule; import dev.mariogrimaldi.kata.fizzbuzz.rule.deluxe.DeluxeRule; import dev.mariogrimaldi.kata.fizzbuzz.rule.deluxe.FakeDeluxe; import dev.mariogrimaldi.kata.fizzbuzz.rule.deluxe.OldDeluxeBehaviour; import org.junit.Bef...
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.model.dao; import com.model.entity.Veiculo; import java.util.List; import javax.ejb.Stateless; import javax.persistence.EntityManager; import javax.persistence.PersistenceContext; import javax.persistence.Qu...
package com.noteshare.project.utils; import java.util.ArrayList; public class ShowJavaProjectConstant { /**项目文件存储路径*/ public static final String PROJECTPATH = "project.projectPath"; /**项目库文件夹路径*/ public static final String PROJECTLIBPATH = "project.projectLibPath"; public static ArrayList<String> SUF...
package main; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.util.LinkedList; import org.json.JSONArray; import org.json.JSONObject; import team.Squad; import team.Team; import team.coach.Coach; import team.coach.CoachBehavior; imp...
package com.accp.entity; import com.baomidou.mybatisplus.extension.activerecord.Model; import java.time.LocalDate; import java.io.Serializable; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import lombok.Data; import lombok.EqualsAndHashCode; import lombok.experimental.Accesso...
package com.tencent.mm.pluginsdk.g.a.a; import com.tencent.mm.ab.b; import com.tencent.mm.ab.b.a; import com.tencent.mm.network.q; import com.tencent.mm.protocal.c.bho; import com.tencent.mm.protocal.c.oi; import com.tencent.mm.protocal.c.oj; import com.tencent.mm.sdk.platformtools.x; public final class m extends n {...
package com.cpe.mysql.webblog; import com.cpe.mysql.webblog.entity.Role; import com.cpe.mysql.webblog.entity.Tag; import com.cpe.mysql.webblog.entity.User; import com.cpe.mysql.webblog.repository.RoleRepository; import com.cpe.mysql.webblog.repository.TagRepository; import com.cpe.mysql.webblog.repository.UserReposito...
package com.rockwellcollins.atc.limp.translate.lustre.utils; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import jkind.lustre.BinaryExpr; import jkind.lustre.BinaryOp; import jkind.lustre.BoolExpr; import jkind.lustre.Equation; import jkind.lustre.Expr; import jki...
package test15PiDataProvidersEx; import org.testng.annotations.DataProvider; import org.testng.annotations.Test; public class TestDataExcelListEmp { @DataProvider(name = "excelData") public static Object[][] Authentication() throws Exception { return ExcelUtils.getLoginObjs("C://test//data.xlsx", "input"); } ...
package com.ys.service; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMethod; import org.springframework.web.bind.annotation.ResponseBody; import java.io.IOException; import java.net.URISyntaxException; /** * Created by yushi on 2017/3/27. */ @...
package com.blog.system.Dto; public class DailyBean { private int dailyid; private int userid; private String dailyname; private String daily; private java.sql.Date postingdate; private java.sql.Date modifytime; private String keyword; private String tab; public int getDailyid() { return dailyid; } publ...
/** * * @author Bassem E-Hamedy * @version : V 3 * OverDue object class created to have an object of over view to hold the Overdue members */ public class OverDue { private int overdueDays; private String email; private String bookName; private String entryDate; private String BorrowDate; private String ...
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package game; import java.util.ArrayList; import org.w3c.dom.Document; import org.w3c.dom.Element; /** * * @author kahlaoui */ pub...
package zm.gov.moh.core.utils; import java.util.AbstractMap; import java.util.concurrent.TimeUnit; import io.reactivex.Maybe; import io.reactivex.Single; import io.reactivex.android.schedulers.AndroidSchedulers; import io.reactivex.disposables.Disposable; import io.reactivex.functions.Action; import io.reactivex.func...
package com.ibeiliao.pay.impl.thirdpay.jdpay.response; import java.math.BigDecimal; import java.util.List; import org.apache.commons.lang3.StringUtils; import org.apache.commons.lang3.math.NumberUtils; import com.ibeiliao.pay.api.enums.PayCode; import com.ibeiliao.pay.impl.thirdpay.BaseResponse; import com.ibeiliao....
package nb.queryDomain; import java.io.Serializable; import java.math.BigDecimal; public class BidDetails implements Serializable { private Long bidId; private BigDecimal startPrice; public BidDetails() { } public BidDetails(Long bidId, BigDecimal startPrice) { this.bidId = bidId; ...
package br.ufrgs.rmpestano.intrabundle.event; import java.io.Serializable; /** * Created by rmpestano on 1/26/14. */ public class LocaleChangeEvent implements Serializable { }
package lab3bZad1; // DeckOfCards class represents a deck of playing cards. import java.util.Random; public class DeckOfCards { private String faces[] = { "Ace", "Deuce", "Three", "Four", "Five", "Six", "Seven", "Eight", "Nine", "Ten", "Jack", "Queen", "King" }; private String suits[] = { "Hearts", "Diamon...
package com.canby.weather; import com.canby.observer.Observable; import com.canby.observer.Observer; import java.util.HashSet; import java.util.Set; /** * Created by acanby on 12/10/2014. */ public class WeatherStation implements Observable { private Set<Observer> observers = new HashSet<>(); private boole...
package org.kuali.mobility.computerlabs.dao; import java.net.MalformedURLException; import java.net.URL; import java.util.ArrayList; import java.util.Collection; import java.util.Collections; import java.util.LinkedHashMap; import java.util.List; import java.util.Map; import org.apache.log4j.Logger; import org.kuali....
public class Speaker { int maxVolume; int crtVolume; public Speaker(int maxVolume){ this.maxVolume=maxVolume; this.crtVolume=maxVolume/4; } public Speaker(int maxVolume,int crtVolume){ this.maxVolume=maxVolume; this.crtVolume=crtVolume; } public b...
package org.liuchang.service.finance.impl; import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.databind.ObjectMapper; import org.apache.poi.hssf.usermodel.*; import org.apache.poi.hssf.util.HSSFColor; import org.liuchang.bean.finance.PayVO; import org.liuchang.bean.finance.SearchDat...
package com.yy.lite.brpc.interceptor.domain; import com.yy.aomi.sdk.tracecontext.HandleTraceContext; public class BrpcHandleTraceContext extends HandleTraceContext { public static final String BRPC_THREADPOOL_MODEL_KEY = "brpc_work_threadpool"; public BrpcHandleTraceContext() { this(BRPC_THREADPOOL_M...
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package guioptimiser; import java.awt.Color; import java.awt.image.BufferedImage; import java.io.BufferedReader; import java...
package com.outsideintdd.katas.scoreboard; import org.junit.Before; import org.junit.Test; import org.mockito.Mock; import org.mockito.MockitoAnnotations; import static org.mockito.Mockito.verify; import static org.mockito.Mockito.when; public class ScoreKeeperShould { @Mock BasketRepository basketRepository; @...
package com.company; import java.time.LocalDate; import java.util.ArrayList; import java.util.Scanner; public class TicketManager { ArrayList<Ticket> tickets = new ArrayList<>(); void create(Ticket ticket, Scanner scanner, boolean isBusinessSeat){ System.out.println("please insert passenger's name...
package com.plexobject.dp.sample.dao; public interface Filter<T> { boolean accept(T object); }
package com.example.localdatatimedemo.support; import com.google.gson.JsonElement; import com.google.gson.JsonPrimitive; import com.google.gson.JsonSerializationContext; import com.google.gson.JsonSerializer; import java.lang.reflect.Type; import java.time.LocalDateTime; /** * Description TODO * * @author Roye.L ...
package generic_test; import java.util.ArrayList; public class Test1 { public static void main(String[] args) { Dog d1 = new Dog(); d1.setName("zs"); d1.setAge(10); Dog d2 = new Dog(); d2.setName("ls"); d2.setAge(9); ArrayList<Dog> al = new ArrayList<>();...
//Singletone with Enum public class Connection { private static Connection connection=new Connection(); public enum ConnectionState { WIFI,MobileNetwork,NoConnection; } //Private ctor private Connection( ) { } //public Connection( EnumState.ConnectionState c) //{ //this.CS=C; //} public v...
package com.tencent.mm.plugin.qqmail.ui; import android.content.DialogInterface; import android.content.DialogInterface.OnClickListener; import com.tencent.mm.model.au; import com.tencent.mm.plugin.qqmail.b.o; import com.tencent.mm.plugin.qqmail.b.w; import com.tencent.mm.plugin.qqmail.b.y; import com.tencent.mm.plugi...
package com.d3ti.pbolanj.thread3; class ThreadUtama { public void jalan(String name) { for(int i=1;i<6;i++) { try { Thread.sleep(1000); } catch (InterruptedException e) { // TODO Auto-generated catch block e.printStackTrace(); } System.out.println("Thread "+name+" posisi: "+i); } } }
package com.luhc.blog.entity; public class Author { private Long id; private String authorName; private String authorPassword; private String authorEmail; public Long getId() { return id; } public void setId(Long id) { this.id = id; } public String getAuthorName() { return authorNa...
package com.tencent.mm.plugin.wallet_core.ui.view; import android.content.Context; import android.util.AttributeSet; import android.widget.FrameLayout; import com.tencent.mm.sdk.platformtools.x; public class WalletScratchShakeView extends FrameLayout { boolean pAa; boolean pAb; private a pAc; b pzZ; ...
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package myobs; import java.io.File; import java.io.FileNotFoundException; import java.io.FileWriter; import java.io.IOException; impor...
public class CountingSemaphore { int count = 0; public CountingSemaphore (int count) { this.count = count; } public synchronized void up () { count++; notifyAll(); } public synchronized void down() throws InterruptedException { if (count == 0) wait(); co...
package it.dstech.film.service; import it.dstech.film.model.Genere; public interface GenereService { Genere findById(int id); void save(Genere genere); }
package Chapter6Review; //E6.6 public class DataSet { private double value; private double sum = 0; private int counter = 0; private double smallest; private double largest; private Boolean firstRun = true; public DataSet() { } public void add(double aValue) { value = aV...
package org.processmining.plugins.PromMasterPlugin.processmining.plugins.improvediscovery; public class OLAPDiscoveryConfiguration { String name; public OLAPDiscoveryConfiguration(String name) { this.name = name; } public String getName() { return name; } public void setName(String name) { ...
package dev.etna.jabberclient.xmpp; import android.content.Context; import android.content.res.Resources; public enum XMPPServiceError { LOGIN_BAD_CREDENTIALS, LOGIN_UNEXPECTED_ERROR, LOGOUT_UNEXPECTED_ERROR, CONTACT_ADD_UNEXPECTED_ERROR, CONTACT_DELETE_UNEXPECTED_ERROR, CONTACT_FETCH_UNEXPECT...
/* * UniTime 3.5 (University Timetabling Application) * Copyright (C) 2013, UniTime LLC, and individual contributors * as indicated by the @authors tag. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Soft...
package com.magicalcoder.youyaboot.model; import org.springframework.format.annotation.DateTimeFormat; import com.fasterxml.jackson.annotation.JsonFormat; import java.util.Date; import java.sql.Time; import java.sql.Timestamp; import java.math.*; import java.io.Serializable; import lombok.Data; /** * 代码为自动生成 Created b...
package bookexercises.chapter1.fundamentals.one; import edu.princeton.cs.algs4.StdOut; /** * Puts the binary representation of a positive integer N into a String s */ public class Nine { /** * * @author atlednolispe */ public static String convert1(int N) { String res = ""; wh...
package org.tyaa.java.springboot.gae.simplespa.JavaSpringBootGaeSimpleSpa.model; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.databind.annotation.JsonDeserialize; import com.google.gson.annotations.Expose; import com.goo...
package net.tyas.laundry.ui.main; import com.androidnetworking.error.ANError; import io.reactivex.functions.Consumer; import net.tyas.laundry.data.DataManager; import net.tyas.laundry.data.network.model.Category; import net.tyas.laundry.utils.rx.SchedulerProvider; import net.tyas.laundry.ui.base.BasePresenter; import ...
package com.ahsel.simbirsoft.models; import javax.persistence.*; @Entity @Table(name = "words") public class Words { @Id @GeneratedValue(strategy = GenerationType.AUTO) private Long id; private String word; private int count; public Long getId() { return id; } public void...
package com.pfchoice.springboot.model; import java.io.Serializable; import java.util.Date; import javax.persistence.Basic; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.FetchType; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import java...
package com.service; import com.domain.model.FundModel; import com.google.common.collect.Lists; import org.springframework.stereotype.Service; import java.util.List; /** * @author anthony_xu * @version $$Id: bkpartner-parent, v 0.1 2018/05/15 13:20 anthony_xu Exp $$ */ @Service public class FundServiceImpl implem...
package com.ak; import java.sql.Connection; import java.sql.DriverManager; import java.sql.SQLException; import java.sql.Statement; public class InsertRecord { public static void main(String[] args) { try { String connectionString = "jdbc:sqlite:\\F:\\Learning stuff\\TestDB\\entertai...
import java.util.Scanner; public class StupidPassGenerator { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); int n1 = Integer.parseInt(scanner.nextLine()); int n2 = Integer.parseInt(scanner.nextLine()); for (int i = 1; i <= n1; i++) { ...
package com.nbc.controller; import com.nbc.utils.DateUtils; import com.nbc.utils.NumberUtils; import org.apache.log4j.Logger; import org.bson.types.ObjectId; import org.springframework.util.StringUtils; import javax.servlet.http.HttpServletRequest; import java.lang.reflect.Field; import java.util.Date; public abstra...
package com.sharpower.action; import java.io.BufferedReader; import java.io.InputStream; import java.io.InputStreamReader; import java.net.URL; import java.net.URLConnection; import java.util.Date; import java.util.Map; import org.apache.struts2.json.JSONUtil; import com.opensymphony.xwork2.ActionSupport; public clas...
package test; import static org.junit.Assert.*; import java.awt.event.ActionEvent; import java.util.List; import javax.faces.model.DataModel; import javax.faces.model.ListDataModel; import model.Cuidador; import org.junit.Test; import dao.CuidadorDao; import dao.CuidadorDaoImp; public class CuidadorTest { priv...
package Test; import GUI.Frame; import Sound.SoundEnvironments; import org.junit.Test; import static org.junit.Assert.assertEquals; public class GUITest { Frame gui = new Frame(); @Test public void testStartButtonCreation() { assertEquals(gui.getStart_sound().getText(), "Start"); } @Tes...
/*処理ルール 入力されたモールス符号列を復号し、その単語を文字列として標準出力に出力してください。 使用されるモールス符号はA-Zのアルファベットのみ 復号した単語は必ず一般的な英単語(基本形)となるので、それをヒントに復号時に枝刈りを行ってください。 英単語はdictionary.txtに含まれるものになります。 ただし、dictionary.txtにある単語をすべてモールス符号化して、入力と比較するような実装は評価しません。必ず入力を復元しながら枝刈りするようにしてください。 仕様に反する入力を受け取った場合、終了コード1でプログラムを終了してください。 */ /* 出力ルール 出力する...
package com.spring.boot.rocks; import java.util.Arrays; import java.util.Collections; import javax.sql.DataSource; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Qualifier; import org.springframework.context.annotation.Bean; import org.springframewo...
public interface NumberFormatter { String format(int input); }
package com.qq.wx.voice.embed.recognizer; public final class b { public e bgl = new e(); }
package com.jasoftsolutions.mikhuna.model; import com.google.gson.annotations.SerializedName; /** * Created by Hugo on 21/01/2015. */ public class Link extends AbstractModel { private String link; @SerializedName("type_link") private Integer typeLink; private Long restaurantServerId; public ...
package com.ayantsoft.test.dao.test; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertNull; import java.util.List; import org.junit.After; import org.junit.Before; import org.junit.Test; import com.ayantsoft.test.dao.Employee...
package com.duanxr.yith.easy; import java.util.HashMap; import java.util.Map; /** * @author 段然 2021/3/8 */ public class DegreeOfAnArray { /** * Given a non-empty array of non-negative integers nums, the degree of this array is defined as the maximum frequency of any one of its elements. * * Your task is...
package com.example.zealience.oneiromancy.mvp.presenter; import android.os.Handler; import android.text.Editable; import android.text.TextWatcher; import android.widget.EditText; import com.steven.base.bean.UserInfo; import com.example.zealience.oneiromancy.mvp.contract.LoginContract; import com.steven.base.util.User...
package mobi.wrt.oreader.app.test.feedly; import mobi.wrt.oreader.app.clients.db.ClientEntity; import mobi.wrt.oreader.app.clients.feedly.db.Subscriptions; import mobi.wrt.oreader.app.clients.feedly.processor.SubscriptionsProcessor; import mobi.wrt.oreader.app.test.common.AbstractTestProcessor; /** * Created by Ulad...
package edu.sit.erro.propriedades; public class PropriedadesException extends Exception{ private static final long serialVersionUID = 1L; public PropriedadesException(EErroPropriedade erro) { super(erro.getMensage()); } }
package com.wzy.class1; import org.springframework.beans.BeansException; import org.springframework.context.ApplicationContext; import org.springframework.context.ApplicationContextAware; import org.springframework.stereotype.Repository; import javax.annotation.PostConstruct; /** * @author wzy * @title: IndexDao ...
package agh.queueFreeShop.physical.weight; import org.springframework.stereotype.Component; /** * Dummy entrance weight. */ @Component public class EntranceWeight extends Weight { }
package com.example.wanderlust; import androidx.appcompat.app.ActionBar; import androidx.appcompat.app.AppCompatActivity; import android.os.Bundle; import android.widget.TextView; import com.example.wanderlust.DatabaseHelper.DbInstance; import com.example.wanderlust.Doa.BlogObject; import java.util.ArrayList; publ...
package com.mod.user_service.service; import com.mod.user_service.document.Admin; import com.mod.user_service.document.Trainer; import com.mod.user_service.document.User; import com.mod.user_service.document.auth.Login; import com.mod.user_service.document.payload.request.AuthEvent; import com.mod.user_service.reposit...
package com.onplan.util; import com.google.common.base.Strings; import static com.onplan.util.MorePreconditions.checkNotNullOrEmpty; public final class StringUtils { /** * When the text exceeds the maxLength returns the text trimmed with the trimmedSuffix, otherwise * returns the full text. The resulting str...
package me.luliru.gateway.core.repository.entity; import java.io.Serializable; import java.util.Date; /** * ApplicationQa * Created by luliru on 2019/7/8. */ public class ApplicationQa implements Serializable { /** * * This field was generated by MyBatis Generator. * This field corresponds to th...
package com.issCollege.po; import java.io.Serializable; import java.util.Date; /** * sampleappoint * @author */ public class Sampleappoint implements Serializable { /** * 样品下发单编号,自增主键 */ private Long sampleappointId; /** * 报告编号,引用自样品表 */ private Long reportnum; /** *...
package com.tencent.mm.plugin.webview.ui.tools.bag; import android.os.Bundle; import com.tencent.mm.sdk.platformtools.x; import org.json.JSONException; import org.json.JSONObject; final class n$a extends JSONObject { public n$a(Object obj) { if (obj instanceof String) { put("type", 1); ...
package com.markhetherington.thisishow.ui.controllers; import com.markhetherington.thisishow.models.Project; import java.util.ArrayList; import java.util.List; public class FeedController extends BaseViewController<FeedController.FeedControllerListener> { @Override protected void onListenerAdded() { ...