検索

以下に検索結果を表示します。

全文検索:

rememberme @study:java
16 ヒット, 最終更新:
★1 public class PersistenceConfig { @Autowired private Environment env; ★2 //***** public method *****... rce; } //***** protected method ***** //***** private method ***** //***** call back method ***** //*... od ***** //***** protected method ***** //***** private method ***** //***** call back method ***** //*... SavedRequestAwareAuthenticationSuccessHandler { private static final Logger logger = LoggerFactory.getLog
singleton @study:java:design_pattern
9 ヒット, 最終更新:
소개합니다. <code java> public class Singleton { private static Singleton uniqueInstance; private Singleton() {} public static Singleton getInstance() ... 살펴보세요. <code java> public class Singleton { private static Singleton uniqueInstance; private Singleton() {} public static synchronized Singleton g
implement4 @study:java:sharepointonline
9 ヒット, 最終更新:
=== Mainコード ====== 実装Mainコードを以下に示します。 <code java> private static final String COOKIE_SITE_ENDPOINT = "https... x.contoso.com/_forms/default.aspx?wa=wsignin1.0"; private static RestTemplateWithCookies restTemplateWithCo... RestTemplateWithCookies extends RestTemplate { private static final Logger logger = LoggerFactory.getLogger(RestTemplateWithCookies.class); private final List<HttpCookie> cookies = new ArrayList<>(
implement3 @study:java:sharepointonline
8 ヒット, 最終更新:
ainコード ====== 実装コードのメインとなる部分を以下に示します。 <code java> private static final ResourceBundle RSC = ResourceBundle.getBundle("com.app.sample.ws.application"); private static final String CUSTOM_STS_ENDPOINT = "https://login.microsoftonline.com/extSTS.srf"; private Map<String, String> namespacePrefixes = new HashM... urityToken //build Binary token request envelope private String buildBinaryTokenRequestEnvelope(String sam
implement1 @study:java:sharepointonline
7 ヒット, 最終更新:
code ====== 実装のメインになるコードを以下に示します。\\ <code java> private static final ResourceBundle RSC = ResourceBundle.getBundle("com.app.sample.ws.application"); private static final String STS_AUTH_ENDPOINT = "https://... o.com/adfs/services/trust/2005/usernamemixed"; private Map<String, String> namespacePrefixes = new HashM... lSecurityToken //build SAML request envelope private String buildSamlSecurityRequestEnvelope() { /
implement2 @study:java:sharepointonline
4 ヒット, 最終更新:
==== Bouncy Castleを適用するコードを以下に示します。 <code java> private static final String JCE_PROVIDER_BOUNCY_CASTLE_FIPS = "BCFIPS"; private static final String BOUNCY_CASTLE_RNG_HYBRID_MODE = "C:HYBRID;ENABLE{ALL};"; private static final byte[] NONCE = Strings.toByteArray("... }//setUpProvider //set default SecureRandom private static void setDefaultDrbg() { EntropySourceP
compress @study:java
3 ヒット, 最終更新:
m a byte array to the ZIP file ===== <code java> private static final int COMPRESS_LEVEL = 9; public long... urn entry.getCompressedSize(); }//writeZipStream private long getCompressedSize(byte[] input, String entry... ut.close(); return entry.getCompressedSize(); } private long getCRCValue(byte[] input){ // Compute CR
integation @study:java:powermock
3 ヒット, 最終更新:
ok() throws Exception { //NOP } //***** private method ***** // Creates a new JdbcDatabaseTester private void setUpDbunitTester() throws Exception { Data... tory()); } //Enable Log4j 1.x bridge private void setUpLog4j() { System.setProperty("l
rad @study:ejb
2 ヒット, 最終更新:
RootResultBean implements java.io.Serializable { private double sourceNumber; private double resultValue; } </code> **Source->Generate Getters and Setters**를 클릭하
cache_control @study:php5
2 ヒット, 最終更新:
0'); header('Last-Modified:'); </code> ===== private cache control ===== 共有されないキャッシュを指定する場合のコードを次に示す。 ... // anti-mozilla header("Cache-Control: private, max-age={$cache_expire}, pre-check={$cache_expir
testdata @study:java:dbunit
2 ヒット, 最終更新:
tractCustomTestCase { //table backup file private File backupFile; /* (non-Javadoc) * @se... tractCustomTestCase { //table backup file private File backupFile; /* (non-Javadoc) * @se
template_method @study:java:design_pattern
2 ヒット, 最終更新:
return false; } } private String getUserInput(){ String answer = n... 때는 배열의 길이와 첫번째 원소의 위치(0)도 알려줘야 합니다. <code java> private static void mergeSort(Object[] src, Object[] dest
filter @study:java
1 ヒット, 最終更新:
ache-Control</param-name> <param-value> private,no-cache,no-store</param-value> </init-param>

QR Code
QR Code 検索 (generated for current page)