text
stringlengths
10
2.72M
package com.javatechie.jenkin.api; import javax.annotation.PostConstruct; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.web.bind.annotation.GetMapping; import o...
package com.test; public class event02 implements Event { public event02() { } @Override public void action() { System.out.println("엔터입력 !"); } }
package com.example.homework2; import android.content.Context; import android.content.Intent; import android.content.res.Configuration; import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.Button; import android.app.Activity; imp...
package solve; import structure.ComparablePair; import evaluators.Differentiator; import evaluators.Evaluator; import evaluators.ExpressionEvaluator; import java.util.HashSet; import java.util.Map; import java.util.Set; import java.util.TreeMap; import static solve.DoubleUtil.fuzzyEqual; import static solve.DoubleUt...
package Frame; import Model.CreamCart; import Model.Ocasion; import javax.swing.*; import java.awt.*; import java.awt.event.ActionEvent; import java.awt.event.WindowEvent; /* Класс - хранилище действий, привязываемых к кнопкам. */ public class Actions { /* Абстрактный класс - родительский для всех ...
package com.bowlong.third.netty4; import io.netty.channel.ChannelInboundHandlerAdapter; import io.netty.channel.ChannelInitializer; import io.netty.channel.ChannelPipeline; import io.netty.channel.socket.SocketChannel; import io.netty.handler.timeout.ReadTimeoutHandler; import io.netty.util.HashedWheelTimer; import io...
package com.cloudogu.smeagol.wiki.infrastructure; import com.cloudogu.smeagol.Account; import com.cloudogu.smeagol.wiki.domain.Wiki; import com.google.common.annotations.VisibleForTesting; import com.google.common.base.Charsets; import com.google.common.base.Stopwatch; import com.google.common.collect.ImmutableList; i...
package com.example.graphqldemo.record; import java.util.List; public record BookInput(String title, Integer pageCount, Long authorId, List<Long> genreIds) { }
package present; import java.util.List; import bean.TuijianBean; import m.Getdatamodle; import mInterface.SpHotv; import mybase.Basepresent; /** * Created by 地地 on 2017/12/7. * 邮箱:461211527@qq.com. */ public class SpHotp extends Basepresent { private Getdatamodle getdatamodle; private SpHotv spHotv; ...
package elaundry.controller; import java.util.List; import javax.servlet.http.HttpServletRequest; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframework.web.bind.annotation.PathVariable; import org...
package com.tks.ds; /** * @see Graph#dijkstra(int) */ public class ExceptionContainsNegativeWeight extends Exception { private static final long serialVersionUID = 2L; ExceptionContainsNegativeWeight() { super("Graph contains a negative weighted edge cycle"); } }
package com.tencent.mm.ui.chatting.viewitems; import android.os.Bundle; import android.view.ContextMenu; import android.view.LayoutInflater; import android.view.MenuItem; import android.view.View; import android.view.ViewGroup.LayoutParams; import com.tencent.mm.R; import com.tencent.mm.ak.o; import com.tencent.mm.g.a...
package com.tencent.mm.plugin.offline.a; import android.text.TextUtils; import com.tencent.mm.plugin.wallet_core.model.Bankcard; import java.util.HashMap; import java.util.Map; import org.json.JSONObject; public final class i extends com.tencent.mm.wallet_core.tenpay.model.i { public String bTi = ""; public S...
package com.sushichet.sushichet.mvvvm.paging; import android.arch.paging.PagedList; import android.arch.paging.PagedListAdapter; import android.content.Context; import android.content.Intent; import android.support.annotation.NonNull; import android.support.v7.widget.RecyclerView; import android.view.LayoutInflater; i...
package com.edu.miusched.controller; import com.edu.miusched.domain.Entry; import com.edu.miusched.service.EntryService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframework.ui.ModelMap; import ...
package prj.betfair.api.betting.operations; import java.util.List; import com.fasterxml.jackson.annotation.JsonProperty; import prj.betfair.api.betting.datatypes.EventTypeResult; import prj.betfair.api.betting.datatypes.MarketFilter; import prj.betfair.api.betting.exceptions.APINGException; import prj.betfair.api.co...
package net.sourceforge.vrapper.vim.commands; import net.sourceforge.vrapper.keymap.KeyStroke; import net.sourceforge.vrapper.keymap.vim.ConstructorWrappers; import net.sourceforge.vrapper.utils.Function; import net.sourceforge.vrapper.vim.EditorAdaptor; import net.sourceforge.vrapper.vim.MacroPlayer; import net.sourc...
package hacker.rank.reformattingdates; import static java.util.stream.Collectors.joining; import static java.util.stream.Collectors.toList; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.IOException; import java.io.InputStreamReader; import java.io.OutputStreamWriter; import java.text.Pa...
// Shape.java public abstract class Shape { protected Location location; public Shape() { location = new Location(); } public void setLocation( Location location ) { this.location = location; } public Location getLocation() { return location; } public abstrac...
package com.tencent.mm.plugin.sns.ui; public interface af$a { void SN(); void aX(String str, boolean z); boolean bCr(); int getPlayErrorCode(); int getPlayVideoDuration(); int getUiStayTime(); void sG(int 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 trial; import com.mongodb.MongoClient; import com.mongodb.MongoClientURI; import com.mongodb.client.MongoDatabase; /** * * ...
package com.lhlp.pages.entity; import java.util.Date; public class Student { private int stuId; private int courId; private String stuName; private String stuPass; private String stuSex; private String major; private String dept; private String className; private String stuTel; ...
package org.alienideology.jcord.internal.object.client.app; import org.alienideology.jcord.handle.client.app.IAuthApplication; import org.alienideology.jcord.handle.oauth.Scope; import org.alienideology.jcord.internal.object.client.Client; import org.alienideology.jcord.internal.object.client.ClientObject; import jav...
package com.bytedance.platform.godzilla.d.a; import android.os.Handler; import android.os.HandlerThread; import com.bytedance.platform.godzilla.d.d; public final class b { private static HandlerThread a; private static Handler b = new Handler(a.getLooper()); private static boolean c; pri...
package com.scottehboeh.glc.managers; import com.scottehboeh.glc.referrals.ReferralDirectories; import java.io.File; import java.io.FileWriter; import java.io.IOException; import java.net.InetAddress; import java.net.NetworkInterface; import java.time.LocalDate; import java.time.LocalDateTime; import java....
package com.supconit.kqfx.web.fxzf.notify.daos.Impl; import hc.base.domains.Pageable; import hc.orm.AbstractBasicDaoImpl; import org.springframework.stereotype.Repository; import com.supconit.kqfx.web.fxzf.notify.daos.NotifyDao; import com.supconit.kqfx.web.fxzf.notify.entities.Notify; @Repository("taizhou_offsit...
package kyle.game.besiege.party; import com.badlogic.gdx.graphics.g2d.TextureRegion; import kyle.game.besiege.Assets; public class AmmoType { public enum Type { ARROW, ARROW_FIRE, ARROW_POISON, DART, THROWN_AXE, THROWN_FIRE, SPEAR, SPEAR_FIRE, ...
package com.tencent.mm.plugin.luckymoney.ui; import android.content.Intent; class LuckyMoneyPrepareUI$14 implements Runnable { final /* synthetic */ LuckyMoneyPrepareUI kWX; LuckyMoneyPrepareUI$14(LuckyMoneyPrepareUI luckyMoneyPrepareUI) { this.kWX = luckyMoneyPrepareUI; } public final void ...
import java.net.*; import java.io.*; import java.util.concurrent.*; import java.util.*; import java.util.regex.Pattern; import java.util.regex.Matcher; public class ServeurThread extends ServeurFonctions implements Runnable{ public Socket socket; int port; ArrayList <Games> listePartie; Games jeu; Joueur ...
package tech.hobbs.mallparkingmanagementsystem.repository; import tech.hobbs.mallparkingmanagementsystem.entities.ParkingBay; import java.util.Optional; public interface ParkingBayRepository extends BaseRepository<ParkingBay> { Optional<ParkingBay> findFirst1ByBayOccupiedIsFalse(); }
package com.hxsb.model.BUY_ERP_ORDER_CREATE; import java.util.Date; public class SCM_S00_NOTICE { private Long reckey; private String taskname; private String dataname; private String datacode; private Long bizunitid; private Long bizareaid; private Long bizshopid; private Integer deptid; private String tit...
package com.perhab.napalm.statement; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; /** * Marks the method to be executed for performance test. * @author bigbear3001 * */ @Retention(RetentionPolicy.RU...
package com.project.controller; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.http.HttpStatus; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.PostMapping; import org.springframework.web.bind.a...
package CollectionsTest; import java.util.Iterator; import java.util.TreeSet; public class SetDemo { public static void main(String[] args) { TreeSet<String> set = new TreeSet<>(); set.add("b"); set.add("a"); set.add("r"); set.add("e"); //移除一个元素 set.remove("r"); //普通遍历,由于树集是对插入任意进行排序输出,所以,不可以根据索引获...
package com.tencent.mm.plugin.appbrand.menu; import android.content.Context; import android.widget.Toast; import com.tencent.mm.plugin.appbrand.config.AppBrandSysConfig; import com.tencent.mm.plugin.appbrand.menu.a.a; import com.tencent.mm.plugin.appbrand.page.p; import com.tencent.mm.plugin.appbrand.performance.AppBr...
package model; /** * Created by 11437 on 2017/12/11. */ public class Code { private String status; private String code; private String message; public void setStatus(String status){ this.status=status; } public void setCode(String code){ this.code=code; } public void ...
package br.com.inter.banco.modelo.core; import java.util.Random; public abstract class Conta { private Integer numero; private Double saldo; private Cliente cliente; public Conta() { this.saldo = 0.0; } public abstract void depositar(Double valor); public Double consultarSaldo() { retu...
package com.afs.invoiceapi.service; import com.afs.invoiceapi.exceptions.DomainNotFoundException; import com.afs.invoiceapi.model.Invoice; import com.afs.invoiceapi.repository.CustomerRepository; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.extension.ExtendWith; import org.mockito.Mockito; import or...
package com.yirmio.lockawayadmin.BL; import android.widget.ImageView; import com.parse.ParseFile; /** * Created by yirmio on 1/9/2015. */ public class RestaurantMenuObject implements Comparable<RestaurantMenuObject> { //region Properties private float price; private String title; private float time...
package com.learn.learn.bassis.datasave; import android.content.Context; import android.content.SharedPreferences; import com.wyt.common.base.BaseActivity; public class SharedPreferencesActivity extends BaseActivity { @Override protected int getLayout() { return 0; } @Override public v...
package jbyco.optimization.jump; import jbyco.optimization.Statistics; import jbyco.optimization.common.ClassTransformer; import jbyco.optimization.common.MethodTransformer; import org.objectweb.asm.tree.ClassNode; import org.objectweb.asm.tree.InsnList; import org.objectweb.asm.tree.MethodNode; import java.util.List...
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ma...
package com.haozileung.rpc.common.compression.strategy; public interface CompressionStrategy { CompressionResult compress(byte[] buffer); byte[] decompress(byte[] buffer); }
class Request { private int distance; private int numOfPassengers; private int time; public Request (int distance, int numOfPassengers, int time) { this.distance = distance; this.numOfPassengers = numOfPassengers; this.time = time; } public int getDistance() { return this.distance; } ...
/* * [y] hybris Platform * * Copyright (c) 2018 SAP SE or an SAP affiliate company. All rights reserved. * * This software is the confidential and proprietary information of SAP * ("Confidential Information"). You shall not disclose such Confidential * Information and shall use it only in accordance with the ter...
package com.city.beijing.dao.shardingMapper; import com.city.beijing.model.UtilMessageBundle; import com.city.beijing.model.UtilMessageBundleExample; import java.util.List; import org.apache.ibatis.annotations.Param; public interface UtilMessageBundleMapper { /** * This method was generated by MyBatis Genera...
public class RooperK { public static void main(String[]arg) { int a = 1; short b = 2; byte c = 127; double d = 1000000000; float f = 3.14f; String str = "Попов_ИВТ/б-11о"; System.out.printf("Привет,%s:a=%7d,b=%o,...
import java.util.concurrent.TimeUnit; import org.openqa.selenium.Dimension; import org.openqa.selenium.chrome.ChromeDriver; import org.openqa.selenium.ie.InternetExplorerDriver; public class Reducesize { public static void main(String[] args) { InternetExplorerDriver driver=new InternetExplorerDriver(); ...
package com.tencent.mm.plugin.appbrand.permission; import com.tencent.mm.sdk.platformtools.x; class b$5 implements Runnable { final /* synthetic */ String bAj; final /* synthetic */ String fEQ; final /* synthetic */ Runnable gqb; b$5(Runnable runnable, String str, String str2) { this.gqb = ru...
package fr.lteconsulting; import java.io.File; import java.io.FileInputStream; import java.io.IOException; public class LireFichier { public static void main( String[] args ) { File fichier = new File( "C:\\Tmp\\QCM1.png" ); if( !fichier.exists() ) { System.out.println( "Le fichier à lire n'existe pas !!!...
package com.aacademy.bike_station.controller; import com.aacademy.bike_station.dto.ColorDto; import com.aacademy.bike_station.service.ColorService; import org.springframework.http.ResponseEntity; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.PathVariable; imp...
package com.forpleuvoir.forpleuvoir.controller; import com.forpleuvoir.forpleuvoir.utils.StringUtil; import org.springframework.stereotype.Controller; import org.springframework.util.ClassUtils; import org.springframework.web.bind.annotation.PostMapping; import org.springframework.web.bind.annotation.RequestMapping; i...
package net.minecraft.world.gen.feature; import java.util.Random; import net.minecraft.block.state.IBlockState; import net.minecraft.util.math.BlockPos; import net.minecraft.world.World; public abstract class WorldGenerator { private final boolean doBlockNotify; public WorldGenerator() { this(false); } ...
package br.com.univag.dao; import br.com.univag.exception.DaoException; import br.com.univag.fabricaConexao.Conexao; import br.com.univag.model.UsuarioVo; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.util.ArrayList; import...
package rugal.westion.jiefanglu.controller; import java.util.LinkedHashMap; import java.util.Map; import javax.servlet.http.HttpServletRequest; import org.apache.http.HttpRequest; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import org.spring...
package org.yipuran.gsonhelper.array; import java.lang.reflect.Type; import java.util.Arrays; import java.util.List; import java.util.stream.Collectors; import java.util.stream.Stream; import com.google.gson.GsonBuilder; import com.google.gson.reflect.TypeToken; /** * JsonArrayReader生成ビルダ. * <PRE> * (使用例) * * G...
package com.intraway.error; import com.intraway.exception.MessageNotFoundException; import com.intraway.exception.TransactionRefuseException; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; import org.springframework.stereotype.Controller; import org.springframework.web.bind...
package com.msir.web; import com.msir.service.NewsService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.PathVariable; import org.springframework.web.bind.annotation.RequestMapping; import org.springframew...
package listFragmentExample; import android.os.Bundle; import android.support.v4.app.ListFragment; import android.util.Log; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.AdapterView; import com.project.project1.R; /** * Created by user on 19/04/16...
package br.com.smarthouse.controledeluzes.persistence; import org.springframework.data.jpa.repository.JpaRepository; import br.com.smarthouse.controledeluzes.model.ambiente.Objeto; public interface ObjetoDAO extends JpaRepository<Objeto, Long> { }
/* * Copyright (C) 2015 Miquel Sas * * 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 Software Foundation, either version 3 of the License, or (at your option) any later * version. * * This program is d...
package com.example.ticktick; import android.content.DialogInterface; import android.content.Intent; import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.Button; import android.widget.TextView; import androidx.annotation.NonNull; ...
package com.onplan.persistence; import com.onplan.domain.persistent.SystemEventHistory; public interface SystemEventHistoryDao extends GenericDao<SystemEventHistory> { }
package com.mes.old.meta; // Generated 2017-5-22 1:25:24 by Hibernate Tools 5.2.1.Final import java.math.BigDecimal; import java.util.Date; /** * TvTaskPartId generated by hbm2java */ public class TvTaskPartId implements java.io.Serializable { private String taskuid; private String partNumber; private BigDecima...
package com.conglomerate.dev.models.domain; import lombok.AllArgsConstructor; import lombok.Builder; import lombok.NoArgsConstructor; import lombok.Value; @Value @Builder @AllArgsConstructor public class AddUserDomain { String email; String passwordHash; String userName; public AddUserDomain() { ...
package com.objectrecogniser.listeners; import android.os.RemoteException; import android.support.annotation.NonNull; import android.util.Log; import com.google.firebase.database.DataSnapshot; import com.google.firebase.database.DatabaseError; import com.google.firebase.database.ValueEventListener; import com.objectr...
package com.darichey.blockgame.world; import com.badlogic.gdx.math.Vector2; import com.darichey.blockgame.entity.block.Block; import com.darichey.blockgame.entity.dynamic.DynamicEntity; import com.darichey.blockgame.entity.dynamic.EntityPlayer; import com.darichey.blockgame.world.chunk.Chunk; import com.darichey.block...
package com.example.markus.todoregister.gui; import android.content.Intent; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v4.content.res.ResourcesCompat; import android.support.v4.view.MenuItemCompat; import android.support.v7.app.AppCompatActivity; import android.view.Me...
import java.util.*; class Permutations { public List<List<Integer>> getPermutations(List<List<Integer>> nums) { List<List<Integer>> result = new LinkedList<>(); List<Integer> path = new LinkedList(); dfs(result, nums, path, 0); return result; } private void dfs(List<List<Integer>> result, List<L...
package info.blockchain.wallet.payload.data; import com.fasterxml.jackson.annotation.JsonAutoDetect; import com.fasterxml.jackson.annotation.JsonAutoDetect.Visibility; import com.fasterxml.jackson.annotation.JsonIgnore; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import com.fasterxml.jackson.annotati...
package com.tencent.mm.plugin.webview.b; import android.database.Cursor; import com.tencent.mm.kernel.g; import com.tencent.mm.model.au; import com.tencent.mm.sdk.platformtools.bi; import com.tencent.mm.sdk.platformtools.x; import java.util.HashMap; import java.util.LinkedList; import java.util.List; import java.util....
package com.todoapp.repository; import com.todoapp.entity.Group; import java.util.List; public interface GroupRepository { List<Group> findByName(String name); Group save(Group var1); Group findById(String var1); void delete(int var1); List<Group> findAll(); boolean checkEnroll(String usernam...
package com.maweiming.wechat.bot.service.message.core; /** * maweiming.com * Copyright (C) 1994-2018 All Rights Reserved. * * @author CoderMa * @version MessageType.java, v 0.1 2018-11-06 00:18 */ public enum MessageType { TEXT("文本"), IMAGES("图片"), VOICE("语音"), VIDEO("视频"), EMOJI("表情包"), ...
package com.yida.utils; import java.io.BufferedOutputStream; import java.io.File; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; /** ********************* * 流通用方法 * * @author yangke * @version 1.0 * @created 2018年5月1...
package com.fatosajvazi; import java.util.ArrayList; public class Customer { private String customerName; ArrayList<Double> transactions; public Customer(String customerName) { this.customerName = customerName; this.transactions = new ArrayList<>(); } public Custom...
package com.greenfoxacademy.webshop.controllers; import com.greenfoxacademy.webshop.ShopItem; import java.util.ArrayList; import java.util.Comparator; import java.util.List; import java.util.stream.Collectors; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframe...
package com.app.basics; import org.apache.log4j.Appender; import org.apache.log4j.ConsoleAppender; import org.apache.log4j.Layout; import org.apache.log4j.Logger; import org.apache.log4j.SimpleLayout; public class Product { private static Logger log = Logger.getLogger(Product.class); public static void main(String...
package com.example.SBNZ.mappers; import com.example.SBNZ.dto.CEPInputDTO; import com.example.SBNZ.model.training.cep.CEPInput; import com.example.SBNZ.service.ExerciseService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; import java.util.ArrayList; 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 Vistas; /** * * @author USUARIO */ public class AcercaDe extends javax.swing.JInternalFrame { /** * Creates new f...
package org.usfirst.frc.team3223.robot; import edu.wpi.first.wpilibj.SpeedController; import edu.wpi.first.wpilibj.Talon; public class RobotConfiguration { private SpeedController left_motor, right_motor; public RobotConfiguration(){ left_motor = new Talon(0); right_motor = new Talon(1); } public void turn(...
package com.example.railway.service.Passenger; import com.example.railway.model.Passenger; import java.util.List; public interface IPassengerService { Passenger update(Passenger passenger); Passenger delete(String id); Passenger getById(String id); Passenger create(Passenger passenger); List<Pass...
package org.rart.petclinic.services; import org.rart.petclinic.models.Vet; public interface VetService extends CrudService<Vet,Long> { }
package uw.cse.dineon.user.restaurantselection; import java.util.Collection; import java.util.List; import uw.cse.dineon.library.RestaurantInfo; import uw.cse.dineon.library.animation.ExpandAnimation; import uw.cse.dineon.library.image.DineOnImage; import uw.cse.dineon.library.image.ImageGetCallback; import uw.cse.di...
package com.company; import java.util.Scanner; public class CheckForPalindrome { private static final String ENTER_NUMBER_FOR_CHECK = "Введите число для проверки на палиндром : "; private static final String IS_PALINDROME = "Палиндром"; private static final String IS_NOT_PALINDROME = "Не палиндром"; p...
package com.tencent.mm.plugin.setting.ui.setting; import android.content.DialogInterface; import android.content.DialogInterface.OnCancelListener; import com.tencent.mm.kernel.g; import com.tencent.mm.plugin.setting.model.e; class SettingsTrustFriendUI$5 implements OnCancelListener { final /* synthetic */ Setting...
package pages; import org.openqa.selenium.support.PageFactory; import org.testng.Assert; import org.testng.annotations.*; import factory.BrowserFactory; import factory.DataProviderFactory; public class VerifyHomePage extends BrowserFactory{ @BeforeMethod public void setUp() throws Exception { dri...
package com.tencent.pb.common.b.a; import com.google.a.a.b; import com.google.a.a.e; public final class a$as extends e { public int dQN; public int dQO; public int veK; public int veL; public int veM; public int veN; public int veO; public int veP; public int veQ; public int ve...
package com.tencent.mm.plugin.facedetect.model; import com.tencent.mm.plugin.facedetect.FaceProNative; import com.tencent.mm.plugin.facedetect.FaceProNative.FaceResult; import com.tencent.mm.sdk.platformtools.bi; import com.tencent.mm.sdk.platformtools.x; public final class g { public FaceProNative iNy = null; ...
package resources; import dto.InventoryDetailsDto; import dto.MessageDto; import entity.Inventory; import io.dropwizard.hibernate.UnitOfWork; import service.InventoryService; import javax.ws.rs.*; import javax.ws.rs.core.MediaType; import java.util.List; @Path("/inventory") @Produces(MediaType.APPLICATION_JSON) publ...
package com.example.mynews; import retrofit2.Call; import retrofit2.http.GET; import retrofit2.http.Query; public interface NewsAPI { @GET("top-headlines") Call<NewsResponse> getNewsList(@Query("country") String newCountry, @Query("apiKey") String apiKey); @GET("everything") Call<NewsResponse> getNews...
package me.ljseokd.basicboard.modules.notice.reply; import lombok.RequiredArgsConstructor; import me.ljseokd.basicboard.modules.account.Account; import me.ljseokd.basicboard.modules.account.AccountRepository; import me.ljseokd.basicboard.modules.notice.Notice; import me.ljseokd.basicboard.modules.notice.NoticeReposito...
package com.sameer.springdemo; public class MyApp { public static void main(String[] args) { // TODO Auto-generated method stub Coach theCoach = new TrackCoach(); System.out.println(theCoach.getDetailWorkout()); } }
package elements; public class HtmlTableCol extends HtmlElement { private HtmlTag TABLECOL_OPEN_TAG = HtmlTag.TD_OPEN; private HtmlTag CLOSE_TAG = HtmlTag.CLOSE_TAG; private HtmlTag TABLECOL_CLOSE_TAG = HtmlTag.TD_CLOSE; @Override protected HtmlTag getStartTag() { return TABLECOL_OPEN_TAG...
package com.tencent.mm.plugin.qqmail.ui; import android.view.View; import android.view.View.OnClickListener; class ComposeUI$3 implements OnClickListener { final /* synthetic */ ComposeUI mfs; ComposeUI$3(ComposeUI composeUI) { this.mfs = composeUI; } public final void onClick(View view) { ...
package com.cnk.travelogix.service; import com.cnk.travelogix.fb.userdata.FBUserInfo; /** * Facebook Auth Template */ public interface FacebookAuthTemplate { /** * @param paramString * @return FBUserInfo */ public FBUserInfo getUserInfo(String paramString); }
package com.tencent.mm.g.a; public final class lz$b { public boolean bJm = false; public String bOX; public String bWx; }
package L17_March3; import java.util.ArrayList; import java.util.LinkedList; import java.util.Scanner; public class GenericTree { // private class Node { int data; ArrayList<Node> children = new ArrayList<>(); } private Node root; private int size; public GenericTree() { this.ro...
package com.jingb.application.ninegag; /** * Created by jingb on 16/3/19. */ public class NineGagDatagram { String status; String message; NineGagPaging paging; NineGagImageDatagram[] data; public NineGagImageDatagram[] getData() { return data; } public void setData(NineGagImage...
package com.rockwellcollins.atc.limp.converter; import org.eclipse.xtext.conversion.IValueConverter; import org.eclipse.xtext.conversion.ValueConverter; import org.eclipse.xtext.conversion.impl.AbstractDeclarativeValueConverterService; import org.eclipse.xtext.conversion.impl.STRINGValueConverter; import com.google.i...
package com.vilio.bps.inquiry.pojo; import java.io.Serializable; import java.util.Date; /** * Created by zhuxu on 2017/5/4. */ public class InquiryBaseValueBean implements Serializable{ //关联估价公司 private String companyCode; // private String code; //状态值 1 有估价值;2 等待人工估价; 3 无法估价 private String ...