text stringlengths 10 2.72M |
|---|
package com.tencent.mm.ui.contact;
import android.database.Cursor;
import com.tencent.mm.kernel.g;
import com.tencent.mm.plugin.messenger.foundation.a.i;
import com.tencent.mm.sdk.platformtools.x;
import com.tencent.mm.storage.ab;
import com.tencent.mm.ui.contact.a.a;
import com.tencent.mm.ui.contact.a.d;
import java.... |
package com.goodhealth.algorithm.Jackson_FastJson;
import com.fasterxml.jackson.annotation.*;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import java.util.Date;
/**
* @ClassName Teacher
* @Description TODO
* @Author WDH
* @Date 2019/8/15 8:14
* @Version 1.0
**/
@Data
... |
package org.usfirst.frc.team6880.robot.driveTrain;
import org.usfirst.frc.team6880.robot.FRCRobot;
import org.usfirst.frc.team6880.robot.jsonReaders.*;
import edu.wpi.first.wpilibj.Encoder;
import edu.wpi.first.wpilibj.SpeedControllerGroup;
import edu.wpi.first.wpilibj.VictorSP;
import edu.wpi.first.wpilibj.drive.Dif... |
package at.fhv.team3.application;
import at.fhv.team3.domain.dto.EmployeeDTO;
public class LoggedInUser {
private static LoggedInUser _loggedInUser;
private EmployeeDTO _user;
private LoggedInUser() {
}
public static LoggedInUser getInstance() {
if (_loggedInUser == null) {
... |
/*
* Copyright 2010 sdp.com, Inc. All rights reserved.
* sdp.com PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
* creator : jiangyixin.stephen
* create time : 2013-2-25 下午5:33:57
*/
package tools.invoker;
import org.junit.Assert;
import org.junit.Test;
import tools.invoker.command.CommandDes... |
/*
* Copyright © 2016, 2018 IBM Corp. All rights reserved.
*
* 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.org/licenses/LICENSE-2.0
*
* Unless required by applicab... |
package com.base.crm.sign.entity;
import java.util.Date;
import java.util.Locale;
import org.thymeleaf.util.DateUtils;
import com.base.common.util.DateFormateType;
import com.base.common.util.PageTools;
public class UserSign {
private Long id;
private Long userId;
private String userName;
pr... |
/*
* 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 com.solutec;
/**
*
* @author esic
*/
public class EmployesConstantes
{
//Connection 1
public static ... |
package edu.cmu.lti.oaqa.openqa.test.team10.passage;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import org.apache.solr.client.solrj.SolrServerException;
import org.jsoup.Jsoup;
import com.google.co... |
package testDemo;
import rabbitmq.MqManager;
public class StartTest
{
public static void main(String[] args)
{
MqManager.start();
}
}
|
package ru.otus.testframework;
import java.util.ArrayList;
import java.util.stream.IntStream;
import ru.otus.testframework.framework.BeforeAll;
import ru.otus.testframework.framework.AfterEach;
import ru.otus.testframework.framework.AfterAll;
import ru.otus.testframework.framework.BeforeEach;
import ru.otus.... |
package com.avogine.junkyard.scene.entity.collision;
import org.ode4j.ode.DGeom;
import org.ode4j.ode.DSpace;
import org.ode4j.ode.DTriMeshData;
import org.ode4j.ode.DWorld;
import org.ode4j.ode.OdeHelper;
import com.avogine.junkyard.scene.entity.Body;
import com.avogine.junkyard.scene.entity.render.TerrainM... |
/**
* Copyright (c) 2016, 指端科技.
*/
package com.rofour.baseball.dao.user.mapper;
import javax.inject.Named;
import com.rofour.baseball.dao.user.bean.RandomCodeBean;
/**
* @ClassName: RandomCodeForUserMapper
* @Description: 用户随机码mapper接口
* @author 周琦
* @date 2016年3月26日 下午3:22:59
*
*/
@Named("randomCodeMapper"... |
package com.spbsu.flamestream.core;
import com.spbsu.flamestream.core.data.meta.LabelsPresence;
import java.io.Serializable;
import java.util.function.BiPredicate;
public interface Equalz extends BiPredicate<DataItem, DataItem>, Serializable {
static Equalz hashEqualz(HashFunction hashFunction) {
return new Eq... |
package com.example.homestay_kha.Controller.Interface;
import com.example.homestay_kha.Model.Tien_nghi_model;
public interface Tien_nghi_Interface {
void getTiennghi (Tien_nghi_model tien_nghi_model);
}
|
package com.jpmc.portfolio.domain;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.List;
public class Fund {
private String name;
private BigDecimal marketValue;
private List<Fund> childFunds = new ArrayList<>();
private List<Fund> parentFunds = new ArrayList<>();
publi... |
package com.ekniernairb.dicejobsearcher.networking;
import android.content.Context;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.net.Uri;
import android.util.Log;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStream... |
package com.mx.profuturo.bolsa.model.service.candidates.dto;
public class GetDetailsCandidateRequestBean {
private String idCandidato;
public String getIdCandidato() {
return idCandidato;
}
public void setIdCandidato(String idCandidato) {
this.idCandidato = idCandidato;
}
}
|
/*
********************************************************************************
* システム:i-mode chat management *
*==============================================================================*
* モジュール:Uid.java *
* クラス名 :Uid ... |
class ForWhile
{
public static void main(String[] args)
{
/*
* for (初始化语句;循环条件表达式;循环后的操作表达式)
* {
* 执行语句:
* }
*/
for(int x = 0; x < 3; x++)
{
System.out.println("x="+x);
}
// 作用域问题,x在for循环中创建,只在for的大括号内有效,
// 离开大括号,x就在内存中消失了
// System.out.println... |
/*
* Copyright (c) 2016, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* 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.org/licenses/LICENSE-2.0
*
* Unles... |
package com.mes.old.meta;
// Generated 2017-5-22 1:25:24 by Hibernate Tools 5.2.1.Final
import java.math.BigDecimal;
/**
* BOperatestep generated by hbm2java
*/
public class BOperatestep implements java.io.Serializable {
private BOperatestepId id;
private BigDecimal operationId;
private String routing;
private... |
package com.mystore.qa.pages;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.CacheLookup;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.PageFactory;
import com.mystore.qa.base.TestBase;
public class PaymentPage extends TestBase {
@FindBy(xpath="//h1[contai... |
/*
* *********************************************************
* Copyright (c) 2019 @alxgcrz All rights reserved.
* This code is licensed under the MIT license.
* Images, graphics, audio and the rest of the assets be
* outside this license and are copyrighted.
* ***************************************************... |
package com.resource.iresource;
import com.dto.DispatcherDto;
import org.springframework.http.ResponseEntity;
import org.springframework.stereotype.Component;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.ann... |
package classes;
public class Pair {
private Time timeInFirstStation;
private Time timeInSecondStation;
private int dayInFirstStation;
private int dayInSecondStation;
private Station firstStation;
private Station secondStation;
public Pair( Station firstStationName,Station seco... |
package com.demo.test.utils;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import javax.servlet.http.HttpServletRequest;
import java.net.InetAddress;
import java.net.UnknownHostException;
/**
* 获取发出request请求的客户端ip, 如果是自己发出的请求,那么获取的是自己的ip
* 注意:
* 如果使用此工具,获取到的不是客户端的ip地址;而是虚拟机的i... |
package penktaPaskaita;
import java.util.Random;
public class penktaAntraUz {
public static void main(String[] args) {
Random random = new Random();
int a =random.nextInt(6);
int b =random.nextInt(6);
int c =random.nextInt(6);
if (a==5||b==5||c==5) {
System.out.println("Pralaimėjai...... |
package com.jyhd.black.dao;
import com.jyhd.black.domain.ActivityData;
import com.jyhd.black.domain.Admin;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
i... |
/*
* 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 control;
import modelo.ProductoModelo;
/**
*
* @author ADSI
*/
public class ProductoControl {
public static String men... |
package com.ibeiliao.statement.api.dto.response;
import java.util.List;
import com.ibeiliao.pay.api.ApiCode;
import com.ibeiliao.pay.api.ApiResultBase;
/**
* 幼儿园账户每日汇总表
*
* @author liuying 2016/9/17.
*/
public class SchoolAccountDailySummaryResponse extends ApiResultBase {
private static final long serialV... |
package com.im.interfaces;
import java.nio.channels.GatheringByteChannel;
/**
* Created by zhoulf on 2017/2/7.
*/
public abstract class Send extends Transmission {
public abstract int writeTo(GatheringByteChannel channel);
public int writeCompletely(GatheringByteChannel channel) {
int totalWritten... |
package kr.hs.emirim.sookhee.redonorpets.adapter;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import androidx.recyclerview.widget.RecyclerView;
import java.util.ArrayList;
import kr.hs.emirim.sookhee.re... |
package fr.lteconsulting.servlet.action;
import java.io.IOException;
import javax.ejb.EJB;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import fr.lteconsulting.DonneesScope;
import fr.lt... |
package com.thyssenkrupp.tks.fls.qf.server.qcs.receive.xml.builder;
import com.thyssenkrupp.tks.fls.qf.server.qcs.receive.xml.BeschichtungsInformationFolieListeType;
import java.io.StringWriter;
import javax.xml.bind.JAXBElement;
import javax.xml.bind.JAXBException;
import javax.xml.namespace.QName;
public cl... |
package com.tencent.mm.plugin.account.security.a;
import com.tencent.mm.ab.b;
import com.tencent.mm.ab.e;
import com.tencent.mm.ab.l;
import com.tencent.mm.kernel.g;
import com.tencent.mm.network.k;
import com.tencent.mm.network.q;
import com.tencent.mm.protocal.c.rl;
import com.tencent.mm.protocal.c.rm;
import com.te... |
package T;
public class Audi extends Car{
public void start() {
System.out.println("Automatic start");
}
public void safety() {
System.out.println("Safety");
}
}
|
package net.minecraft.client.network;
import net.minecraft.client.Minecraft;
public class LanServerInfo {
private final String lanServerMotd;
private final String lanServerIpPort;
private long timeLastSeen;
public LanServerInfo(String p_i47130_1_, String p_i47130_2_) {
this.lanServerMotd = p_i471... |
package View;
import java.awt.Color;
import java.awt.Font;
import java.awt.font.FontRenderContext;
import java.awt.geom.AffineTransform;
import javax.swing.JTextArea;
public class TextAreaHandler {
public static JTextArea setAreaHightByText (JTextArea i_TextArea, String i_Text, int i_X, int i_Y, int i_MaxWidth, Fon... |
package com.tencent.mm.console.a;
import android.content.Context;
import com.tencent.mm.plugin.emoji.model.i;
public final class a implements com.tencent.mm.pluginsdk.cmd.a {
public final boolean a(Context context, String[] strArr) {
i.aEA().igI.aPm();
return true;
}
}
|
package Resources;
public class RProjectors extends Resource {
public RProjectors(String identification, String responsible) {
super(identification, responsible);
}
}
|
package com.ifour.EmployeeManagement.Department;
import javax.persistence.*;
@Entity
@Table
public class Department {
@Id
@SequenceGenerator(name = "department_sequence",
sequenceName = "department_sequence",
allocationSize = 1)
@GeneratedValue(strategy = GenerationTyp... |
package datasource;
import java.util.logging.Logger;
import javax.annotation.sql.DataSourceDefinition;
import javax.ejb.Singleton;
import javax.ejb.Startup;
import javax.enterprise.inject.Produces;
import javax.enterprise.inject.spi.InjectionPoint;
@DataSourceDefinition(
name = "java:app/jdbc/MyDS",
classN... |
/*
* 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 figurasgeometricas;
import javax.crypto.Mac;
/**
*
* @author ESTUDIANTE
*/
public class Circulo extends Figur... |
package step._04_WhileStatement;
import java.util.Scanner;
/* date : 2021-07-01 (목)
* author : develiberta
* number : 01110
*
* [단계]
* 04. While문
* while문을 사용해 봅시다.
* [제목]
* 03. 더하기 사이클 (01110)
* 원래 수로 돌아올 때까지 연산을 반복하는 문제
* [문제]
* 0보다 크거나 같고, 99보다 작거나 같은 정수가 주어질 때 다음과 같은 연산을 할 수 있다.
* 먼저 주어진 수가 10보다 작다면 앞... |
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.ez.model;
/**
*
* @author purushothamanramraj
*/
public class Lang {
private String htmlId;
private String content;
public String getHtmlId() {
return htmlId;
}
public String... |
package com.credithc.libprocessor;
import com.credithc.libannotation.PermissionDenied;
import com.credithc.libannotation.PermissionGranted;
import com.credithc.libannotation.PermissionRationale;
import com.google.auto.service.AutoService;
import java.lang.annotation.Annotation;
import java.util.HashMap;
import java.u... |
/**
* Javassonne
* http://code.google.com/p/javassonne/
*
* @author Hamilton Turner
* @date Mar 24, 2009
*
* Copyright 2009 Javassonne Team
* 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 th... |
class Calculation1{
int c;
public void addition(int a, int b){
c=a+b;
System.out.println("The addition of a and b is "+c);
}
public void subtraction(int a, int b){
c=a-b;
System.out.println("The subtraction of a and b is "+c);
}
}
public class Calculation2 exten... |
package com.tt.miniapp.msg;
import android.text.TextUtils;
import com.tt.frontendapiinterface.a;
import com.tt.frontendapiinterface.b;
import com.tt.miniapp.storage.filestorge.FileManager;
import com.tt.miniapphost.AppBrandLogger;
import com.tt.option.e.e;
import java.io.File;
import java.util.HashMap;
impor... |
package com.example.binlin.uielementsexamples;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.DragEvent;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Switch;
import android.widget.TextView;
import android.w... |
/*
* 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 utilities;
import java.text.ParseException;
import java.util.Date;
import java.text.SimpleDateFormat;
import static java.time.... |
package deals;
import java.io.Serializable;
import java.util.Date;
import javax.xml.bind.annotation.XmlRootElement;
@XmlRootElement
public class Deal implements Serializable {
private Integer Id;
private String name;
private String description;
private String company;
private String img;
private S... |
/*Unique Paths II
question: http://www.lintcode.com/en/problem/unique-paths-ii/
answer: http://www.jiuzhang.com/solutions/unique-paths-ii/
Follow up for "Unique Paths":
Now consider if some obstacles are added to the grids. How many unique paths would there be?
An obstacle and empty space is marked as 1 and 0 respect... |
package com.smxknife.java2.thread.executorservice.demo06;
import java.util.concurrent.LinkedBlockingQueue;
import java.util.concurrent.TimeUnit;
/**
* @author smxknife
* 2020/7/31
*/
public class _Run_WithExceptionThreadPoolExecutor_submit {
public static void main(String[] args) {
WithExceptionThreadPoolExecut... |
package com.xueqiu.servlet;
import java.io.IOException;
import java.net.URLDecoder;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.... |
import java.io.*;
import java.math.*;
import java.security.*;
import java.text.*;
import java.util.*;
import java.util.concurrent.*;
import java.util.regex.*;
public class Solution {
// Complete the minimumSwaps function below.
static int minimumSwaps(int[] arr) {
int minSwaps = 0;
fo... |
package com.example.bratwurst.service;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.web.util.HtmlUtils;
import org.unbescape.html.HtmlEscape;
@Service
public class SanitizingServiceImpl implements SanitizingService
{
@Over... |
package org.quarkchain.web3j.protocol.core;
import java.math.BigInteger;
import java.util.Arrays;
import java.util.Collections;
import org.quarkchain.web3j.protocol.Web3j;
import org.quarkchain.web3j.protocol.Web3jService;
import org.quarkchain.web3j.protocol.core.request.EthFilter;
import org.quarkchain.web3j.protoc... |
package org.mge.general;
import java.util.Arrays;
public class NextHighestNumberWithSameDigits {
public static void main(String[] args) {
String n = "4765";
char[] ch = n.toCharArray();
int i = n.length() - 1;
while(i > 0 && ch[i] < ch[i-1]) {
i--;
}
if(i == 0) {
System.out.println("Not Po... |
package com.tripad.cootrack.erpCommon.process;
import com.tripad.cootrack.data.TmcDocumentUpdate;
import com.tripad.cootrack.data.TmcDocumentUpdateLine;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.Date;
import java.util.List;
import org.openbravo.dal.core.DalUti... |
package org.buaa.ly.MyCar.logic;
import lombok.extern.slf4j.Slf4j;
import org.buaa.ly.MyCar.config.TestLoader;
import org.junit.Test;
import org.springframework.beans.factory.annotation.Autowired;
@Slf4j
public class PayLogicTest extends TestLoader {
@Autowired private PayLogic payLogic;
}
|
package test0;
import org.testng.annotations.AfterClass;
import org.testng.annotations.AfterMethod;
import org.testng.annotations.BeforeClass;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;
/**
How to skip the test case?
use @Test(enabled = false) before the test method
*/
public... |
package pattern_test.proxy.static_proxy;
/**
* Description: 静态代理
* 缺点:一个代理类只能代理一个实现该接口的被代理类。假如要代理InterfaceAImpl1、InterfaceAImpl2、
* InterfaceAImpl3等,必须创建多个代理类。
*
* @author Baltan
* @date 2019-04-02 15:32
*/
public class Test1 {
public static void main(String[] args) {
InterfaceA proxy = new Interfa... |
package com.fireblaze.foodiee.adapters;
import android.content.Context;
import com.firebase.ui.database.FirebaseRecyclerAdapter;
import com.fireblaze.foodiee.UserOperations;
import com.fireblaze.foodiee.models.FoodItem;
import com.fireblaze.foodiee.viewholders.EventViewHolder;
import com.google.firebase.database.Quer... |
package com.tkb.elearning.service;
import java.util.List;
import com.tkb.elearning.model.AboutWe;
/**
* 關於我們Service介面接口
* @author Admin
* @version 創建時間:2016-04-21
*/
public interface AboutWeService {
/**
* 取得關於我們資料清單(分頁)
* @param pageCount
* @param pageStart
* @param aboutWe
* @return List<AboutWe>
... |
/**
* From "Core Java, Vol 2"
*
* @version 1.20 1999-04-26
* @author Cay Horstmann
*
* Modified by Byron Weber Becker, 2012-03-22, to better indicate starting
* multiple threads and to explicitly show the exceptions thrown by the
* bad worker thread.
*/
import java.awt.*;
import java.awt.event.*;
import ja... |
package com.dxc.dao;
import java.util.List;
import com.dxc.pojos.Admin;
import com.dxc.pojos.Customer;
import com.dxc.pojos.Product;
public interface IAdminDao
{
public boolean adminLogin(Admin a);
public boolean addProduct(Product p);
public List<Product> getAllProducts();
public void addCustomer(... |
/**
* HW2 Part 2 - Coding with bitwise operators
*
* (Note the rules are different than in the other java file).
* The only operators you are allowed to use in your code are the following
* - The bitwise operators |, &, ~, ^, <<, >>
* - Increment and Decrement ++, and --. You may also use add things with 1 or s... |
/*
* Copyright (c) 2011. Peter Lawrey
*
* "THE BEER-WARE LICENSE" (Revision 128)
* As long as you retain this notice you can do whatever you want with this stuff.
* If we meet some day, and you think this stuff is worth it, you can buy me a beer in return
* There is no warranty.
*/
package com.google.code.java... |
package chapter14;
import javafx.application.Application;
import javafx.collections.ObservableList;
import javafx.geometry.Insets;
import javafx.scene.Scene;
import javafx.scene.layout.StackPane;
import javafx.scene.paint.Color;
import javafx.scene.shape.Polygon;
import javafx.scene.text.Font;
import javafx.... |
package com.company;
public class Mers extends Cars implements Print{
private String name;
public Mers(String name) {
this.name = name;
}
@Override
public void print() {
System.out.println(name);
}
}
|
package com.zzn.controller;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation... |
package com.bingo.code.example.design.iterator.rewrite;
/**
* �������ӿڣ�������ʺͱ���Ԫ�صIJ���
*/
public interface Iterator {
/**
* �ƶ����ۺ϶���ĵ�һ��λ��
*/
public void first();
/**
* �ƶ����ۺ϶������һ��λ��
*/
public void next();
/**
* �ж��Ƿ��Ѿ��ƶ��ۺ϶�������һ��λ��
* @return true��ʾ�Ѿ��ƶ��ۺ϶�������һ��λ�ã�
... |
package com.ceiba.parkingceiba.controller;
import java.util.List;
import java.util.logging.Level;
import java.util.logging.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.b... |
package com.red.gotrade.fragment;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.v4.app.ActivityOptionsCompat;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View... |
package com.example.crm.service.impl;
public class UserServiceImpl {
}
|
package JogoDaVelha;
public class Main {
public static void main(String[] args) {
Tabuleiro jogo = new Tabuleiro("X","O");
jogo.iniciar();
}
}
|
package manage.teachergui;
import java.awt.BorderLayout;
import java.awt.FlowLayout;
import java.awt.GridLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyAdapter;
import java.awt.event.KeyEvent;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent... |
package com.sinotao.business.dao;
import tk.mybatis.mapper.common.Mapper;
import com.sinotao.business.dao.entity.ClinicarItem;
public interface ClinicarItemDao extends Mapper<ClinicarItem>{
}
|
package com.ireslab.sendx.electra.service;
import com.ireslab.sendx.electra.model.ApprovelRequest;
import com.ireslab.sendx.electra.model.ApprovelResponse;
import com.ireslab.sendx.electra.model.TokenTransferRequest;
import com.ireslab.sendx.electra.model.TokenTransferResponse;
import com.ireslab.sendx.electra.model.T... |
package com.shopping.Filter;
import java.io.IOException;
import java.net.URLDecoder;
import java.sql.SQLException;
import javax.servlet.Filter;
import javax.servlet.FilterChain;
import javax.servlet.FilterConfig;
import javax.servlet.ServletException;
import javax.servlet.ServletRequest;
import javax.servlet.ServletR... |
package org.openfact.rest.idm;
import io.swagger.annotations.ApiModel;
@ApiModel(description = "Modelo para crear retenciones.")
public class Retention extends PercepcionRetencion {
}
|
package huawei;
import java.math.BigInteger;
import java.util.Scanner;
/**
* @author kangkang lou
*/
public class Main_45 {
static String add(String a, String b) {
BigInteger m = new BigInteger(a);
BigInteger n = new BigInteger(b);
return String.valueOf(m.add(n));
}
public stati... |
package com.nearsoft.upiita.api.model;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.EnumType;
import javax.persistence.Enumerated;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinCo... |
package com.zoneigh.clappybird;
import java.util.ArrayList;
import com.badlogic.gdx.ApplicationListener;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.graphics.GL10;
import com.badlogic.gdx.graphics.OrthographicCamera;
import com.badlogic.gdx.graphics.g2d.BitmapFont;
import com.badlogic.gdx.graphics.g... |
package org.damienoreilly.zserv;
import java.io.IOException;
import java.nio.file.Paths;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import org.damienoreilly.zserv.WadReader.WadType;
import org.damienoreilly.zserv.config.ZservWebConfigService;
import org.springframework.stereotype.Compone... |
package br.univel.entrega;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Classe Java de entregar complex type.
*
* <p>O seguinte fragmento do esquema es... |
package com.takshine.core.service.business;
import java.util.List;
import com.takshine.core.service.exception.CRMException;
import com.takshine.wxcrm.domain.Schedule;
import com.takshine.wxcrm.message.error.CrmError;
import com.takshine.wxcrm.message.sugar.ScheduleAdd;
/**
* 日程服务
* @author yihailong
*
*/
public... |
package com.ivara.aravi.minimodulechat;
import android.app.ProgressDialog;
import android.content.Intent;
import android.support.annotation.NonNull;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
import ... |
package fr.doranco.ecommerce.enums;
public enum TypeUtilisateur {
CLIENT ("C"),
MAGASINIER ("M"),
ADMIN ("A");
private String typeUtilisateur;
private TypeUtilisateur(String typeUtilisateur) {
this.typeUtilisateur = typeUtilisateur;
}
public String getTypeUtilisateur() {
return this.typeUtilisateur;
... |
package techquizapp.gui;
import java.awt.Color;
import java.awt.Font;
import java.sql.SQLException;
import javax.swing.JOptionPane;
import techquizapp.dao.UserDAO;
import techquizapp.pojo.User;
import techquizapp.pojo.UserProfile;
public class ChangePasswordFrame extends javax.swing.JFrame {
private String user... |
package com.tencent.mm.plugin.u;
import com.tencent.mm.plugin.report.service.h;
import com.tencent.mm.sdk.platformtools.bi;
public final class g {
public long aeq = 0;
private boolean hEj;
public long lcT = 0;
public long lcU = 0;
public long lcV = -1;
public long lcW = 0;
public long lcX ... |
testing & hello
|
package com.vikastadge.hibernate.xml.service;
import com.vikastadge.hibernate.xml.dao.PersonDAO;
import com.vikastadge.hibernate.xml.dao.entity.PersonEntity;
public class PersonService {
public void save(PersonEntity personEntity){
System.out.println("In Service");
PersonDAO personDAO = new Perso... |
package com.beiyelin.common.document;
import lombok.Data;
import org.apache.poi.POIXMLProperties;
import org.apache.poi.hpsf.DocumentSummaryInformation;
import org.apache.poi.hpsf.SummaryInformation;
import javax.xml.bind.annotation.XmlType;
import java.util.Date;
/**
* Created by newmann2017-09-12.
*/
@Data
@XmlT... |
/*
* Copyright (C) 2014 The Android Open Source Project
*
* 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.org/licenses/LICENSE-2.0
*
* Unless required by app... |
package com.tencent.tencentmap.mapsdk.a;
import org.apache.http.client.HttpRequestRetryHandler;
class dq$a$1 implements HttpRequestRetryHandler {
dq$a$1() {
}
}
|
package com.tibco.as.io.cli;
import java.util.Collection;
import java.util.Collections;
import java.util.logging.Level;
import java.util.logging.Logger;
import com.beust.jcommander.Parameter;
import com.tibco.as.io.BrowseConfig;
import com.tibco.as.io.IChannel;
import com.tibco.as.io.IDestination;
import com.tibco.as... |
package chatroom.serializer;
import chatroom.model.message.*;
import java.io.*;
import java.util.HashMap;
public class LoginResponseSerializer extends MessageSerializer {
LoginResponsesDictionary responseDict = new LoginResponsesDictionary();
@Override
public void serialize(OutputStream out, Message m) ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.