text
stringlengths
7
995k
/* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not use this fi...
/* * 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 ...
//--------------------------------------------------------------------------------------------------------------------- //Class: CheckBusinessStatus //Author: Dmitri Zyuzin - University of Washington TRAC //Purpose: - Fetches business status entries from the SQL database from serverside // PHP in the form of a JS...
/* * Copyright © 2014 - 2021 Leipzig University (Database Research Group) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
// Copyright 2020 The Bazel Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by appl...
package ru.xorsiphus.controllers.tests; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RequestParam; @Controller public class HelloController { @GetMapping("/hello") ...
/* * Copyright (C) 2015 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
/* * Copyright 2016-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
package se.sll.rtjp.log.impl; import lombok.extern.slf4j.Slf4j; import org.junit.Before; import org.junit.Test; import org.springframework.context.support.StaticApplicationContext; import org.springframework.messaging.Message; import org.springframework.messaging.MessageChannel; import org.springframework.messaging.Su...
package com.linecy.myapplication; import org.junit.Test; import static org.junit.Assert.*; /** * Example local unit test, which will execute on the development machine (host). * * @see <a href="http://d.android.com/tools/testing">Testing documentation</a> */ public class ExampleUnitTest { @Test public void add...
package com.jparams.object.builder.provider; import java.util.Collections; import java.util.SortedSet; import java.util.TreeSet; import com.jparams.object.builder.Context; import com.jparams.object.builder.type.Type; public class SortedSetProvider implements Provider { @Override public boolean supports(final...
/* * Copyright 2021 Redlink GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
package com.funcas.pboot.module.upms.rest; import com.funcas.pboot.common.util.FastJsonUtil; import com.funcas.pboot.module.RestTestCaseSupport; import com.funcas.pboot.module.upms.entity.Group; import org.junit.Test; import org.springframework.http.MediaType; import org.springframework.test.web.servlet.MvcResult; im...
package edu.wpi.grip.core.operations.composite; import edu.wpi.grip.annotation.operation.Description; import edu.wpi.grip.annotation.operation.OperationCategory; import edu.wpi.grip.core.MatWrapper; import edu.wpi.grip.core.Operation; import edu.wpi.grip.core.sockets.InputSocket; import edu.wpi.grip.core.sockets.Outpu...
package com.atguigu.gmall.pms.dao; import com.atguigu.gmall.pms.entity.ProductAttrValueEntity; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import org.apache.ibatis.annotations.Mapper; /** * spu属性值 * * @author baixin * @email 230326401@qq.com * @date 2020-02-23 00:03:18 */ @Mapper public interface P...
package com.tommybrettschneider.imageviewer.ui.preview; import java.awt.Graphics2D; import java.awt.GraphicsConfiguration; import java.awt.GraphicsEnvironment; import java.awt.Image; import java.awt.image.BufferedImage; import java.io.File; import java.io.IOException; import java.io.InputStream; import java.net.URI; ...
/* * * 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"); y...
package com.star.rest; import com.star.annotation.Log; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RestController; /** * @Author: zzStar * @Date: 04-08-2021 17:39 */ @RestController public class LogController { @Log @GetMapping("test") publ...
/* * 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 ...
package ibt.ortc.plugins.websocket; /** * <p>Encodes and decodes to and from Base64 notation.</p> * <p>Homepage: <a href="http://iharder.net/base64">http://iharder.net/base64</a>.</p> * * <p>Example:</p> * * <code>String encoded = Base64.encode( myByteArray );</code> * &lt;br /&gt; * <code>byte[] myByteArray ...
package org.core.java.practices; import java.util.HashMap; import java.util.Map; public class MapDemo1 { public static void main(String[] args) { Map<String,Integer> map = new HashMap<>(); Integer a = map.put("Dhiren", 99); System.out.println(a); Integer b = map.put("Dhiren", 100); System.out.println(b); ...
/* * Copyright 2015 JBoss Inc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
package tk.citrus.query.builder.annotation; /* * @copyright Copyright 2019, Citrus/besidesplus All Rights Reserved. * @author take64 <take64@citrus.tk> * @license http://www.citrus.tk/ */ import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.Retenti...
/* * 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 ...
package com.jerusalem.coupon.service.impl; import com.jerusalem.coupon.dao.SeckillSkuNoticeDao; import com.jerusalem.coupon.entity.SeckillSkuNoticeEntity; import com.jerusalem.coupon.service.SeckillSkuNoticeService; import org.springframework.stereotype.Service; import java.util.Map; import com.baomidou.mybatisplus.co...
package rocks.rdil.cherry.events; import net.minecraft.client.MinecraftClient; import net.minecraft.client.network.ClientPlayerEntity; import net.minecraft.entity.effect.StatusEffectInstance; import net.minecraft.entity.effect.StatusEffects; import rocks.rdil.cherry.config.CherryOptions; public class RunTickCallback ...
package com.samton.erp.upload.dao; import java.util.List; import org.apache.ibatis.session.RowBounds; import com.samton.erp.upload.entity.LisEnterpriseAttachme; import com.samton.platform.common.bean.param.JqParamBean; public interface LisEnterpriseAttachmeMapper { /** * * @Title: selectByPrimaryKey ...
package com.asksunny.nfs.hadoop; import java.io.IOException; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; import java.util.HashMap; import java.util.Map; import javax.sql.DataSource; import org.apache.hadoop.fs.Path...
/* * Copyright 2013-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
/* * * * Copyright 2010, Unitils.org * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of the License at * * * * http://www.apache.org/licenses/LICENSE-2.0 * * * * Unless required...
package org.gradle.test.performance.mediummonolithicjavaproject.p219; import org.junit.Test; import static org.junit.Assert.*; public class Test4393 { Production4393 objectUnderTest = new Production4393(); @Test public void testProperty0() { Production4390 value = new Production4390(); ...
package egovframework.com.cop.bbs.service.impl; import static org.junit.Assert.assertEquals; import java.util.Date; import java.util.List; import org.junit.Test; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Qualifier; import org.springframework.te...
package com.farwolf.weex.module; import com.farwolf.weex.event.Event; import com.taobao.weex.annotation.JSMethod; import com.taobao.weex.bridge.JSCallback; import com.taobao.weex.common.WXModule; import org.greenrobot.eventbus.EventBus; import org.greenrobot.eventbus.Subscribe; import org.greenrobot.eventbus.ThreadM...
/* * 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 ...
// ============================================================================ // // Copyright (C) 2006-2021 Talend Inc. - www.talend.com // // This source code is available under agreement available at // %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt // // You should have receiv...
/* * Copyright (c) 2009-2012 jMonkeyEngine * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * * Redistributions of source code must retain the above copyright * notice, this list of ...
package com.ptumulty.ceramic.models; import javafx.scene.paint.Color; public class ColorModel extends ValueModel<Color> { public ColorModel() { this(Color.TRANSPARENT); } ColorModel(Color value) { super(value); } }
/* * Copyright (c) 2020 Kevin KDA. Lorem ipsum dolor sit amet, consectetur adipiscing elit. * Morbi non lorem porttitor neque feugiat blandit. Ut vitae ipsum eget quam lacinia accumsan. * Etiam sed turpis ac ipsum condimentum fringilla. Maecenas magna. * Proin dapibus sapien vel ante. Aliquam erat volutpat. Pellent...
package com.github.unidbg.ios.struct.sysctl; import com.github.unidbg.pointer.UnicornStructure; import com.sun.jna.Pointer; import java.util.Arrays; import java.util.List; public class VmSpace extends UnicornStructure { public VmSpace(Pointer p) { super(p); } public int vm_refcnt; /* number of ...
// // ======================================================================== // Copyright (c) 1995-2014 Mort Bay Consulting Pty. Ltd. // ------------------------------------------------------------------------ // All rights reserved. This program and the accompanying materials // are made available under the ter...
/* * The Alluxio Open Foundation licenses this work under the Apache License, version 2.0 * (the “License”). You may not use this work except in compliance with the License, which is * available at www.apache.org/licenses/LICENSE-2.0 * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDI...
package it.unicam.cs.ids.c3.commerciante; /** * Le classi che implementano questa interfaccia hanno la responsabilitá di descrivere un commerciante, inteso come * il proprietario di un negozio che utilizza il sistema C3. * * @author Laureati Andrea Francesco, Gaetani Marco ( TEAM LAGM ) */ public interface Commer...
package br.com.ecarrara.neom.foundations.utils; import java.util.ArrayList; import java.util.Collection; import java.util.function.Supplier; /** * Mutation of java.util.Observable that uses generics to avoid casts. * For any un-documented variable, parameter or method, see java.util.Observable * * @see <a href="G...
/* Created by Perspecta http://www.perspecta.com */ /* (c) 2017-2019 Perspecta Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applica...
// Auto Generated. DO NOT EDIT! package com.yhy.common.beans.net.model.comment; import org.json.JSONArray; import org.json.JSONException; import org.json.JSONObject; import java.io.Serializable; import java.util.ArrayList; import java.util.List; public class ComTagInfoList implements Serializable{ private stat...
/* * Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.o...
/* * Copyright 2013-2014 eBay Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable l...
package com.fly.firefly.ui.activity.SplashScreen; import android.app.AlertDialog; import android.content.DialogInterface; import android.content.Intent; import android.os.Build; import android.os.Bundle; import android.provider.Settings; import android.util.Log; import android.view.LayoutInflater; import android.view....
/**************************************************************************** * Copyright 2016, Optimizely, Inc. and contributors * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you m...
package annotations.tests.classfile; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; import junit.framework.TestCase; import junit.framework.TestResult; import junit.framework.TestSuite; import org.objectweb.asm.ClassReader...
// This file was generated by Mendix Studio Pro. // // WARNING: Only the following code will be retained when actions are regenerated: // - the import list // - the code between BEGIN USER CODE and END USER CODE // - the code between BEGIN EXTRA CODE and END EXTRA CODE // Other code you write will be lost the next time...
package com.example.androidxmllayoutdesign; import androidx.appcompat.app.AppCompatActivity; import android.os.Bundle; public class MainActivity extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.lay...
package org.jboss.errai.ioc.client; import javax.enterprise.context.Dependent; import org.jboss.errai.bus.client.api.ClientMessageBus; import org.jboss.errai.bus.client.api.messaging.MessageBus; import org.jboss.errai.ioc.client.container.Context; import org.jboss.errai.ioc.client.container.ContextManager; import org....
package gremlin.cards; import com.megacrit.cardcrawl.actions.animations.VFXAction; import com.megacrit.cardcrawl.actions.unique.LimitBreakAction; import com.megacrit.cardcrawl.cards.AbstractCard; import com.megacrit.cardcrawl.characters.AbstractPlayer; import com.megacrit.cardcrawl.core.CardCrawlGame; import com.megac...
package com.alorma.github.sdk.bean.dto.response; import android.os.Parcel; import android.os.Parcelable; public class GitObject extends ShaUrl implements Parcelable { public static final Creator<GitObject> CREATOR = new Creator<GitObject>() { public GitObject createFromParcel(Parcel source) { return new G...
package okeanos.control.internal.services.agentbeans.provider; import javax.inject.Inject; import javax.inject.Provider; import okeanos.control.services.agentbeans.ScheduleHandlerServiceAgentBean; import okeanos.control.services.agentbeans.provider.ControlServicesProvider; import org.springframework.stereotype.Compo...
package com.example.plugintest.activity; import android.os.Bundle; import androidx.appcompat.app.AppCompatActivity; import android.util.Log; import android.view.LayoutInflater; import android.view.Menu; import android.view.MenuItem; import android.view.View; import android.view.View.OnClickListener; import android.vie...
package com.centurylink.mdw.common.service; import java.io.IOException; import java.util.HashMap; import java.util.Map; import com.centurylink.mdw.model.system.Bulletin; import com.centurylink.mdw.model.system.SystemMessage.Level; import com.centurylink.mdw.util.log.LoggerUtil; import com.centurylink.mdw.util.log.Sta...
package stroom.proxy.app.handler; import com.fasterxml.jackson.annotation.JsonProperty; public class ProxyRequestConfig { private String receiptPolicyUuid; @JsonProperty public String getReceiptPolicyUuid() { return receiptPolicyUuid; } @JsonProperty public void setReceiptPolicyUuid(...
/*================================================================================ Copyright (c) 2013 Steve Jin. All Rights Reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must re...
/* * Copyright 2016-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
/* * 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 ...
package engine.state; import com.google.common.collect.ImmutableSet; import java.util.Collection; import java.util.Optional; import java.util.stream.IntStream; public class IntProperty extends Property<Integer> { private final ImmutableSet<Integer> availableValues; public IntProperty(String propertyName, i...
/* * Copyright (c) 2021 fanmu All Rights Reserved. * * 创建人:mumu * 联系方式:fanmu_projects@163.com * 开源地址: https://github.com/fanmu-projects */ package com.fanmu.muwu.auth.security.social.qq.connet; import lombok.extern.slf4j.Slf4j; import org.apache.commons.lang3.StringUtils; import org.springframework.http.convert...
package jp.sourceforge.ea2ddl.dao.cbean.nss; import jp.sourceforge.ea2ddl.dao.cbean.cq.TTaggedvalueCQ; /** * The nest select set-upper of t_taggedvalue. * @author DBFlute(AutoGenerator) */ public class TTaggedvalueNss { protected TTaggedvalueCQ _query; public TTaggedvalueNss(TTaggedvalueCQ query) { _query...
package com.orbital3d.web.security.weblectricfence.filter; import java.io.IOException; import javax.servlet.FilterChain; import javax.servlet.ServletException; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import ...
package com.goncalvesm.concord.main.fournisseurs; import com.goncalvesm.concord.main.contexte.Contexte; import com.goncalvesm.concord.main.contexte.ControleurListeContexte; import com.goncalvesm.concord.main.index.Index; import java.util.ArrayList; import java.util.regex.Matcher; import java.util.regex.Pattern; publ...
/** * 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...
package com.huazie.frame.jersey.common.data; import com.huazie.frame.common.FleaCommonConfig; import javax.servlet.ServletContext; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import javax.ws.rs.container.ResourceInfo; import javax.ws.rs.core.HttpHeaders; import javax.w...
package com.example.aggregator.controller; import com.example.aggregator.model.Entry; import com.example.aggregator.service.AggregatorService; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.util.StopWatch; import org.springframework.web.bind.annotation.GetMapping; import org.spring...
/** * Programming Exercise P2.10 * Java Concepts, 6th Edition, by Cay Horstmann **/ // Import our classes (c.f. 2.8) // // Docs: // - http://docs.oracle.com/javase/7/docs/api/java/util/Random.html import java.util.Random; public class DieSimulator { public static void main(String[] args) { Rand...
package org.onetwo.ext.poi.utils; import java.util.Collections; import java.util.List; import java.util.Map; import org.onetwo.common.convert.Types; import org.onetwo.common.exception.BaseException; import org.onetwo.common.reflect.ReflectUtils; import org.onetwo.common.utils.LangUtils; import org.onetwo.common.utils...
/* * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
package com.prussia.test.myspring.util; import org.junit.Test; import org.apache.commons.codec.binary.Base64; import org.junit.Assert; import lombok.extern.slf4j.Slf4j; @Slf4j public class CommonBase64Test { @Test public void testBase64(){ String enpassword = "V2FzYUBzc2cx"; byte[] bpwd = Base64.decodeBase6...
package nightmare.module.render; import nightmare.Nightmare; import nightmare.module.Category; import nightmare.module.Module; import nightmare.settings.Setting; public class Blur extends Module{ public Blur() { super("Blur", 0, Category.RENDER); Nightmare.instance.settingsManager.rSetting(new Setting("Click...
// Copyright 2014 The Bazel Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by appl...
package com.tobin.fotofetcher.AsyncAndDB; import com.tobin.fotofetcher.RecyclerViewStuff.DataObject; import java.util.ArrayList; /** * Created by Tobin on 2/16/16. */ public class AsyncObjectList { private ArrayList<DataObject> dummyData; private static AsyncObjectList instance = null; private AsyncO...
/*- * ============LICENSE_START======================================================= * SDC * ================================================================================ * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. * ===================================================================...
package ru.javazen.telegram.bot.method.inline; import ru.javazen.telegram.bot.entity.inline.result.InlineQueryResult; import ru.javazen.telegram.bot.method.ApiMethod; import java.util.List; public class AnswerInlineQuery implements ApiMethod { private static final String METHOD = "answerInlineQuery"; priva...
/* * Copyright (c) 2022 Airbyte, Inc., all rights reserved. */ package io.airbyte.config.persistence.split_secrets.test_cases; import com.fasterxml.jackson.databind.JsonNode; import io.airbyte.commons.lang.Exceptions; import io.airbyte.config.persistence.split_secrets.SecretCoordinate; import io.airbyte.config.pers...
package dev.minecraftdorado.blackmarket.utils.market; import java.text.DecimalFormat; import java.time.Duration; import java.util.ArrayList; import java.util.Calendar; import java.util.Date; import java.util.List; import java.util.UUID; import org.bukkit.Bukkit; import org.bukkit.ChatColor; import org.bukkit.Material...
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed u...
// 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...
/* * Copyright (C) 2015 Jeremy Wildsmith. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This l...
package org.fy.gmall.sms.dao; import org.fy.gmall.sms.entity.SeckillSkuNoticeEntity; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import org.apache.ibatis.annotations.Mapper; /** * 秒杀商品通知订阅 * * @author fy * @email 2990598716@qq.com * @date 2020-04-27 22:28:34 */ @Mapper public interface SeckillSkuNo...
package cn.fly.account.service.impl; import cn.fly.account.mapper.AccountMapper; import cn.fly.account.service.AccountService; import lombok.extern.slf4j.Slf4j; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; /** * @author 虎哥 */ @Slf4j @Service public ...
package com.redhat.training.gardens.event; /** * Abstract Base event class */ abstract public class GardenEvent { public String name; public String gardenName; public Integer sensorId; public Double value; public Long timestamp; public GardenEvent() {} public GardenEvent(String name, St...
package net.floodlightcontroller.connmonitor; import java.net.URL; import java.util.concurrent.Callable; public class Request implements Callable<Response> { private URL url; public Request(URL url) { this.url = url; } @Override public Response call() throws Exception { return ne...
package com.riversoft.weixin.mp.event.shop; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlCData; import com.riversoft.weixin.common.event.EventRequest; /** * @borball on 3/17/2016. */ public class OrderEvent extends EventRequest { @JsonPr...
package SocketImpl; import java.io.DataInputStream; import java.io.DataOutputStream; import java.io.IOException; import java.net.ServerSocket; import java.net.Socket; import java.text.DecimalFormat; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Random; import java.util.concurr...
package com.springboot.cloud.controller; import com.springboot.cloud.dto.GrandAndCateGrandId; import com.springboot.cloud.entity.MallCategoryGrand; import com.springboot.cloud.entity.MallGrand; import com.springboot.cloud.service.MallCategoryGrandService; import com.springboot.cloud.util.CommonResult; import io.swagge...
package documentacion; import java.util.ArrayList; import java.util.List; public abstract class Documentacion { protected List<String> contenido = new ArrayList<String>(); public abstract void agregaDocumento(String documento); public abstract void imprime(); }
package org.batfish.datamodel.flow; import static com.google.common.base.Preconditions.checkArgument; import com.google.common.collect.ImmutableSet; import java.util.Objects; import java.util.Set; import javax.annotation.Nonnull; import javax.annotation.Nullable; import javax.annotation.ParametersAreNonnullByDefault;...
package com.miicaa.home.data.business.org; import android.content.ContentValues; import com.miicaa.home.data.storage.SqlCmd; /** * Created by Administrator on 13-12-20. */ public class UserInfoSql { // 用户表名 public static final String tb_name_user_info = "t_user_info"; // 用户字段 public static final String col_nam...
/* * 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 not u...
/* * 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 ...
/* * Licensed to Metamarkets Group Inc. (Metamarkets) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. Metamarkets licenses this file * to you under the Apache License, Version 2.0 (the * "License"); yo...
/* * Copyright 2017 HugeGraph Authors * * 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, Ve...
/** * Licensed to JumpMind Inc under one or more contributor * license agreements. See the NOTICE file distributed * with this work for additional information regarding * copyright ownership. JumpMind Inc licenses this file * to you under the GNU General Public License, version 3.0 (GPLv3) * (the "License"); yo...
/* * Copyright 2020 Haulmont. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in...