text
stringlengths
7
995k
package org.javaq.chartfaces.util; /** * A wrapper that is used to hide the difference between a {@link StringBuilder} * and {@link IStringBuilder} since {@link StringBuilder} is declared as final. * * @author Hongyan Li * */ public class StringBuilderWraper implements IStringBuilder { private final StringBui...
/* * Copyright 2003 - 2016 The eFaps Team * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ...
package com.cloudbees.jenkins.plugins.bitbucket; import jenkins.scm.api.SCMHeadObserver; import org.junit.ClassRule; import org.junit.Test; import org.jvnet.hudson.test.JenkinsRule; import static org.junit.Assert.assertEquals; public class WebhookConfigurationTraitTest { @ClassRule public static JenkinsRule ...
/***************************************************************** * 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 * ...
package com.baeldung.designpatterns.singleton; public enum EnumSingleton { INSTANCE("Initial enum info"); //Name of the single instance private String info; private EnumSingleton(String info) { this.info = info; } public EnumSingleton getInstance(){ return INSTAN...
/* * Copyright 2000-2013 JetBrains s.r.o. * * 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 agre...
/* * Copyright (c) 2008-2016 MongoDB, 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 a...
package test.my.utils.io; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertTrue; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.UnsupportedEncodingException; import java.util.UUID; import org.junit.Test; import com.jd.blockchain.utils.io.By...
// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.ide.plugins.newui; import com.intellij.ide.plugins.IdeaPluginDescriptor; import com.intellij.ide.plugins.IdeaPluginDescriptorImpl; import com.intellij.ide.pl...
/* * Copyright 2018 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
package com.sohu.cache.constant; /** * 检查客户端的版本是否ok的枚举 * * @author: lingguo * @time: 2014/10/22 10:13 */ public enum ClientStatusEnum { GOOD(1), WARN(0), ERROR(-1); int status; ClientStatusEnum(int status) { this.status = status; } public int getStatus() { return sta...
package jetbrains.mps.lang.test.intentions; /*Generated by MPS */ import jetbrains.mps.editor.intentions.IntentionsFactory; import org.jetbrains.mps.openapi.language.SAbstractConcept; import jetbrains.mps.smodel.SNodePointer; import org.jetbrains.mps.openapi.model.SNode; import jetbrains.mps.openapi.editor.EditorCont...
/* * Copyright 2015 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
/** * Created by java-echarts library. * @author: cattong <aronter@gmail.com> */ package com.beyongx.echarts.charts.bar.select; import java.io.Serializable; import java.util.Map; //import lombok.Data; import lombok.EqualsAndHashCode; /** * * * {_more_} */ @lombok.Data @EqualsAndHashCode(callSuper = false)...
/* * Copyright 2021 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
/* * Copyright © 2014 Cask Data, 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 t...
/* * Precisely APIs * Enhance & enrich your data, applications, business processes, and workflows with rich location, information, and identify APIs. * * The version of the OpenAPI document: 11.9.3.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://opena...
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE191_Integer_Underflow__int_listen_tcp_multiply_67a.java Label Definition File: CWE191_Integer_Underflow__int.label.xml Template File: sources-sinks-67a.tmpl.java */ /* * @description * CWE: 191 Integer Underflow * BadSource: listen_tcp Read data using a listening tcp ...
package com.panda.sky.util; import java.util.UUID; /** * * ClassName: UUID生成工具 Function: TODO ADD FUNCTION. * * @author Murphy.Chang * @version */ public class UUIDUtil { /** * 获得一个UUID * * @return String UUID */ public static String getUUID() { String s = UUID.randomUUID().toString(); // 去掉“-”符...
package negocio; import java.util.ArrayList; import arbol.Nodo; import factoria.FactoriaIntegracion; import tablas.Atributo; import tablas.Ejemplos; /** * @author Ana Laura Corral Descargue */ public class BusquedaID3Imp implements BusquedaID3 { public Object busqueda(TDatos tDatos) { ArrayList<Atributo> listaA...
/* * Copyright 2019 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 ru.qatools.selenograph.gridrouter; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import ru.qatools.selenograph.ext.SelenographDB; import ru.yandex.qatools.camelot.api.EventProducer; import ru.yandex.qatools.camelot.api.annotations.*; import ru.yandex.qatools.camelot.plugin.GraphiteReportProcessor; i...
/** * Copyright (DigitalChina) 2016-2020, DigitalChina. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
package pl.sda.dao; import pl.sda.entity.ProductEntity; import pl.sda.model.Product; import java.util.List; public interface ProductDao { List<ProductEntity> getAllProductsEntities(); ProductEntity getProductById(Long id); }
package fr.redfroggy.ilg.client.openapi.model; import java.util.Objects; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonCreator; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import org.openapitools.jackson.nullable.JsonNullab...
package com.faforever.api.data.domain; import com.faforever.api.data.checks.IsEntityOwner; import com.faforever.api.data.checks.Prefab; import com.yahoo.elide.annotation.CreatePermission; import com.yahoo.elide.annotation.DeletePermission; import com.yahoo.elide.annotation.Include; import com.yahoo.elide.annotation.Up...
package ObjectOrientedDesign.MovieTicketBookingSystem.services.interfaces; import ObjectOrientedDesign.MovieTicketBookingSystem.entities.Movie; import ObjectOrientedDesign.MovieTicketBookingSystem.entities.MovieHall; import ObjectOrientedDesign.MovieTicketBookingSystem.entities.Theatre; public interface CatalogServic...
package com.igpgroup17.studentpals.dao; import com.igpgroup17.studentpals.models.Reports; public interface ReportCrudDao { Reports createReport(Reports user); Reports readReport(String reportId); Reports updateReport(Reports report); void deleteReport(String reportId); }
/* * Copyright © 2021 RongCloud. All rights reserved. */ package io.rong.callkit; /** Created by weiqinxiao on 16/3/18. */ public class RongVoIPIntent { public static final String RONG_INTENT_VOIP_CATEGORY = "io.rong.intent.category.voip"; public static final String RONG_INTENT_ACTION_VOIP_MULTIAUDIO = ...
// @author Meghana Kiran import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.io.PrintWriter; import java.net.Socket; import java.util.Scanner; public class tictactoeclient { public tictactoeclient(){ try { Socket socket = new Socket("127.0.0.1",1234); ...
package io.crowdcode.speedbay.auction.util; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.BeansException; import org.springframework.beans.factory.config.BeanPostProcessor; import static io.crowdcode.speedbay.common.AnsiColor.blue; import static io.crowdcode.speedbay.common...
/* * Copyright 2002-2016 the original author or authors. * * 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 ap...
package com.project.controller; import com.project.service.Impl.RxJavaTestServiceImpl; import com.project.service.RxJavaTestService; import io.reactivex.Observable; import io.reactivex.Single; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import org.springframework.beans.factory.a...
package org.spearhead.account.dto; import lombok.AllArgsConstructor; import lombok.Builder; import lombok.Data; import lombok.NoArgsConstructor; import javax.validation.constraints.NotBlank; @Data @AllArgsConstructor @NoArgsConstructor @Builder public class SyncUserRequest { @NotBlank private String userId; ...
/* * Copyright (c) 2011 Marvin S. Mueller All rights reserved. */ import java.util.Calendar; /** * A date-entry of the alarm-clock * @author Marvin * */ public class Event implements Comparable<Event>{ /** * the name */ private String name; /** * the describtion */ private String desc; /** ...
package com.alvis.exam.service; import com.alvis.exam.domain.TaskExam; import com.alvis.exam.domain.User; import com.alvis.exam.viewmodel.admin.task.TaskPageRequestVM; import com.alvis.exam.viewmodel.admin.task.TaskRequestVM; import com.github.pagehelper.PageInfo; import java.util.List; public interface TaskExamServ...
/** * 树结构工具包 * @author YYL */ package com.github.relucent.base.common.tree;
/*- * #%L * BigDataViewer core classes with minimal dependencies * %% * Copyright (C) 2012 - 2016 Tobias Pietzsch, Stephan Saalfeld, Stephan Preibisch, * Jean-Yves Tinevez, HongKee Moon, Johannes Schindelin, Curtis Rueden, John Bogovic * %% * Redistribution and use in source and binary forms, with or without * ...
/* ==================================================================== 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 Y...
import java.awt.Component; import java.util.*; import java.awt.*; import javax.swing.*; import javax.swing.table.*; import javax.swing.event.*; public class DataTypeEditor extends JComboBox implements TableCellEditor { /** listeners */ protected transient Vector listeners; /** typelist */ Vector typelist; /** o...
/* * Copyright (c) 2020 GeekStore. * All rights reserved. */ package io.geekstore.eventbus; import io.geekstore.common.ConfigArgValues; import io.geekstore.config.collection.CollectionFilter; import io.geekstore.entity.CollectionEntity; import io.geekstore.entity.ProductVariantCollectionJoinEntity; import io.geeks...
package me.Alw7SHxD.EssCore.util.json; import com.google.gson.stream.JsonWriter; import java.io.IOException; /** * Represents an object that can be serialized to a JSON writer instance. */ interface JsonRepresentedObject { /** * Writes the JSON representation of this object to the specified writer. * @param ...
package de.illonis.eduras; import de.illonis.eduras.mapeditor.Referencable; /** * An concrete entity that can be referenced by name. * * @author illonis * */ public abstract class ReferencedEntity implements Referencable { private String refName; @Override public final String getRefName() { return refNa...
package com.atguigu.gulimall.product.service; import com.baomidou.mybatisplus.extension.service.IService; import com.atguigu.common.utils.PageUtils; import com.atguigu.gulimall.product.entity.SkuSaleAttrValueEntity; import java.util.Map; /** * sku销售属性&值 * * @author lixin * @email 708874882@qq.com * @date 2021-0...
package com.ziroom.ziroomcustomer.widget; import android.content.Context; import android.support.v4.view.ViewCompat; import android.support.v4.widget.ViewDragHelper; import android.support.v4.widget.ViewDragHelper.Callback; import android.util.AttributeSet; import android.view.MotionEvent; import android.view.View; im...
/* * 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 ...
/* * Copyright 2016 NHN Entertainment Corp. * * NHN Entertainment Corp. 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.org/licenses/LICENSE-2.0 * * Unle...
package org.jabref.gui.push; import java.awt.BorderLayout; import java.awt.event.ActionEvent; import javax.swing.AbstractAction; import javax.swing.ActionMap; import javax.swing.BorderFactory; import javax.swing.InputMap; import javax.swing.JButton; import javax.swing.JComponent; import javax.swing.JDialog; import ja...
package org.onvif.ver10.schema; import java.util.ArrayList; import java.util.List; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlAnyElement; import javax.xml.bind.annotation.XmlType; import org.w3c.dom.Element; /** * <p>Java cla...
package controllers.user; import com.fasterxml.jackson.databind.JsonNode; import helper.*; import helper.Error; import io.ebean.Ebean; import io.ebean.SqlQuery; import io.ebean.SqlRow; import models.*; import nodeJs.NodeJs; import play.libs.Json; import play.mvc.Controller; import play.mvc.Result; import javax.inject...
/* * Copyright (c) 2016, 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.a...
package com.example.deps.a; import com.example.deps.iface.IFace; public class Z implements IFace { @Override public void print(String msg) { System.out.println(msg); } }
package code.java.agent; import java.lang.instrument.ClassFileTransformer; import java.lang.instrument.IllegalClassFormatException; import java.security.ProtectionDomain; import java.util.HashMap; import java.util.List; import java.util.Map; /** * @describe: * @author: 彭爽pross * @date: 2019/04/29 */ public class ...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
import java.util.Scanner; public class rook { public static void main(String[] args) { //여기서 주의할 점은 중심이 되는 게 룩이 아닌 킹 //코딩하기 전 문제가 과연 효율적인가를 고민해 볼 것. 대부분 조금이라도 복잡하면 다른 방법이 있을 것. //이 문제는 킹이 사방면으로 움직이는 방식으로 고민 //상하좌우 움직이는 방향에 따라 탈출 조건이 다르므로 유의 //아니면 행렬 스캔 방향을 탈출 조건이 같도록(시작점이...
/* * 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 file_location; import java.io.BufferedReader; import java.io.File; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.IOException; public class App { public static void main(String[] args) { // 파일의 위치 String fileLocation = "I:\\JAVA\\JAVA-STUDY\\CH20_Reading_Writing\\test.tx...
/** * Copyright 2010 - 2020 JetBrains s.r.o. * * 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 a...
/* * Copyright 2020 Yelp 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 in...
/* * Copyright © 2018 Cask Data, 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 t...
package invtweaks; import invtweaks.api.container.ContainerSection; import invtweaks.container.IContainerManager; import net.minecraft.client.Minecraft; import net.minecraft.client.gui.inventory.GuiContainer; import net.minecraft.inventory.Slot; import net.minecraft.item.Item; import net.minecraft.item.ItemStack; impo...
package com.cosium.code.format.formatter; import com.google.googlejavaformat.java.Formatter; import com.google.googlejavaformat.java.FormatterException; import org.apache.commons.io.IOUtils; import org.apache.maven.plugin.logging.Log; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream...
package com.folioreader.view; import android.annotation.TargetApi; import android.content.Context; import android.os.Build; import android.util.AttributeSet; import android.view.ActionMode; import android.view.Menu; import android.view.MenuInflater; import android.view.MotionEvent; import android.view.View; import and...
package com.lombok; import lombok.Setter; import org.junit.Test; @lombok.ToString( includeFieldNames = false, //exclude = {"field1"}, doNotUseGetters = false ) public class ToString { @Setter private String field1; @Setter private String field2; public String getField2(){...
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ pa...
package org.egov.egf.master.domain.repository; import java.io.IOException; import java.util.ArrayList; import java.util.List; import org.egov.common.domain.model.Pagination; import org.egov.common.persistence.repository.ESRepository; import org.egov.egf.master.domain.model.Supplier; import org.egov.egf.master.persist...
/* * Copyright 2016-present Open Networking 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 appli...
/* * 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 co.edu.uniandes.csw.watchdogs.dtos; import co.edu.uniandes.csw.watchdogs.entities.FacturaEntity; /** * FacturaDTO Objeto de ...
package de.fintasys.the_15_puzzle_game.adapter; import android.content.Context; import android.support.v7.widget.RecyclerView; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ImageView; import android.widget.LinearLayout; import com.squareup.picasso.P...
/* * Copyright 2002-2019 the original author or authors. * * 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 a...
/* * 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 cn.leiyy.common.constant; /** * * 多数据源的枚举 * * @author fengshuonan * @date 2017年3月5日 上午10:15:02 */ public interface DSEnum { String DATA_SOURCE_GUNS = "dataSourceGuns"; //guns数据源 String DATA_SOURCE_BIZ = "dataSourceBiz"; //其他业务的数据源 }
/** * 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 JianZhiOffer.JianZhiOffer_Java.JianZhiOffer16_Merge_Sorted_Lists; public class ListNode { int val; ListNode next = null; ListNode(int val) { this.val = val; } }
/* * Copyright 2021 LINE Corporation * * LINE Corporation 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: * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless r...
/* * Copyright (c) 2001, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Softwa...
/* This file is part of the iText (R) project. Copyright (c) 1998-2020 iText Group NV Authors: Bruno Lowagie, Paulo Soares, et al. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General Public License version 3 as published by the Free...
package com.telecominfraproject.wlan.core.server.async; import java.util.Collection; import java.util.Iterator; import java.util.concurrent.BlockingQueue; import java.util.concurrent.Callable; import java.util.concurrent.Future; import java.util.concurrent.RejectedExecutionHandler; import java.util.concurrent.ThreadPo...
package relicstats.patches.relics; import com.evacipated.cardcrawl.modthespire.lib.*; import com.evacipated.cardcrawl.modthespire.patcher.PatchingException; import com.google.gson.Gson; import com.google.gson.JsonElement; import com.megacrit.cardcrawl.cards.AbstractCard; import com.megacrit.cardcrawl.core.CardCrawlGam...
/* * Copyright 2007 The Closure Compiler Authors. * * 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...
package com.ruoyi.common.core.utils.poi; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import java.lang.reflect.Field; import java.math.BigDecimal; import java.text.DecimalFormat; import java.util.ArrayList; import java.util.Arrays; import java.util.Comparator; import java.util.D...
package jp.co.yahoo.adssearchapi.v6.model; import java.util.Objects; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonCreator; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.util.ArrayList; import java.util.List; impo...
/** * Scaffolding file used to store all the setups needed to run * tests automatically generated by EvoSuite * Fri Nov 27 15:57:22 GMT 2020 */ package org.firebirdsql.gds.impl.wire; import org.evosuite.runtime.annotation.EvoSuiteClassExclude; import org.junit.BeforeClass; import org.junit.Before; import org.jun...
package com.novaventure.survivalessentials.registry.Cooking.FoodTypeBases; import net.minecraft.item.Item; public class DoughBase extends Item { public DoughBase(Settings settings) { super(settings); } }
package br.com.clinicamed.security.handlers; import br.com.clinicamed.security.utils.SegurancaUtils; import org.springframework.security.core.AuthenticationException; import org.springframework.security.web.AuthenticationEntryPoint; import javax.servlet.ServletException; import javax.servlet.http.HttpServletRequest; ...
package com.java110.store.bmo.contractTypeSpec.impl; import com.java110.core.annotation.Java110Transactional; import com.java110.intf.store.IContractTypeSpecInnerServiceSMO; import com.java110.po.contractTypeSpec.ContractTypeSpecPo; import com.java110.store.bmo.contractTypeSpec.IDeleteContractTypeSpecBMO; import com.j...
/* ### * IP: GHIDRA * * 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 writin...
/* Copyright 2016 Goldman Sachs. 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, softw...
/* Copyright 2014 Immutables Authors and Contributors 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 applicabl...
/* * Copyright 2012-2021 the original author or authors. * * 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 a...
/* * Copyright (c) 2007, 2015, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */ /* * Copyright 2001-2004 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except ...
package org.protege.editor.owl.model.entity; import org.protege.editor.owl.ui.action.SelectedOWLEntityAction; import org.semanticweb.owlapi.model.OWLEntity; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.awt.*; import java.io.IOException; /** * Matthew Horridge * Stanford Center for Biomedica...
package com.micromethod.sipmethod.sample.clicktodial; import java.net.MalformedURLException; import java.net.URL; import javax.xml.namespace.QName; import javax.xml.ws.Service; import javax.xml.ws.WebEndpoint; import javax.xml.ws.WebServiceClient; import javax.xml.ws.WebServiceFeature; /** * This class was generate...
/* * Copyright 2021-2022 Aklivity Inc. * * Aklivity 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.org/licenses/LICENSE-2.0 * * Unless required...
/* * Copyright 2000-2014 JetBrains s.r.o. * * 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 agre...
package StudentManageSy; import javax.swing.*; import java.awt.*; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; /* * 回顾网格布局 * */ /* *问题一,为什么JFram不能设置背景色,只能给内容窗格设置背景色 * 解决方法:回顾了解窗体与内容窗格的概念性 * 问题二,为什么setSize不能在有布局的情况下设置组件大小,而setPreferredSize可以 * * */ public class MainDemo extends JFrame{ ...
package ru.job4j.domain; import java.io.Serializable; import java.util.Objects; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.ManyToOne; import javax.persistence....
/* * Copyright 2002-2017 the original author or authors. * * 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 ap...
package com.github.netty.protocol.servlet; import javax.servlet.ServletResponse; import javax.servlet.http.Cookie; import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpServletResponseWrapper; import java.io.IOException; import java.util.Locale; /** * Servlet response introduction * @author w...
/* * 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...