id stringlengths 36 36 | meta stringlengths 429 697 | code_content large_stringlengths 612 1.26k |
|---|---|---|
eb97449c-7465-48b7-81b9-8c90f1198bac | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-10-09 08:28:56", "repo_name": "git867/smq", "sub_path": "/src/com/cn/pre/class_module/dao/ClassDao.java", "file_name": "ClassDao.java", "file_ext": "java", "file_size_in_byte": 1023, "line_count": 39, "lang": "en... | package com.cn.pre.class_module.dao;
import com.javabean.pojo.Class;
import com.javabean.utils.MyJDBC;
import org.apache.commons.dbutils.QueryRunner;
import org.apache.taglibs.standard.tag.common.sql.DataSourceUtil;
import javax.activation.DataHandler;
import java.sql.*;
import java.util.ArrayList;
import java.util.L... |
ae258050-f818-433d-9a1a-8e97ce87bad9 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-10-16 19:40:40", "repo_name": "rcostadresch/Cadastro-de-anuncios-SPARK", "sub_path": "/sistema/src/command/ScreenUpdateAnuncioCommand.java", "file_name": "ScreenUpdateAnuncioCommand.java", "file_ext": "java", "fi... | package command;
import static init.Main.entityManagerFactory;
import java.sql.SQLException;
import java.util.HashMap;
import java.util.Map;
import java.util.logging.Level;
import java.util.logging.Logger;
import javax.persistence.EntityManager;
import model.Anuncio;
import model.Pessoa;
import spark.Request;
import ... |
1becd025-1c2b-41b9-ac6f-6bac280701a8 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-03-05 04:31:59", "repo_name": "team3990/tech-scout-android", "sub_path": "/app/src/main/java/com/team3990/techscout/ui/DataSheetListViewModel.java", "file_name": "DataSheetListViewModel.java", "file_ext": "java",... | package com.team3990.techscout.ui;
import android.os.AsyncTask;
import androidx.lifecycle.ViewModel;
import com.team3990.techscout.database.dao.DataSheetDao;
import com.team3990.techscout.repository.DataSheetRepository;
public final class DataSheetListViewModel extends ViewModel {
/** Properties */
privat... |
6a7ed0bc-6a06-4bb0-a56e-83f733767c49 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-10-30 03:57:15", "repo_name": "shixiangyu/git_android", "sub_path": "/GitAndroid/app/src/main/java/com/xiangyu/material/gitandroid/MainActivity.java", "file_name": "MainActivity.java", "file_ext": "java", "file_s... | package com.xiangyu.material.gitandroid;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceSta... |
f900c679-1833-495d-8529-b5f2acddcca3 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-12-11 09:58:46", "repo_name": "slienau/bachelor-thesis", "sub_path": "/fog-orchestrator/src/main/java/de/tuberlin/aot/thesis/slienau/orchestrator/NodeRedFlowDatabase.java", "file_name": "NodeRedFlowDatabase.java"... | package de.tuberlin.aot.thesis.slienau.orchestrator;
import com.fasterxml.jackson.databind.JsonNode;
import com.fasterxml.jackson.databind.node.ObjectNode;
import de.tuberlin.aot.thesis.slienau.orchestrator.models.NodeRedFlow;
import java.io.IOException;
public class NodeRedFlowDatabase {
private static final No... |
943bc822-189e-4544-89c1-21e394b0499a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-09-20 23:02:19", "repo_name": "elisabetb/atlas", "sub_path": "/gxa/src/test/java/uk/ac/ebi/atlas/utils/DBSolrStatusControllerIT.java", "file_name": "DBSolrStatusControllerIT.java", "file_ext": "java", "file_size_... | package uk.ac.ebi.atlas.utils;
import com.google.gson.Gson;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
import org.springframework.test.context.web.WebAppConfiguration;
imp... |
bcd0ccc8-f5df-4533-93e6-89e3491c49f0 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-03-15 21:08:23", "repo_name": "Iruora/ec2-games", "sub_path": "/web-exercice/src/main/java/com/atn/demo/mvc/module/user/dto/ConnectedHome.java", "file_name": "ConnectedHome.java", "file_ext": "java", "file_size_i... | package com.atn.demo.mvc.module.user.dto;
import com.atn.demo.mvc.module.user.entity.Role;
import com.atn.demo.mvc.module.user.entity.User;
import java.util.Iterator;
public class ConnectedHome {
String fullName;
String roleName;
String title;
public void setUser(User user){
setFullName(user.... |
8a968537-c4d7-49eb-8cae-6561f9273ead | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-03-30 14:30:58", "repo_name": "sgoryachkin/nnmotors-eip", "sub_path": "/eip-web/src/main/java/ru/nnmotors/eip/web/common/util/UserProfileAssambleUtils.java", "file_name": "UserProfileAssambleUtils.java", "file_ex... | package ru.nnmotors.eip.web.common.util;
import org.springframework.util.StringUtils;
import ru.nnmotors.eip.business.api.model.entity.UserProfile;
public final class UserProfileAssambleUtils {
private UserProfileAssambleUtils() {
}
public static String fullName(UserProfile user) {
StringBuilder sb = new St... |
c65c63dc-f421-4e93-b362-7ccb912fc8e1 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-12-15 02:24:07", "repo_name": "zhangchao-lub/NettyStudy", "sub_path": "/src/main/java/s01/io/bio/Server.java", "file_name": "Server.java", "file_ext": "java", "file_size_in_byte": 1028, "line_count": 44, "lang": ... | package s01.io.bio;
import lombok.extern.slf4j.Slf4j;
import java.io.IOException;
import java.net.InetSocketAddress;
import java.net.ServerSocket;
import java.net.Socket;
/**
* @author czhang@mindpointeye.com
* @version 1.0
* @Date 2020/12/7 15:58
* @descrption 半双工通信
*/
@Slf4j
public class Server {
public s... |
7dfcadb7-3279-4d47-84ad-c2ad376de25e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-04-08 13:21:49", "repo_name": "avtuhovich/politech", "sub_path": "/src/test/java/HashTableTest.java", "file_name": "HashTableTest.java", "file_ext": "java", "file_size_in_byte": 1011, "line_count": 46, "lang": "e... |
import static org.junit.jupiter.api.Assertions.assertArrayEquals;
import static org.junit.jupiter.api.Assertions.assertFalse;
import static org.junit.jupiter.api.Assertions.assertTrue;
import org.junit.jupiter.api.Test;
import main.java.HashTable;
public class HashTableTest {
private HashTable hs;
@Test
... |
81d4e359-6d01-467a-aaed-fbd60fff2786 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2019-01-27T15:56:04", "repo_name": "coltonhs/CUhackit_2019", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1010, "line_count": 43, "lang": "en", "doc_type": "text", "bl... | # Cooking with Alexa VR
Unity VR cooking game integrated with Alexa
## Getting Started
These instructions will guide you through the setup process
### Unity Setup
Import files in CUhackit2019 folder to Unity
### Webserver Setup
Start by install Node.js
Install the [Heroku Toolkit](https://toolbelt.heroku.com/)
Ins... |
36902933-8a83-470f-966b-4f504a1dbcc1 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2018-07-02T23:47:31", "repo_name": "virlie/secondHomeWork", "sub_path": "/README.MD", "file_name": "README.MD", "file_ext": "md", "file_size_in_byte": 1010, "line_count": 20, "lang": "en", "doc_type": "text", "blo... | **Ping Pong Converter**
Intro to Programming Independent Project for Epicodus - 24th June 2018
By Virlie Joy Paglinawan
**Description**
A webpage (using HTML, CSS, Bootstrap, JavaScript, and jQuery) that asks users to input a number that is then counted up to starting at 1 and that count is converted into a list, trans... |
0fc8b25b-c20e-41b3-8a89-8774ad3b830b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2019-10-31T11:23:10", "repo_name": "pk4tech/Java-UI-with-advance-Coding", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1010, "line_count": 30, "lang": "en", "doc_type"... | # Java-UI-with-advance-Coding for Windows
This is the advance java application for windows
In this section we are using
Jpanels
Jtext
JField
IOExceptions and much more coding with NetBeans
By Me Pradip
Comment Here to get this video in real type
==================================================
Official ht... |
4b79de56-a52a-4345-b2f8-862d29615a48 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2022-09-17 03:48:27", "repo_name": "yangtech555/javaLearn", "sub_path": "/src/main/java/com/yhb/designPattern/bridge/BridgeMain.java", "file_name": "BridgeMain.java", "file_ext": "java", "file_size_in_byte": 1014, "li... | package com.yhb.designPattern.bridge;
/**
* Created by yanghongbo on 2018/8/20.
*/
public class BridgeMain {
public static void main(String[] args) {
//参数
Object param = new Object();
Receiver wxTemplateMessageForActivity = new WeixinTemplateMessage(new ActivityMessage(), null);
... |
2a767eda-4e70-410c-aace-f08ab40656b7 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-08-06 11:49:24", "repo_name": "moumita09/FileEncription", "sub_path": "/springboot-batch/src/main/java/com/javainuse/step/Writer.java", "file_name": "Writer.java", "file_ext": "java", "file_size_in_byte": 1009, "... | package com.javainuse.step;
import java.io.File;
import java.io.FileWriter;
import java.util.List;
import org.springframework.batch.item.ItemWriter;
import com.javainuse.controller.JobInvokerController;
public class Writer implements ItemWriter<String> {
@Override
public void write(List<? extends St... |
bc639342-0554-4c2a-b427-a7a3da8c9b5d | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-11-27 20:28:43", "repo_name": "PI-and-TP-CEFETMG-AJPPV/RespostaCerta", "sub_path": "/RespostaCertaPersistencePostgre/src/br/cefetmg/util/db/TesteJPA.java", "file_name": "TesteJPA.java", "file_ext": "java", "file_... | /*
* 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 br.cefetmg.util.db;
import br.cefetmg.respostaCerta.model.domain.User;
import javax.persistence.EntityManager;
import javax.pe... |
43ccd4a5-62fd-43e3-84dd-7ac7efffcd48 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-12-05 13:55:48", "repo_name": "Anthony-Dong/javapractice", "sub_path": "/javase-juc/src/main/java/com/synchronized_test/block/DrawThread.java", "file_name": "DrawThread.java", "file_ext": "java", "file_size_in_by... | package com.synchronized_test.block;
/**
* 测试取钱
*
* @date:2019/9/22 15:59
* @author: <a href='mailto:fanhaodong516@qq.com'>Anthony</a>
*/
public class DrawThread extends Thread {
private Account account;
private double drawAmount;
public DrawThread(String name, Account account, double drawAmount) {... |
f626c11a-94db-4eeb-b549-85245d8c0ecd | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-02-23 01:51:06", "repo_name": "Moonphy/oldProject", "sub_path": "/crm/crm-web/crm-web-biz/src/main/java/com/qipeipu/crm/dtos/statistics/crmAnalyse/StatisticsPersonalEntity.java", "file_name": "StatisticsPersonalE... | package com.qipeipu.crm.dtos.statistics.crmAnalyse;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import lombok.experimental.Builder;
import java.util.List;
/**
* Created by laiyiyu on 2015/4/22.
*/
@NoArgsConstructor
@AllArgsConstructor
@Data
@Builder
public class Statisti... |
cebdfcc1-21cc-43e8-8457-f456a027fa22 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-12-11 03:44:03", "repo_name": "GYiyouth/SuperLiarWeb-HelloWorld", "sub_path": "/src/xmlHandleBean/ControllerBean.java", "file_name": "ControllerBean.java", "file_ext": "java", "file_size_in_byte": 1010, "line_cou... | package xmlHandleBean;
import java.util.HashMap;
/**
* Created by geyao on 2016/12/3.
*/
public class ControllerBean {
public ControllerBean() {
super();
}
private HashMap<String, ActionBean>actions = new HashMap<>();
private HashMap<String, InterceptorBean>interceptors = new HashMap<>();
public HashMap... |
a00797de-adb0-4e4e-a14e-12e74c3a9d0d | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-03-07 08:33:16", "repo_name": "sa-mamun/Android-Code", "sub_path": "/ButtonTest/app/src/main/java/fooddelivery/com/buttontest/MainActivity.java", "file_name": "MainActivity.java", "file_ext": "java", "file_size_i... | package fooddelivery.com.buttontest;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.TextView;
public class MainActivity extends AppCompatActivity {
... |
51ee1a4c-0c99-43ae-9b3e-6a68fa8dbf8f | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-02-20 17:03:15", "repo_name": "egormakedon/smtp-client", "sub_path": "/src/main/java/client/command/Help.java", "file_name": "Help.java", "file_ext": "java", "file_size_in_byte": 1010, "line_count": 34, "lang": "... | package client.command;
import client.command.exception.RuntimeError;
import client.command.exception.InvalidParameter;
import client.model.ParameterCriteria;
import client.socket.SmtpSocket;
import java.util.Map;
public class Help implements Command {
private static final String HELP_PARAMETER = "HELP %s\r\n";
... |
912b5e5a-dcc5-4ec9-91f0-66947652f65d | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-07-30 08:57:18", "repo_name": "yrong11/java-oo-practice", "sub_path": "/src/com/person/Person.java", "file_name": "Person.java", "file_ext": "java", "file_size_in_byte": 1010, "line_count": 52, "lang": "en", "doc... | package com.person;
import java.util.Objects;
public class Person {
int userID;
String name;
String password;
public Person(int userID, String name, String password){
this.userID = userID;
this.name = name;
this.password = password;
}
public int getUserID() {
... |
c4838a31-e43a-469a-b835-90cedea32abb | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-05-24 21:17:12", "repo_name": "magisto16/TugasBesarPBOITERA", "sub_path": "/src/VendingMachineItera/Connect.java", "file_name": "Connect.java", "file_ext": "java", "file_size_in_byte": 1011, "line_count": 38, "la... | /*
* 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 VendingMachineItera;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
import... |
8e87bc33-ffef-459e-b9fa-dcf697f63d4a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-01-05 02:12:50", "repo_name": "246-Trinitrotoluene/SimpleMVP", "sub_path": "/library/src/main/java/org/diordna/library/base/BasePresenter.java", "file_name": "BasePresenter.java", "file_ext": "java", "file_size_i... | package org.diordna.library.base;
import org.diordna.library.ViewHelper;
import java.lang.ref.WeakReference;
/**
* Presenter基类
* @author DiorDNA
*/
public class BasePresenter <V extends IView> {
protected ViewHelper helper;
private WeakReference<V> mView = null;
public BasePresenter() {
}
... |
37af5820-7048-4f52-9aa7-75568fb9e55a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-07-13 20:22:58", "repo_name": "andy-ex/apples", "sub_path": "/src/main/java/jaxb/model/DimensionEntry.java", "file_name": "DimensionEntry.java", "file_ext": "java", "file_size_in_byte": 1011, "line_count": 42, "l... | package jaxb.model;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import model.dimension.Dimension;
@XmlRootElemen... |
9cffe60b-bc43-4e38-a0d4-c62c7826468f | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-08-07 08:26:35", "repo_name": "freegians/timeline", "sub_path": "/src/main/java/com/freegians/timeline/service/FollowerServiceImpl.java", "file_name": "FollowerServiceImpl.java", "file_ext": "java", "file_size_in... | package com.freegians.timeline.service;
import com.freegians.timeline.domain.Follower;
import com.freegians.timeline.repository.FollowerRepository;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
/**... |
dee31ad6-eff6-48a7-aba4-798637ab849a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-08-18 06:24:51", "repo_name": "AlexAgnoII/WEBAPDE-MP3-FINAL", "sub_path": "/WEBAPDE-MP3/src/bean/Users.java", "file_name": "Users.java", "file_ext": "java", "file_size_in_byte": 1010, "line_count": 42, "lang": "e... | package bean;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
@Entity(name = "users")
public class Users {
@Id
@Column
private String users_username;
@Column
private String users_password;
@Column
private String users_shortdescription;
@Override
public String ... |
7a890eff-6c5e-4214-8266-2138b9bb3ade | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-01-13 07:43:19", "repo_name": "xy7/report-web", "sub_path": "/src/test/java/com/seasun/report/controller/TableControllerTest.java", "file_name": "TableControllerTest.java", "file_ext": "java", "file_size_in_byte"... | package com.seasun.report.controller;
import static org.junit.Assert.fail;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.SpringApplicationConfiguration;
import org.springframework.jdbc.core.JdbcTemplate;
impo... |
98e2d004-ecd9-40a4-9fe8-656f8f451e07 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-07-03 06:22:23", "repo_name": "Buffer-0verflow/Aluminaten", "sub_path": "/src/model/Adresse.java", "file_name": "Adresse.java", "file_ext": "java", "file_size_in_byte": 1010, "line_count": 63, "lang": "en", "doc_... | package model;
import java.io.Serializable;
import javax.persistence.*;
/**
* Entity implementation class for Entity: Adresse
*
*/
@Entity
@Table(name="WsAdresse")
public class Adresse implements Serializable {
private static final long serialVersionUID = 1L;
@Id
@SequenceGenerator(name="SEQ_Adresse", sequenc... |
0834efac-1057-446c-8080-1fdef0e335f1 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-04-14 15:43:39", "repo_name": "Har5haw/spring-practice", "sub_path": "/src/main/java/com/example/demo/relationShips/entity/Subject.java", "file_name": "Subject.java", "file_ext": "java", "file_size_in_byte": 1010... | package com.example.demo.relationShips.entity;
import lombok.*;
import javax.persistence.*;
import java.util.List;
@Getter
@Setter
@Entity
@RequiredArgsConstructor
@NoArgsConstructor
@Table(uniqueConstraints = {@UniqueConstraint(columnNames = "name")})
public class Subject {
@Id
@GeneratedValue(strategy = G... |
3e627cc1-c24f-4124-8971-760028406231 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-03-21 16:58:45", "repo_name": "bobscott45/customer-tracker", "sub_path": "/src/main/java/dev/bobscott/customertracker/service/CustomerServiceImpl.java", "file_name": "CustomerServiceImpl.java", "file_ext": "java"... | package dev.bobscott.customertracker.service;
import dev.bobscott.customertracker.dao.CustomerDAO;
import dev.bobscott.customertracker.entity.Customer;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import javax.transaction.Transactional;
import java.util... |
3a59515b-7e9f-4c47-b431-8713baa41ecd | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-08-10 05:37:02", "repo_name": "QiqeMtz/javabasic_course", "sub_path": "/vehiculos/TaxiCRUD.java", "file_name": "TaxiCRUD.java", "file_ext": "java", "file_size_in_byte": 1010, "line_count": 37, "lang": "en", "doc_... | package vehiculos;
import basedatos.DataBase;
import java.sql.SQLException;
import java.sql.Statement;
public class TaxiCRUD {
private final int V_TYPE = 1;
public void add(Taxi taxi) throws SQLException {
String query = "";
Statement sentence = null;
DataBase db = new DataBase();
... |
4d8f67fa-f1fd-4af1-a405-5504af58d1ef | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-06-10 04:25:17", "repo_name": "jovetove/springBoot-template", "sub_path": "/src/main/java/com/example/demo/controller/UserController.java", "file_name": "UserController.java", "file_ext": "java", "file_size_in_by... | package com.example.demo.controller;
import com.example.demo.entity.User;
import com.example.demo.service.impl.UserServiceImpl;
import io.swagger.annotations.Api;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web... |
6e582baa-ea21-41ae-9988-7daa5fc5c6b6 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-08-26 07:07:13", "repo_name": "kamalisundar0211/Frames-Project", "sub_path": "/src/test/java/frames/ParametersData.java", "file_name": "ParametersData.java", "file_ext": "java", "file_size_in_byte": 1009, "line_c... | package frames;
import java.sql.Driver;
import java.util.concurrent.TimeUnit;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
import org.testng.AssertJUnit;
import org.testng.annotations.AfterClass;
import org.... |
231399ab-0b78-455b-9897-7bd519815522 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-07-31 17:37:32", "repo_name": "Malmadani/Weather", "sub_path": "/app/src/main/java/com/example/weather/utils/SharedPreferencesHelper.java", "file_name": "SharedPreferencesHelper.java", "file_ext": "java", "file_s... | package com.example.weather.utils;
import android.content.Context;
import android.content.SharedPreferences;
import androidx.preference.PreferenceManager;
import com.example.weather.R;
public class SharedPreferencesHelper {
public static String getPreferedWeatherLocation(Context context){
SharedPrefere... |
dfeae360-27db-4095-9c6d-5fee0eae107e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-05-15 21:20:07", "repo_name": "Andrey777-a/pet-project-hillel", "sub_path": "/src/main/java/com/example/springhillel/api/service/crudservice/convert/UserConverter.java", "file_name": "UserConverter.java", "file_e... | package com.example.springhillel.api.service.crudservice.convert;
import com.example.springhillel.model.dto.UserDTO;
import com.example.springhillel.model.entity.Role;
import com.example.springhillel.model.entity.User;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype... |
1a115f4e-9529-4b50-a485-a5ec3387eb7e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-03-29 22:59:58", "repo_name": "Aleksandr-bit123/maksimov", "sub_path": "/src/main/java/com/diploma/maksimov/dto/Point.java", "file_name": "Point.java", "file_ext": "java", "file_size_in_byte": 1010, "line_count":... | package com.diploma.maksimov.dto;
public class Point {
public enum PointType {CLIENT, CONTRAGENT}
private Long id;
private String address;
private String phone;
private PointType pointType;
public Point() {
}
public Point(Long id, String address, String phone, PointType pointType) {
... |
2fc29a4d-12af-4590-9208-9190662ae9ea | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-07-18 06:05:56", "repo_name": "WeihuaZhu/synchronous-chess", "sub_path": "/src/main/java/com/whzhu/chess/models/ChessPiece.java", "file_name": "ChessPiece.java", "file_ext": "java", "file_size_in_byte": 1010, "li... | package com.whzhu.chess.models;
public abstract class ChessPiece implements ChessPieceRule {
protected int row;
protected int col;
protected Color color;
protected boolean alive;
protected String role;
protected boolean canBeBlocked;
protected boolean atInitPosition;
public ChessPiece(int row, int col... |
9445c618-d8e8-4455-b175-fa527aa1022d | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-04-08 07:39:52", "repo_name": "luchangjiang/RiverCloud", "sub_path": "/river-common/river-common-minio/src/main/java/com/cloud/river/common/minio/MinioAutoConfiguration.java", "file_name": "MinioAutoConfiguration... | package com.cloud.river.common.minio;
import com.cloud.river.common.minio.service.MinioTemplate;
import lombok.AllArgsConstructor;
import org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean;
import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty;
import org.springframework.... |
6cb98f32-013f-42d6-bdb3-e1cf64e613c5 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-06-15 20:46:49", "repo_name": "aleksandarb99/Apoteka_Projekat", "sub_path": "/Backend/PharmacyProject/src/main/java/com/team11/PharmacyProject/security/JWTUserDetailsService.java", "file_name": "JWTUserDetailsSer... | package com.team11.PharmacyProject.security;
import com.team11.PharmacyProject.users.user.MyUser;
import com.team11.PharmacyProject.users.user.UserRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.core.userdetails.UserDetails;
import org.springframework.secu... |
19b1c224-cef1-42eb-a7ab-4272158e96ce | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2018-07-14T11:11:52", "repo_name": "shashank915/docker-repo", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1045, "line_count": 37, "lang": "en", "doc_type": "text", "b... | # docker-repo
Important Docker Commands
-------------------------
1. To create a Docker container, download the ‘hello world’ image, by typing the following command in the terminal –
$ docker run hello world
2. For checking the number of images on your system, use the following command –
$ docker image
3. Fo... |
c24b2405-e17b-4388-b66f-6c2616fb516b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-12-23 19:49:49", "repo_name": "SergeyAminov/ToDoList", "sub_path": "/app/src/main/java/com/example/todolist/Tasks/Tasks.java", "file_name": "Tasks.java", "file_ext": "java", "file_size_in_byte": 1009, "line_count... | package com.example.todolist.Tasks;
public class Tasks{
private String title;
private String description;
private String id;
private String date;
private String time;
private String place;
public Tasks(String id, String title, String description, String date, String time, String place) {
... |
2c9052b0-d21e-4e6d-8638-0d6c2cfc5bab | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-07-29 20:43:49", "repo_name": "alexvingg/cashbacktest", "sub_path": "/src/main/java/com/store/cashback/entity/SaleAlbum.java", "file_name": "SaleAlbum.java", "file_ext": "java", "file_size_in_byte": 1009, "line_c... | package com.store.cashback.entity;
import com.fasterxml.jackson.annotation.JsonBackReference;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
... |
34c120ab-2f13-4a2d-b7bf-2925a2918439 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-06-27T13:58:51", "repo_name": "guoguocai/Design-Pattern", "sub_path": "/src/com/guoguocai/observer/demo2/notifyimp/Boss.java", "file_name": "Boss.java", "file_ext": "java", "file_size_in_byte": 1042, "line_count"... | package com.guoguocai.observer.demo2.notifyimp;
import com.guoguocai.observer.demo2.abs.Observer;
import com.guoguocai.observer.demo2.interfaces.Subject;
import java.util.ArrayList;
import java.util.List;
/**
* 老板
*
* @auther guoguocai
* @date 2019/1/18 23:40
*/
public class Boss implements Subjec... |
0e333bc4-602e-46dc-94ee-f6ede511c00e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-11-28 09:07:11", "repo_name": "Blackun/mordern.java.in.action", "sub_path": "/chapter2/src/main/java/com/blackun/chapter17/TempSubscription.java", "file_name": "TempSubscription.java", "file_ext": "java", "file_s... | package com.blackun.chapter17;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import java.util.concurrent.Flow.*;
public class TempSubscription implements Subscription {
private static final ExecutorService executor = Executors.newSingleThreadExecutor();
private final Subscrib... |
3c340a80-c36e-4fb0-9607-74593770de03 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-11-28 07:57:09", "repo_name": "wangmengzhong/supacer", "sub_path": "/punch_auth/src/main/java/com/wmz/auth/handle/ExceptionHandle.java", "file_name": "ExceptionHandle.java", "file_ext": "java", "file_size_in_byte... | package com.wmz.auth.handle;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.web.bind.annotation.ControllerAdvice;
import org.springframework.web.bind.annotation.ExceptionHandler;
import org.springframework.web.bind.annotation.ResponseBody;
import com.wmz.common.entity.Resu... |
5366ecfb-3078-4aad-9cf9-1e8d70e97371 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-06-15 10:59:47", "repo_name": "Tom-The-Geek/BulkBlockEdit", "sub_path": "/src/main/java/me/geek/tom/BulkBlockChange/actions/TaskManager.java", "file_name": "TaskManager.java", "file_ext": "java", "file_size_in_by... | package me.geek.tom.BulkBlockChange.actions;
// import org.bukkit.ChatColor;
import com.google.common.collect.Lists;
import me.geek.tom.BulkBlockChange.BulkBlockChange;
import org.bukkit.ChatColor;
import org.bukkit.Server;
import org.bukkit.scheduler.BukkitRunnable;
import java.util.List;
public class TaskManager e... |
ff5ef298-305e-49f9-a325-ac4d7760c7a7 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-03-08 04:38:37", "repo_name": "pzn/hello-market", "sub_path": "/src/main/java/com/github/pzn/hellomarket/configuration/HerokuConfiguration.java", "file_name": "HerokuConfiguration.java", "file_ext": "java", "file... | package com.github.pzn.hellomarket.configuration;
import static java.lang.System.getenv;
import java.net.URI;
import java.net.URISyntaxException;
import javax.sql.DataSource;
import org.springframework.boot.autoconfigure.jdbc.DataSourceBuilder;
import org.springframework.context.annotation.Bean;
import org.springfram... |
56ff3cf3-0136-4a4f-9fbd-0533646404bc | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-07-24 09:52:33", "repo_name": "justanhnt/spring-boot", "sub_path": "/src/main/java/com/learning/springmvc/HelloController.java", "file_name": "HelloController.java", "file_ext": "java", "file_size_in_byte": 1009,... | package com.learning.springmvc;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.servlet.ModelAndView;
imp... |
a22f0984-d748-431b-bfea-dc6715f6a3b3 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-09-14 04:49:52", "repo_name": "duggankimani/WIRA", "sub_path": "/src/main/java/com/duggan/workflow/shared/model/dashboard/TaskAging.java", "file_name": "TaskAging.java", "file_ext": "java", "file_size_in_byte": 1... | package com.duggan.workflow.shared.model.dashboard;
import com.wira.commons.shared.models.SerializableObj;
public class TaskAging extends SerializableObj{
/**
*
*/
private static final long serialVersionUID = 1L;
private String period;
private int taskCount;
private int percentage;
private int position;
... |
081c65d5-d1e8-4f32-a61b-710baeeade61 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2013-06-21 14:26:22", "repo_name": "zz3599/Triplanner308", "sub_path": "/src/java/com/triplanner/model/DB.java", "file_name": "DB.java", "file_ext": "java", "file_size_in_byte": 1009, "line_count": 33, "lang": "en", "... | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.triplanner.model;
/**
*
* @author brook
*/
import java.sql.*;
public class DB {
//private static String url = "jdbc:mysql://TriPlanner308.db.10332557.hostedresource.com:3306/TriPlanner308?zeroDateTim... |
e2e882f3-e48a-42ec-8ed2-76b3c1aca661 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-04-30 14:18:42", "repo_name": "ikernits/iklib", "sub_path": "/iklib-common/src/test/java/org/ikernits/lib/common/io/daemon/IoStreamSourceReadFailedImpl.java", "file_name": "IoStreamSourceReadFailedImpl.java", "fi... | package org.ikernits.lib.common.io.daemon;
import org.ikernits.lib.common.io.IoStreamSource;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.io.PipedInputStream;
import java.io.PipedOutputStream;
public class IoStreamSourceReadFailedImpl implements IoStreamSource {
... |
84b6a429-2e4e-46fa-9550-a581814ca494 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2017-04-22T19:32:30", "repo_name": "EPHIEPROGRAMMER/Hangman", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1009, "line_count": 38, "lang": "en", "doc_type": "text", "b... | # Hangman
This readme contains details of this game is and how to run it on your local machine.
## Whats It About?
This is a digital version of the famous game, Hangman. It is a game whereby, a random word is generated and the user is supposed to guess the letters in the word until they get it.
## Creators
1. Bry ... |
6f8035e9-fd09-428e-927d-140377ecb825 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-03-29 18:06:45", "repo_name": "pbattin/SingBetter", "sub_path": "/src/main/java/model/Main.java", "file_name": "Main.java", "file_ext": "java", "file_size_in_byte": 1036, "line_count": 40, "lang": "en", "doc_type... | package model;
import javax.sound.sampled.UnsupportedAudioFileException;
import java.io.File;
import java.io.IOException;
/**
* Created by prestonbattin on 2/21/17. 😇😇😇😇😇😇😇😇😇
*/
public class Main {
public static void main(String[] args) throws IOException, UnsupportedAudioFileException {
fina... |
a446d0d4-0920-4bd8-9c58-a7ade3bae242 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-12-16 02:47:45", "repo_name": "sausmagic/microservice-demo", "sub_path": "/voting-service/src/main/java/it/reply/open/workshop/technoaperitif/msintro/tvdemoms/model/PollOption.java", "file_name": "PollOption.java... | package it.reply.open.workshop.technoaperitif.msintro.tvdemoms.model;
import lombok.AccessLevel;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import lombok.experimental.FieldDefaults;
import javax.annotation.Nonnull;
import javax.persistence.Column;
import javax.persistence.E... |
5ba9707f-a4e3-4f76-81b6-19ee30a7062d | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-07-06 01:38:13", "repo_name": "FelipeCarvalho25/UniCarEJW", "sub_path": "/app/src/main/java/com/example/unicarejfw/ui/perfil/TabSobreFragment.java", "file_name": "TabSobreFragment.java", "file_ext": "java", "file... | package com.example.unicarejfw.ui.perfil;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import androidx.fragment.app.Fragment;
import com.example.unicarejfw.R;
public class TabSobreFragment extends Fragment {
public static TabSobreFragmen... |
6254f192-cf6c-4841-a94f-6dbda9abc954 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-04-13 15:06:48", "repo_name": "karesti/protobuf-marshalling-guide", "sub_path": "/marshalling-with-spring-boot/src/main/java/org/fantastic/ReadWriteSimulation.java", "file_name": "ReadWriteSimulation.java", "file... | package org.fantastic;
import org.fantastic.data.Data;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.scheduling.annotation.Scheduled;
import org.springframework.stereotype.Component;
import java.lang.invoke.MethodHand... |
40db3ffb-cd39-480a-b456-d117b16954c6 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-07-22 16:54:23", "repo_name": "KulkarniAtharva/Midas", "sub_path": "/app/src/main/java/dev/atharvakulkarni/midas/summary.java", "file_name": "summary.java", "file_ext": "java", "file_size_in_byte": 1008, "line_co... | package dev.atharvakulkarni.midas;
import android.os.Bundle;
import androidx.annotation.Nullable;
import androidx.appcompat.app.AppCompatActivity;
import androidx.cardview.widget.CardView;
import androidx.databinding.DataBindingUtil;
import dev.atharvakulkarni.midas.databinding.SummaryBinding;
public class summary e... |
1d5beb1a-8864-44b8-b5e5-b6af277977b1 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-06-22 18:56:58", "repo_name": "halilbahar/xibo-on-demand", "sub_path": "/backend-on-demand/src/main/java/at/htl/ondemand/service/XiboTokenService.java", "file_name": "XiboTokenService.java", "file_ext": "java", "... | package at.htl.ondemand.service;
import at.htl.ondemand.model.form.XiboTokenForm;
import at.htl.ondemand.model.xibo.XiboToken;
import org.eclipse.microprofile.rest.client.inject.RestClient;
import org.jboss.logging.Logger;
import javax.enterprise.context.ApplicationScoped;
import javax.inject.Inject;
import java.time... |
3266cc5b-7e7a-45cb-bdf2-1f2ee3135304 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2013-12-30 09:08:18", "repo_name": "scdqs/cdal", "sub_path": "/src/com/chengdu/air/Art3Activity.java", "file_name": "Art3Activity.java", "file_ext": "java", "file_size_in_byte": 1010, "line_count": 37, "lang": "en", "... | package com.chengdu.air;
import android.app.Activity;
import android.os.Bundle;
import android.view.Menu;
import android.view.View;
import android.view.View.OnClickListener;
import android.view.Window;
import android.widget.Button;
import android.widget.ImageView;
public class Art3Activity extends Activity... |
610fbf6c-81f1-4331-a978-527c5e4979f2 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-09-27 06:21:30", "repo_name": "cow-boy/spring-boot-samples", "sub_path": "/spring-boot-samples-aspect/src/main/java/com/example/demo/TestAspect.java", "file_name": "TestAspect.java", "file_ext": "java", "file_siz... | package com.example.demo;
import io.swagger.annotations.Api;
import org.aspectj.lang.JoinPoint;
import org.aspectj.lang.annotation.After;
import org.aspectj.lang.annotation.Aspect;
import org.aspectj.lang.annotation.Before;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.core.annota... |
c2bf32fc-cdee-492c-9db8-6e7f84703d5b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-05-19 13:49:56", "repo_name": "WangYouzheng1994/hyjf", "sub_path": "/hyjf-admin/src/main/java/com/hyjf/admin/wkcd/wkcdborrow/WkcdBorrowBean.java", "file_name": "WkcdBorrowBean.java", "file_ext": "java", "file_siz... | package com.hyjf.admin.wkcd.wkcdborrow;
import java.io.Serializable;
import java.util.List;
import com.hyjf.common.paginator.Paginator;
import com.hyjf.mybatis.model.auto.WkcdBorrow;
public class WkcdBorrowBean extends WkcdBorrow implements Serializable {
/**
*
*/
private static final long serialVersionUID =... |
4301c1a0-a305-4649-bea4-bb8eb6e0c70b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-02-03 11:59:15", "repo_name": "manikanth004/manikanth_project", "sub_path": "/testing/src/test_fb/screen_capture.java", "file_name": "screen_capture.java", "file_ext": "java", "file_size_in_byte": 1010, "line_cou... | package test_fb;
import java.awt.Robot;
import java.io.File;
import java.text.SimpleDateFormat;
import java.util.Date;
import org.apache.commons.io.FileUtils;
import org.openqa.selenium.OutputType;
import org.openqa.selenium.TakesScreenshot;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.... |
10e3e6d5-538f-4d4d-af30-6b10313034df | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2013-10-06 22:41:27", "repo_name": "qiaohhgz/shop-module", "sub_path": "/shop-core/src/test/java/com/jim/shop/entity/TestUser.java", "file_name": "TestUser.java", "file_ext": "java", "file_size_in_byte": 1021, "line_c... | package com.jim.shop.entity;
import static org.junit.Assert.*;
import java.util.Date;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.cfg.Configuration;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import com.jim.shop.util.HiberanteUtil;
public cla... |
4ade0d2d-4e1b-4027-bb7b-2e43652c2e4b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-08-05 05:05:41", "repo_name": "botukarajesh/food-delivery", "sub_path": "/src/main/java/com/food/delivery/service/impl/RestaurantServiceImpl.java", "file_name": "RestaurantServiceImpl.java", "file_ext": "java", "... | package com.food.delivery.service.impl;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.food.delivery.entity.RestaurantEntity;
import com.food.delivery.repository.RestaurantRepository;
import com.food.delivery.service.Res... |
391ef1fd-4190-4124-8b47-5c2f80ff201b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2012-02-16 01:13:56", "repo_name": "robxu9/RpgEssentials", "sub_path": "/me/duckdoom5/RpgEssentials/NPC/NpcHashmaps.java", "file_name": "NpcHashmaps.java", "file_ext": "java", "file_size_in_byte": 1009, "line_count": ... | package me.duckdoom5.RpgEssentials.NPC;
import java.util.HashMap;
import java.util.LinkedHashMap;
import me.duckdoom5.RpgEssentials.RpgEssentials;
import org.bukkit.ChatColor;
import org.bukkit.configuration.file.YamlConfiguration;
import org.bukkit.entity.Player;
import com.topcat.npclib.entity.NPC;
public class ... |
3d02a8ac-1a8c-409b-9541-989af4b9c4ab | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2018-02-25T16:51:47", "repo_name": "Crypto420/BaaS-recipes", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1017, "line_count": 14, "lang": "en", "doc_type": "text", "bl... | # BaaS-recipes
The BPaaS recipe is a configuration part of the runtime of a workspace. Every stack is based on a BPaaS recipe and contains meta information that defines how the workspace runtime should be created. When creating custom workspace runtime it’s often best to create a custom stack with a custom recipe.
W... |
273847ba-34fd-4a41-88a8-54a8cf273ce4 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-05-09 11:30:08", "repo_name": "michealJC/system", "sub_path": "/src/main/java/com/micheajc/system/controller/Food_controller.java", "file_name": "Food_controller.java", "file_ext": "java", "file_size_in_byte": 10... | package com.micheajc.system.controller;
import com.micheajc.system.bean.sys_food;
import com.micheajc.system.service.Food_service;
import org.json.JSONArray;
import org.json.JSONObject;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestBody;
import or... |
ec8307e5-95e5-4b26-acef-98a900a35121 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-02-10 18:01:57", "repo_name": "gamb77/am-store", "sub_path": "/am-application/src/main/java/org/hopto/gamb/components/AMMainWindow.java", "file_name": "AMMainWindow.java", "file_ext": "java", "file_size_in_byte":... | package org.hopto.gamb.components;
import com.vaadin.ui.VerticalLayout;
import com.vaadin.ui.Window;
import org.hopto.gamb.AMUIApplication;
/**
* Main window over the application
*
* @author jani
*/
public class AMMainWindow extends Window {
private AMTitleComponent title;
private AMMainComponent main;
... |
b2e261c7-289c-4893-94ac-d4729f048a5f | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-06-22 16:28:38", "repo_name": "yanisdxw/micro-service", "sub_path": "/service-1/src/test/java/com/dxw/cloud/account/AccountServiceTest.java", "file_name": "AccountServiceTest.java", "file_ext": "java", "file_size... | package com.dxw.cloud.account;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
import static org.junit.Assert.*;
@RunWith(S... |
340ab51f-c20c-4f59-8605-792c62e1ac57 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-05-30 18:48:11", "repo_name": "HanYehong/vue-springboot-uppis", "sub_path": "/src/main/java/com/gly/uppis/login/controller/LoginController.java", "file_name": "LoginController.java", "file_ext": "java", "file_siz... | package com.gly.uppis.login.controller;
import com.gly.uppis.common.cache.RedisHelper;
import com.gly.uppis.common.response.Response;
import com.gly.uppis.common.util.UserUtil;
import com.gly.uppis.login.controller.request.LoginParamRequest;
import com.gly.uppis.login.service.LoginService;
import org.springframework.b... |
9a48bd2f-bfac-4d39-bc9c-bfc5f8ce5434 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-11-06 17:58:19", "repo_name": "henritoi/Doodlz", "sub_path": "/app/src/main/java/com/example/doodlz/MainActivity.java", "file_name": "MainActivity.java", "file_ext": "java", "file_size_in_byte": 1009, "line_count... | package com.example.doodlz;
import android.content.pm.ActivityInfo;
import android.content.res.Configuration;
import android.os.Bundle;
import android.util.Log;
import androidx.appcompat.app.AppCompatActivity;
import androidx.appcompat.widget.Toolbar;
public class MainActivity extends AppCompatActivity {
private... |
af560ad3-6fd6-44d7-b25d-7fdc478dd2af | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-05-31 12:18:51", "repo_name": "huanghu0/beshi", "sub_path": "/backend/springboot-bishe-backend/src/main/java/com/bishe/controller/productinstanceController.java", "file_name": "productinstanceController.java", "f... | package com.bishe.controller;
import com.bishe.mapper.ProductinstanceMapper;
import com.bishe.pojo.Productinstance;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import java.u... |
502a7e94-2abf-443d-a48a-37ac8e0feca8 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-10-02 10:45:34", "repo_name": "m2studio/PokerScorer", "sub_path": "/src/test/java/Jirapat/Gambler/Poker/PokerPlayerTest.java", "file_name": "PokerPlayerTest.java", "file_ext": "java", "file_size_in_byte": 1009, "... | package Jirapat.Gambler.Poker;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
import org.springframework.util.Assert;
import java.util.ArrayList;
import java.util.Collections;
import java... |
751a37b5-6a42-4298-a8bc-fc67b95ef631 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-07-11 17:59:27", "repo_name": "basuha/word-games", "sub_path": "/src/main/java/words/attributes/primary/Time.java", "file_name": "Time.java", "file_ext": "java", "file_size_in_byte": 1058, "line_count": 47, "lang... | package words.attributes.primary;
import utilities.WAttribute;
/**
* Признак времени глагола
*/
public enum Time implements WAttribute {
NULL (null,null),
N_A ("n/a", "n/a"),
PAST ("past", "прошлое"),
PRESENT ("present", "настоящее"),
FUTURE ("future", "будущее");
private final String VALU... |
9291868c-cfa8-4029-af2f-a96ed599d857 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-02-14 21:15:05", "repo_name": "YansLeem/CRPeople", "sub_path": "/src/main/java/com/example/Lab/People/Person.java", "file_name": "Person.java", "file_ext": "java", "file_size_in_byte": 1008, "line_count": 52, "la... | package com.example.Lab.People;
import lombok.Data;
import javax.persistence.Entity;
import javax.persistence.Id;
@Data
@Entity
public class Person {
private @Id Long id;
private String Name;
private String LastName;
Person(Long id, String Name, String LastName){
this.id = id;
this.Na... |
b7d76cd1-b84f-4aff-bfa3-93c4c3fcedb9 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-04-17 12:57:27", "repo_name": "anikolv/webteck-ws", "sub_path": "/src/main/java/com/rest/controller/CurrencyController.java", "file_name": "CurrencyController.java", "file_ext": "java", "file_size_in_byte": 1010,... | package com.rest.controller;
import java.io.IOException;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Document;
import org.jsoup.select.Elements;
import org.springframework.http.MediaType;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody... |
eeb42069-76fd-4a8e-85ff-58be5f3f1287 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-03-02 23:19:35", "repo_name": "timv5/MyFinanceApp", "sub_path": "/app/src/main/java/com/example/myfinanceapp/database/db/AppDatabase.java", "file_name": "AppDatabase.java", "file_ext": "java", "file_size_in_byte"... | package com.example.myfinanceapp.database.db;
import android.content.Context;
import androidx.room.Database;
import androidx.room.Room;
import androidx.room.RoomDatabase;
import com.example.myfinanceapp.database.dao.CryptoCoinDao;
import com.example.myfinanceapp.database.model.CryptoCoin;
@Database(entities = {
... |
263125da-3c43-4eb8-a479-313ecad717bb | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-06-09 21:45:07", "repo_name": "AmamiSQ/TabApp", "sub_path": "/app/src/main/java/com/example/myapplication/Addactivity.java", "file_name": "Addactivity.java", "file_ext": "java", "file_size_in_byte": 1007, "line_c... | package com.example.myapplication;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
public class Addactivity extends AppCompatActivity {
EditText gebruiksnaamadd, wachtwoordadd;
Button Addbutton... |
e818f3b2-8c5c-4851-aeda-63fbab0e7d2a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-06-03 08:07:34", "repo_name": "forbe/Carbon", "sub_path": "/carbon/src/main/java/carbon/drawable/ControlCheckedColorStateList.java", "file_name": "ControlCheckedColorStateList.java", "file_ext": "java", "file_siz... | package carbon.drawable;
import android.content.Context;
import android.content.res.ColorStateList;
import android.content.res.Resources;
import android.util.TypedValue;
import carbon.R;
/**
* Created by Marcin on 2015-03-16.
*/
public class ControlCheckedColorStateList extends ColorStateList {
public ControlC... |
4fc9dc11-74ba-44b7-b8d0-17d6ba0bc201 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-01-11 03:48:14", "repo_name": "derysudrajat/Pemrogramman-Mobile", "sub_path": "/MyShopingCart/app/src/main/java/com/derysudrajat/daftarbelanja/MyViewHolder.java", "file_name": "MyViewHolder.java", "file_ext": "ja... | package com.derysudrajat.daftarbelanja;
import android.view.View;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.RecyclerView;
public class MyViewHolder extends RecyclerView.ViewHolder {
View myview;
TextView mType;
TextView mNote;
TextView m... |
d183f3c7-7ca7-4758-8598-625563a116d0 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-08-07 04:00:54", "repo_name": "matheus-henr/ProjetoRecrutamento", "sub_path": "/ProjetoRecrutamentoBackEnd/src/main/java/br/com/recrutamento/brasilia/service/UserDetailsServiceImpl.java", "file_name": "UserDetail... | package br.com.recrutamento.brasilia.service;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.core.userdetails.UserDetails;
import org.springframework.security.core.userdetails.UserDetailsService;
import org.springframework.security.core.userdetails.UsernameNotFoundEx... |
e6735e85-4bd5-45a6-ba57-2619dac5b641 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-10-28 14:37:46", "repo_name": "GrupoProgra2/TrabajoGrupal2LabProgra2", "sub_path": "/src/trabajogrupal2/PlanTarjeta.java", "file_name": "PlanTarjeta.java", "file_ext": "java", "file_size_in_byte": 1008, "line_cou... | /*
* 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 trabajogrupal2;
import java.util.Calendar;
/**
*
* @author Justm
*/
public class PlanTarjeta extends PlanBasico{
priv... |
8640aa57-a14c-4dac-a044-fc3c404277ae | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-09-23 17:16:33", "repo_name": "oraculo-nl/ExampleBackend", "sub_path": "/src/main/java/nl/oraculo/popsongs/endpoint/ArtiestEndpoint.java", "file_name": "ArtiestEndpoint.java", "file_ext": "java", "file_size_in_by... | package nl.oraculo.popsongs.endpoint;
import nl.oraculo.popsongs.domain.Artiest;
import nl.oraculo.popsongs.service.ArtiestService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
import java.util.List;
import java.util.Optional;
@CrossOrigin(origins =... |
293c5140-5812-4269-a6d0-9d2b76fed21e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-09-13 07:32:56", "repo_name": "569934390/darenbao", "sub_path": "/jinbang/src/main/java/com/compses/dao/impl/system/AgreementInfoDao.java", "file_name": "AgreementInfoDao.java", "file_ext": "java", "file_size_in_... | package com.compses.dao.impl.system;
import com.compses.dao.system.IAgreementInfoDao;
import com.compses.model.AgreementInfo;
import com.compses.util.DBUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate;
import org.springfram... |
1418eb7f-f313-4e5f-9b55-3d961199648c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-10-18 14:13:49", "repo_name": "juanleirojl/backendDevTest", "sub_path": "/src/main/java/com/test/product/config/FeignClientErrorDecoder.java", "file_name": "FeignClientErrorDecoder.java", "file_ext": "java", "fil... | package com.test.product.config;
import org.springframework.http.HttpStatus;
import com.test.product.exceptions.ClientErrorException;
import feign.Response;
import feign.RetryableException;
import feign.codec.ErrorDecoder;
public class FeignClientErrorDecoder implements ErrorDecoder {
private final ErrorDecoder d... |
c52d94bb-8e42-4ff2-a34e-bf1c4b6cbd33 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-05-29 21:33:29", "repo_name": "mxab/gradle-web-ui", "sub_path": "/src/main/java/com/github/mxab/Application.java", "file_name": "Application.java", "file_ext": "java", "file_size_in_byte": 1008, "line_count": 40,... | package com.github.mxab;
import java.io.File;
import org.gradle.tooling.GradleConnector;
import org.gradle.tooling.ProjectConnection;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
import org.springframework.context.annotation.Bean;
import org... |
4437558c-0e3e-4890-9855-bfe1f7cdc452 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-02-20T04:03:47", "repo_name": "RamV13/LightSwitch", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1008, "line_count": 26, "lang": "en", "doc_type": "text", "blob_i... | # Arduino WiFi Light Switch
## Usage
### Materials
1. Arduino UNO
2. Adafruit WiFi Shield
3. Arduino Relay
4. Tools - Screwdriver, Wire cutters, Soldering Kit
5. Cables - USB
### Hardware
1. Connect an Arduino UNO to a relay switch and an Adafruit WiFi Shield (adhere to the PIN connections in the code or adjust th... |
a86e70e5-da6f-4397-876a-0a95b1b29540 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-05-16 14:37:47", "repo_name": "MasterJH5574/Mx-Compiler", "sub_path": "/src/MxCompiler/AST/ProgramNode.java", "file_name": "ProgramNode.java", "file_ext": "java", "file_size_in_byte": 1008, "line_count": 38, "lan... | package MxCompiler.AST;
import MxCompiler.Utilities.CompilationError;
import MxCompiler.Utilities.Location;
import java.util.ArrayList;
public class ProgramNode extends ASTNode {
private ArrayList<ProgramUnitNode> programUnits;
public ProgramNode(Location location, ArrayList<ProgramUnitNode> programUnits) {... |
85d2ff1d-27e6-4bf2-bee6-f3d2e005620a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2022-05-01T13:15:51", "repo_name": "richardjharris/JazzGen", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1008, "line_count": 17, "lang": "en", "doc_type": "text", "bl... | This is my 2008 University of Bath dissertation on algorithmic
improvisation of jazz music.
~The dissertation is also available online from the University of Bath website:~
http://www.cs.bath.ac.uk/~mdv/courses/CM30082/projects.bho/2007-8/harris-rjh-dissertation-2007-8.pdf
Note that this is fairly old, and as such t... |
e12bdd85-18af-491a-8c90-91c4b8628db0 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-10-05 18:44:55", "repo_name": "JC-127/Mercado_Assignment4", "sub_path": "/app/src/main/java/edu/temple/mercado_assignment4/DisplayActivity.java", "file_name": "DisplayActivity.java", "file_ext": "java", "file_siz... | package edu.temple.mercado_assignment4;
import android.content.Intent;
import android.os.Bundle;
import android.widget.ImageView;
import android.widget.TextView;
import androidx.appcompat.app.AppCompatActivity;
public class DisplayActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundl... |
c88be54b-3226-4c6d-8cdc-a5da438c3a81 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-10-07 01:58:58", "repo_name": "renrenzi/MultithreadedDownloader", "sub_path": "/code/src/com/jj/util/LogUtils.java", "file_name": "LogUtils.java", "file_ext": "java", "file_size_in_byte": 1060, "line_count": 45, ... | package com.jj.util;
import java.time.LocalTime;
import java.time.format.DateTimeFormatter;
/**
* 日志工具类
* @author 张俊杰
* @date 2021/10/5 - {TIME}
*/
public class LogUtils {
/**
* 输出 INFO 级别信息
* @param message
* @param args
*/
public static void info(String message,Object... args){
... |
996ecfb8-50ce-48e0-b10e-1b0a1fb230b5 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-03-14 02:41:54", "repo_name": "CTSN/TestRetrofit", "sub_path": "/app/src/main/java/stu/com/testretrofit/network/NetWorkClient.java", "file_name": "NetWorkClient.java", "file_ext": "java", "file_size_in_byte": 104... | package stu.com.testretrofit.network;
import retrofit2.Retrofit;
import retrofit2.adapter.rxjava.RxJavaCallAdapterFactory;
import retrofit2.converter.gson.GsonConverterFactory;
import stu.com.testretrofit.commons.Constans;
/**
* Created by xmg on 2016/12/12.
*/
public class NetWorkClient {
private ... |
f0a55161-5b03-48ef-88a4-7464b0086b3b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-11-09 06:53:14", "repo_name": "soleynik/webassesment", "sub_path": "/app/backend/src/main/java/shrpas2/models/Question.java", "file_name": "Question.java", "file_ext": "java", "file_size_in_byte": 1008, "line_cou... | package shrpas2.models;
import java.util.ArrayList;
public class Question {
private Long id;
private String question;
private ArrayList<String> choice;
private String hint;
private int correct;
public Question(Long id, String question, ArrayList<String> choice, String hint, int correct) {... |
a5681624-a5ae-402a-93bb-7ce2b534b270 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-01-07 10:54:02", "repo_name": "dlsyaim/EQIMSERVER", "sub_path": "/src/main/java/com/gisinfo/sand/login/LoginService.java", "file_name": "LoginService.java", "file_ext": "java", "file_size_in_byte": 1102, "line_co... | package com.gisinfo.sand.login;
import com.gisinfo.sand.core.auth.impl.User;
import com.gisinfo.sand.core.exception.exception.LoginException;
import com.gisinfo.sand.core.log.Log;
import org.apache.shiro.SecurityUtils;
import org.apache.shiro.authc.UsernamePasswordToken;
import org.apache.shiro.subject.Subject;
impor... |
f39107c2-32a5-4cfc-abe2-b3388bd02d64 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-08-01 06:07:55", "repo_name": "jkwcp/Algo4_PriorityQueues", "sub_path": "/src/UnorderedMaxPQ.java", "file_name": "UnorderedMaxPQ.java", "file_ext": "java", "file_size_in_byte": 1008, "line_count": 50, "lang": "en... | import edu.princeton.cs.algs4.StdIn;
public class UnorderedMaxPQ<Key extends Comparable<Key>> {
private Key[] pq;
private int N;
public UnorderedMaxPQ(int capacity) {
pq = (Key[]) new Comparable[capacity];
}
public boolean isEmpty() {
return N == 0;
}
public void insert(K... |
5570b127-ce61-4ea5-8a1c-1dce23da7956 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-08-19 15:48:37", "repo_name": "hans0811/Java__SpringCloud-Finchley", "sub_path": "/product/server/src/test/java/com/hans/product/repository/ProductInfoRepositoryTest.java", "file_name": "ProductInfoRepositoryTest... | package com.hans.product.repository;
import com.hans.product.dataobject.ProductInfo;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.junit.jupiter.api.Assertions;
import org.springframework.boot.test.context.SpringBootTest;
import java.util.Arrays;
import j... |
b5619bfb-fa58-4f5b-b5bd-b9d4c8512203 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-03-14 15:45:16", "repo_name": "SergeyYakimaha/JavaEE_projects", "sub_path": "/Session_Cookie_jsp_jstl/src/ex_006_jstl_form/FormRequestServlet.java", "file_name": "FormRequestServlet.java", "file_ext": "java", "fi... | package ex_006_jstl_form;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
public class FormRequestServlet extends HttpServlet {... |
88461021-1f2d-453c-bcf5-083aabe0ac81 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-06-24 09:31:12", "repo_name": "g-smll/gang-mars-java", "sub_path": "/spring-boot-validation/src/main/java/com/gang/mars/validation/resource/ValidationResource.java", "file_name": "ValidationResource.java", "file_... | package com.gang.mars.validation.resource;
import com.gang.mars.validation.request.data.ProductData;
import com.gang.mars.validation.request.data.PersonData;
import org.springframework.http.ResponseEntity;
import org.springframework.validation.annotation.Validated;
import org.springframework.web.bind.annotation.*;
im... |
a49c2dee-7b1a-4acf-bc1d-d994081404d4 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-06-28 06:27:43", "repo_name": "littleeyes/Springboot-ApacheCamel", "sub_path": "/src/main/java/com/qindaorong/framework/dto/MessageDTO.java", "file_name": "MessageDTO.java", "file_ext": "java", "file_size_in_byte... | package com.qindaorong.framework.dto;
import java.io.Serializable;
/**
* @auther: qindaorong
* @Date: 2018/6/22 17:07
* @Description:
*/
public class MessageDTO implements Serializable {
private static final long serialVersionUID = 4309991981688309458L;
public MessageDTO() {
}
public MessageDT... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.