text
stringlengths
10
2.72M
package com.example.hp.dramaapp; import android.content.Intent; import android.content.SharedPreferences; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.view.View; import android.view.Window; import android.view.WindowManager; import android.view.animation.AnimationUtils; imp...
package com.tencent.mm.ui; import android.view.View; import android.view.View.OnClickListener; import com.tencent.mm.sdk.platformtools.x; public abstract class u implements OnClickListener { private long ngz = -1; public abstract void aBU(); public void onClick(View view) { x.i("MicroMsg.MMCusto...
package br.com.ecommerce.pages.retaguarda.cadastros.cores; import static br.com.ecommerce.config.DriverFactory.getDriver; import org.openqa.selenium.By; import org.openqa.selenium.WebElement; import org.openqa.selenium.support.FindBy; import org.openqa.selenium.support.PageFactory; import br.com.ecommerce.config.Bas...
package ve.com.mastercircuito.objects; public class UserType { private Integer id; private String type; public UserType() { } public UserType(Integer id, String type) { super(); this.id = id; this.type = type; } public UserType(UserType userTypeInfo) { this.id = userTypeInfo...
package HW7; import java.lang.reflect.Array; import java.util.Arrays; /*changes made : 1) The initialize variable is set to 2 instead of 1. Otherwise if it is 1,the length of array -1 will be be 0 in add function and the check will be false 2) Added the logic to double the size array when it reaches ...
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2017.01....
package com.tt.miniapp.secrecy.ui; import android.app.Application; import android.content.Context; import android.graphics.Canvas; import android.graphics.Paint; import android.graphics.PorterDuff; import android.graphics.drawable.Drawable; import android.graphics.drawable.GradientDrawable; import android.tex...
import java.util.List; import interfaces.IMenu; import loader.PluginLoader; public class Configuration implements IMenu { @Override public void goTo(char key){ if ((key == 'c' || key == 'C')) { System.out.println("Configuration"); System.out.println("Difficulty - Press D"); System.out....
package br.com.beblue.lojadisco.http.corporesposta; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import com.fasterxml.jackson.annotation.JsonProperty; @JsonIgnoreProperties(ignoreUnknown = true) public class CorpoAlbum { @JsonProperty("albums") private Albuns albuns; public Albuns getAl...
package ru.ibs.intern.entity; import lombok.AllArgsConstructor; import lombok.Data; import lombok.NoArgsConstructor; import javax.persistence.*; @Entity @AllArgsConstructor @NoArgsConstructor @Table @Data public class Currency { @Id private String currencyCode; private Double currencyRate; private S...
package com.wuyan.masteryi.admin.entity; import lombok.Data; /** * @Author: Zhao Shuqing * @Date: 2021/7/6 10:30 * @Description: */ @Data public class User { private Integer userId; private String userName; private String userPwd; private String userImgUrl; private String address; private...
/** **************************************************************************** * Copyright (c) The Spray Project. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at ...
package br.com.allerp.allbanks.entity.user; import javax.persistence.CascadeType; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.EnumType; import javax.persistence.Enumerated; import javax.persistence.Inheritance; import javax.persistence.InheritanceType; import javax.persis...
package com.test.login; import org.openqa.selenium.WebDriver; import org.openqa.selenium.chrome.ChromeDriver; import org.testng.annotations.AfterMethod; import org.testng.annotations.BeforeMethod; import com.constants.PathConstants; public class Baseclass { WebDriver driver; @BeforeMethod public void Init...
package com.tencent.d.b.f; import android.os.Handler; import android.os.HandlerThread; import android.os.Looper; import com.tencent.d.a.c.c; public class g { private static volatile g vmA = null; private Handler vmB = null; private Handler vmC = null; private g() { HandlerThread handlerThread...
package com.edu.design.adapter; public interface Movable { double getSpeed(); }
package fr.clivana.lemansnews.dao; import java.util.ArrayList; import java.util.Date; import java.util.Iterator; import java.util.List; import android.content.ContentValues; import android.content.Context; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import fr.clivana.lemansnews.enti...
package com.hqb.patshop.mbg.dao; import com.hqb.patshop.mbg.model.SmsHomeAdvertise; import com.hqb.patshop.mbg.model.SmsHomeHot; import com.hqb.patshop.mbg.model.SmsHomeProductDao; import com.hqb.patshop.mbg.model.PmsProductCategoryDao; import java.util.List; public interface SmsHomeAdvertiseMapper { List<SmsH...
package com.promuplug.entity; import java.util.Calendar; import javax.persistence.CascadeType; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.OneToOne; import java...
import java.math.BigInteger; public class HashResult { private int distance; private byte[] buf; public HashResult(int distance, byte[] buf) { this.distance = distance; this.buf = buf; } public int getDistance() { return this.distance; } public byte[] ...
package utilities; import com.fasterxml.jackson.databind.JsonNode; import com.fasterxml.jackson.databind.ObjectMapper; import com.fasterxml.jackson.databind.node.ObjectNode; import models.Category; import org.junit.Test; import javax.management.ObjectName; import java.io.IOException; import java.util.ArrayList; impor...
package ru.itis.javalab.config; import com.zaxxer.hikari.HikariConfig; import com.zaxxer.hikari.HikariDataSource; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.ComponentScan; import org.springframework.co...
package org.apache.commons.net.ftp.parser; import java.text.ParsePosition; import java.text.SimpleDateFormat; import java.util.Calendar; import java.util.Date; import java.util.GregorianCalendar; import java.util.HashMap; import java.util.Locale; import java.util.TimeZone; import org.apache.commons.net.ftp.FTPFile; im...
package TreeGraph; public class _checkBalanced { public boolean isBalanced(TreeNode root) { if (root == null) return true; return false; } }
package main; public class Asimilador extends Extractora { public Asimilador(){ } }
package cn.sharp.android.ncr.display; import java.util.ArrayList; import java.util.List; import com.socialcard.activity.R; import android.content.ContentResolver; import android.content.ContentValues; import android.content.Context; import android.content.res.Resources; import android.net.Uri; import android.os.Handle...
package model; import org.junit.jupiter.api.Test; import persistence.JsonReader; import ui.Account; import java.io.IOException; import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.fail; public class JsonReaderTest { @Test void testReaderNonExistentFil...
package com.tencent.mm.plugin.product.ui; import android.widget.TextView; class i$a { public TextView lTt = null; public MaxGridView lTu = null; public j lTv = null; final /* synthetic */ i lTw; i$a(i iVar) { this.lTw = iVar; } }
/* * Copyright (c) 2018, Lawrence Livermore National Security, LLC. Produced at the Lawrence Livermore National Laboratory * CODE-743439. * All rights reserved. * This file is part of CCT. For details, see https://github.com/LLNL/coda-calibration-tool. * * Licensed under the Apache License, Version 2.0 (the “Licensee...
package app; import java.io.FileNotFoundException; import java.io.IOException; import java.io.InputStreamReader; import java.io.PrintWriter; import java.io.UnsupportedEncodingException; import java.text.DateFormat; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.ArrayList; import j...
import java.util.Scanner; public class main_pg8_4 { public static void main(String[] args) { Scanner keyboard = new Scanner(System.in); System.out.println("Enter initial price."); double price= keyboard.nextDouble(); // price = 500;System.out.println("500"); double oj_price = price; int month; ...
package com.leetcode.oj; // 152 https://leetcode.com/problems/maximum-product-subarray/ public class MaximumProductSubarray_152 { public int maxProduct(int[] nums){ if(nums==null||nums.length==0){ return Integer.MIN_VALUE; } int maxEnd = nums[0]; int minEnd = nums[0]; int maxSofar...
package com.example.SBNZ.mappers; import com.example.SBNZ.enums.diet.Goal; import org.springframework.stereotype.Component; import java.util.ArrayList; import java.util.List; @Component public class GoalMapper implements MapperInterface<Goal, String>{ @Override public Goal toEntity(String dto) { ret...
package controller; import model.Acao; import model.Dificuldade; public class GameControl { public static void main(String[] args) { MapaDoJogo m = MapaDoJogo.getInstance(3, Dificuldade.MEDIO); m.alteraJogador(0, Acao.ATACAR, true); m.alteraJogador(1, Acao.DEFENDER, false); ...
package eu.randomcrap.explosivetraps; import org.bukkit.Server; import org.bukkit.command.Command; import org.bukkit.command.CommandSender; import org.bukkit.entity.Player; import org.bukkit.inventory.ItemStack; import org.bukkit.plugin.PluginManager; import org.bukkit.plugin.java.JavaPlugin; import com.sk89q.worldgu...
package com.app.pojos; import javax.persistence.Column; import javax.persistence.Embeddable; @Embeddable public class Address { @Column(name="addr_1") private String addr; @Column(name="city") private String city; @Column(name="state") private String state; @Column(name="landmark") private String landmark; @...
package com.gin.pixivmanager.controller; import com.gin.pixivmanager.service.DataManager; import com.gin.pixivmanager.service.NgaPostServ; import com.gin.pixivmanager.service.UserInfo; import lombok.extern.slf4j.Slf4j; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.a...
package com.coda.visitors; import org.springframework.web.bind.annotation.*; import java.sql.SQLException; import java.util.List; @RestController public class VisitorController { VisitorRepo repo = new VisitorRepo(); @RequestMapping("/") public String helloWorld() { return "helloWorld"; }...
package com.other.updown.domain.jsonkey; public class RecordInfoJsonKey { public final static String RECORD_START_NO = "RecordStartNo"; public final static String RETURN_NUM = "ReturnNum"; public final static String TOTAL_NUM = "TotalNum"; }
/* * [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 la.opi.verificacionciudadana.api; import java.util.StringTokenizer; import java.util.regex.Matcher; import java.util.regex.Pattern; /** * Created by Jhordan on 25/02/15. */ public class HttpHelper { private static String token ; public static String regexToken(String html){ String regex =...
package org.sodeja.act; public class ActorId { private final ActorManager manager; private boolean running = true; protected ActorId(ActorManager manager) { this.manager = manager; } public ActorId send(Object msg) { if(running) { manager.send(this, msg); } else { throw new RuntimeEx...
package com.tmtmmobile.tmtm; import android.app.Activity; import android.app.AlarmManager; import android.app.PendingIntent; import android.app.ProgressDialog; import android.content.Intent; import android.content.SharedPreferences; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import and...
package gr.hua.dit.ds.ergasia.Rest; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; import gr.h...
package br.usp.memoriavirtual.modelo.fachadas; import java.util.ArrayList; import java.util.Date; import java.util.List; import javax.ejb.Stateless; import javax.persistence.EntityManager; import javax.persistence.PersistenceContext; import javax.persistence.Query; import br.usp.memoriavirtual.modelo.enti...
package com.tyss.cg.methods; public class MethodOverloadingEx { //both static and non static methods can be overloaded. //overloading can be done between static and non static methods too. public static void disp() { System.out.println("public static void disp()..."); } public static void disp(St...
package br.com.gerenciamento.pessoas; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest class GerenciamentoPessoasApplicationTests { @Test void contextLoads() { } }
package rhtn_homework; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.StringTokenizer; public class BOJ_2096_내려가기 { private static int N; public static void main(String[] args) throws IOException{ BufferedReader br = new BufferedReader(new InputStr...
package factorycampodebatalha; import campodebatalha.Terreno; public abstract class TerrenoFactory { public static Terreno getTerreno (String terreno) { return null; } }
package com.tencent.mm.ui.transmit; import com.tencent.mm.storage.bd; import com.tencent.mm.y.g.a; class MsgRetransmitUI$12 implements Runnable { final /* synthetic */ String bAd; final /* synthetic */ bd dAB; final /* synthetic */ MsgRetransmitUI uDL; final /* synthetic */ a uDQ; final /* synthet...
package com.tencent.mm.plugin.appbrand.ui.recents; import com.tencent.mm.sdk.platformtools.bi; class a$8 implements Runnable { final /* synthetic */ a gyS; final /* synthetic */ i gyY; a$8(a aVar, i iVar) { this.gyS = aVar; this.gyY = iVar; } public final void run() { if ...
// Decompiled by DJ v3.7.7.81 Copyright 2004 Atanas Neshkov Date: 20/06/2004 11:11:44 p.m. // Home Page : http://members.fortunecity.com/neshkov/dj.html - Check often for new version! // Decompiler options: packimports(3) nonlb // Source File Name: CheckSecurity.java package com.slort.tag; import javax.servlet.h...
package com.example.iutassistant.Presenter; import com.example.iutassistant.Model.CourseModel; import com.example.iutassistant.Model.User; import java.util.List; public interface IFirebaseCourseListPresenter { public void useFireBaseCourseModelList(List<CourseModel> courseModelList); }
package com.data.inserter.service.service; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.SQLException; import javax.sql.DataSource; import org.springframework.amqp.rabbit.annotation.RabbitListener; import org.springframework.beans.factory.annotation.Autowired; import org.springframew...
package tachyon; /** * Used to identify StorageDir in hierarchy store. */ public class StorageDirId { static final long UNKNOWN = -1; /** * Generate StorageDirId from given information * * @param level storage level of the StorageTier which contains the StorageDir * @param storageLevelaliasValue St...
package com.hason.dtp.account.dao; import com.hason.dtp.account.entity.User; import org.springframework.data.jpa.repository.JpaRepository; /** * 用户dao * * @author Huanghs * @since 2.0 * @date 2017/10/18 */ public interface UserRepository extends JpaRepository<User, Long> { /** * 根据用户名,查询记录 * ...
package mx.uv.fiee.iinf.mp3player; import android.app.Activity; import android.content.Intent; import android.database.Cursor; import android.graphics.drawable.Drawable; import android.media.MediaPlayer; import android.net.Uri; import android.os.Bundle; import android.provider.MediaStore; import android.widget.Button;...
package com.zhouyi.business.core.dao; import java.math.BigDecimal; import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Param; import com.zhouyi.business.core.model.ZyConfigInfo; @Mapper public interface ZyConfigInfoMapper extends BaseMapper<ZyConfigInfo, Long>{ int deleteByPrimary...
package com.stryksta.swtorcentral.models; public class AddCharacterItem { private int id; private int class_id; private int advanced_class_id; private int race_id; private int gender_id; private int alignment; private int skill_tree_build_id; private int level; private String name; private String legacy; p...
package com.tencent.mm.plugin.webview.ui.tools; import com.tencent.mm.plugin.webview.ui.tools.WebViewUI.23; class WebViewUI$23$39 implements Runnable { final /* synthetic */ 23 pZM; WebViewUI$23$39(23 23) { this.pZM = 23; } public final void run() { WebViewUI.n(this.pZM.pZJ).startLoa...
package ch.bbw.addressbook; import java.util.List; import javax.enterprise.context.RequestScoped; import javax.inject.Inject; import javax.inject.Named; @Named @RequestScoped public class AddressViewController { @Inject private AddressService addressService; private String firstname; private String las...
package com.xjf.wemall.AOPService.helloWorld.API; public interface IIntroductionService { public void induct(); }
package github.abstractfactory.shape; import java.awt.Graphics; public class NotFillSquare extends Shape { @Override public void draw(Graphics graphics) { graphics.setColor(getColor()); graphics.drawRect(0, 0, 100, 100); } }
package Annotation; import java.lang.reflect.Method; import java.util.Scanner; public class Test { public static void main(String[] args) throws Exception { Scanner sc = new Scanner(System.in); System.out.println("ÇëÊäÈëÀàÃû:"); String className = sc.nextLine(); Class cls = Class.forName(className); Method...
package pl.lstypka.springSecurityOAuth2DistributedSystem.authorizationServer.service; import org.springframework.security.core.GrantedAuthority; import org.springframework.security.core.context.SecurityContextHolder; import org.springframework.security.core.userdetails.UserDetailsService; import org.springframewo...
package com.pybeta.daymatter.ui; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import android.app.ProgressDialog; import android.content.res.Resources; import android.os.AsyncTask; import android.os.Bundle; import android.support.v4.view.PagerAdapter; imp...
package com.tencent.mm.ui.contact; import android.view.View; import android.view.View.OnClickListener; class ContactRemarkInfoModUI$a implements OnClickListener { final /* synthetic */ ContactRemarkInfoModUI ujh; private ContactRemarkInfoModUI$a(ContactRemarkInfoModUI contactRemarkInfoModUI) { this.u...
/** * */ package cc.feefox.wechat.common.util; /** * @author cc * * @date 2018-8-18 * */ public class ObjectUtil { }
package test; import java.text.DecimalFormat; public class test { public static void main(String[] args) { DecimalFormat decimalFormat = new DecimalFormat("0000.0"); System.out.println(decimalFormat.format(10)); String aString = String.format("%07d", 1); System.out.println(aString); String ...
package com.tencent.mm.plugin.sns.ui; import android.content.Intent; import android.view.View; import android.view.View.OnLongClickListener; import com.tencent.mm.kernel.g; import com.tencent.mm.ui.MMActivity; class j$5 implements OnLongClickListener { final /* synthetic */ j nMb; j$5(j jVar) { this....
package pizzaml.service; import java.util.List; import pizzaml.entity.Item; public interface ItemService { public abstract ItemDTO getItemDTO(int id); public abstract Item getItem(int id); public abstract List<ItemSizeCostDTO> getItemItemSizeCostDTO(int id); //item id public abstract void c...
package org.zacharylavallee.algorithm.scheduling; import org.junit.Test; import java.time.LocalDateTime; import java.time.ZoneOffset; import java.util.Collection; import java.util.List; import static org.junit.Assert.assertEquals; import static org.zacharylavallee.collection.CollectionUtils.toCollection; import stat...
package com.esp_ota_update.server.dao; import com.esp_ota_update.server.model.Device; import com.esp_ota_update.server.model.DeviceMapper; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.jdbc.core.JdbcTemplate; import org.springframework.stereotype.Repository; import java.uti...
package JavaSE.OO.IO; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; /* * java.io.OutputStream; * java.io.FileOutputStream;文件字节输出流 * * 将计算机内存中的数据写入硬盘文件中 */ public class FileOutputStreamTest { public static void main(String[] args) { FileOut...
import java.util.HashMap; public class CheckIfWordEqualsSummationOfTwoWords { public static boolean isSumEqual1(String firstWord, String secondWord, String targetWord) { boolean res = false; int target = createWord(targetWord.length(),targetWord); int first = createWord(firstWord.length(),...
package com.framework.aop.proxy; import java.lang.reflect.Method; import com.framework.aop.annotation.Aspect; import com.framework.aop.annotation.Bean; @Aspect(Bean.class) public class AspectProxyImpl extends AspectProxy { private void after(Class<?> cls, Method method, Object[] params, Object result...
package org.project; public class BankInter implements FirstIn, I2 { private void eduLoan() { System.out.println("8%"); // TODO Auto-generated method stub } private void homeLoan() { System.out.println("9%"); // TODO Auto-generated method stub } public void saving() { System.out.print...
package mathiasschoepke.pojo; import java.io.Serializable; import javax.persistence.Column; import javax.persistence.EmbeddedId; import javax.persistence.Entity; import javax.persistence.FetchType; import javax.persistence.JoinColumn; import javax.persistence.ManyToOne; import javax.persistence.MapsId; imp...
/* * 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 may ...
import java.io.*; public class Driver { public static void main(String[] args) { header("Creating new PhoneWordLister"); PhonewordLister l = null; try{ l = new PhonewordLister(); } catch(IOException e) { yell(e); } catch(Exception e) { error("Wrong Exception:" + e)...
package com.javarush.task.task18.task1808; import java.io.*; /* Разделение файла */ public class Solution { public static void main(String[] args) { try(BufferedReader reader = new BufferedReader(new InputStreamReader(System.in)); FileInputStream in = new FileInputStream(reader.readLine());...
package 클래스생성; public class Car { // 전역변수(global, 글로벌 변수) // 성질 -> 변수로 만든다 멤버변수 // 색(color), 바퀴수(count) public String color; // 자동초기화 null public int count; // 자동초기화 0 // 동작 -> 멤버메서드 public void run() { // 메서드 // 함수의 기능을 정의 System.out.println("네바퀴로 달리기"); } public void up() { System.out.println...
package Initial; public class CapitalStrategyTermLoan extends CapitalStrategy { }
package com.sibilante.shortner.controller; import javax.ws.rs.Consumes; import javax.ws.rs.GET; import javax.ws.rs.NotFoundException; import javax.ws.rs.POST; import javax.ws.rs.Path; import javax.ws.rs.PathParam; import javax.ws.rs.Produces; import javax.ws.rs.core.Context; import javax.ws.rs.core.MediaType; import j...
package com.coda.visitors; public class VisitorModel2 { private Integer visitorId; private String inTime; private String outTime; private String visitorName; private String companyName; private String phoneNum; private String personToContact; private String currentdate; public 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 data.core.ui; import com.itextpdf.text.Document; import com.itextpdf.text.DocumentException; import com.itextpdf.text...
import java.util.LinkedHashMap; import java.util.Map; public class mostrepeatedchar { public static void main(String[] args) { String s="civicisclcmc"; char[] ch = s.toCharArray(); Map<Character,Integer> lhm = new LinkedHashMap<>(); for(char c:ch) { if(lhm.containsKey(c)...
package com.shopify.shop; import java.io.Serializable; import java.util.Date; import lombok.Data; @Data public class ShopData implements Serializable { private static final long serialVersionUID = -7690410338487183976L; /** * */ private int shopIdx; private String email; private String id; private String ...
package de.jmda.core.mproc.task; import static de.jmda.core.mproc.ProcessingUtilities.asTypeElement; import static de.jmda.core.mproc.ProcessingUtilities.getRootElements; import static de.jmda.core.mproc.ProcessingUtilities.normalizeBinaryClassName; import static de.jmda.core.util.CollectionsUtil.asSet; import static ...
package com.allen.lightstreamdemo.base; import android.app.Activity; import com.allen.lightstreamdemo.ILightStreamerClientProxy; import com.allen.lightstreamdemo.LightStreamApplication; import com.lightstreamer.client.Subscription; import com.orhanobut.logger.Logger; /** * Created by: allen on 16/8/30. */ public ...
import javafx.application.Application; import javafx.scene.Scene; import javafx.stage.Stage; public class Main extends Application { private Scene myScene; public static void main(String[] args) { // TODO Auto-generated constructor stub launch(args); } @Override public void start(Stage primaryStage){ // TO...
package com.qunchuang.carmall.repository; import com.qunchuang.carmall.domain.CarInfo; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.stereotype.Repository; /** * @author Curtain * @date 2019/1/15 14:10 */ @Repository public interface CarInfoRepository extends JpaRepositor...
package com.zhao.leetcode; import java.util.HashSet; public class CycleList { public class ListNode { int val; ListNode next; ListNode() {} ListNode(int val) { this.val = val; } } //CycleList 141 public boolean hasCycle(ListNode head) { HashSet<ListNode> set = ...
package reprographicsinventorymanager.ScreenControllers; public class LowAndOutOfStockScreen { }
package com.example.harry.cymbyl_3; import android.app.AlarmManager; import android.app.PendingIntent; import android.content.Intent; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.widget.Button; import android.widget.EditText; import android.widget....
package com.skilldistillery.gameabstractions; import com.skilldistillery.cards.Card; import com.skilldistillery.cards.Deck; public abstract class Dealer { protected Deck gameDeck; protected String name; protected Hand hand; public Dealer() { name = "Kylo Ren"; gameDeck = new Deck(); } public Dealer(D...
package com.doomcrow.toadgod.systems; public class DamagedCooldownUpdatingSystem { }
package com.chan.demo.vo; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import lombok.Getter; import lombok.Setter; @Getter @Setter @JsonIgnoreProperties(ignoreUnknown = true) public class chattingVO { private String ch_code; private String ch_name; private String ch_mmcode1; private ...
package jpa.project.controller; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; import io.swagger.annotations.ApiParam; import jpa.project.config.security.JwtTokenProvider; import jpa.project.model.dto.member.MemberLoginRequestDto; import jpa.project.model.dto.member.MemberLoginResponseD...
package Exception; public class DanceClass { public static void main(String[] args) { java.util.Scanner input = new java.util.Scanner(System.in); System.out.print("Enter number of male dancer: "); int men = input.nextInt(); System.out.print("Enter number of female dancer: "); int women = input.nextInt();...