$V2EX
Solana
Give SOL to Copy Address
使用 SOL 向 Abruzzi 打赏,数额会 100% 进入 Abruzzi 的钱包。
 Abruzzi's recent timeline updates
Abruzzi

Abruzzi

x
🏢  Jimubox / Front-end Developer
V2EX member #41528, joined on 2013-07-02 15:22:19 +08:00
x
Abruzzi's recent replies
交流电,你说呢?
Aug 10, 2015
Replied to a topic by Quaintjade SSL Comodo PositiveSSL 已经支持 ECC 证书了
@Quaintjade 请问 PositiveSSL 证书作为 ocserv 的 server cert,iOS 版 Anyconnect 会提示风险么?
Jul 2, 2013
Replied to a topic by moroumo 程序员 吐槽一下,同事把java写的像C
@ivenvd 之前看了那个switch的代码愕然了,然后仔细一想好像也不是那么容易改,最后用反射写出来:
public void testSwitch(Integer i){
try {
Field field = Constants.class.getDeclaredField("AGENT_" + i);
agentType = (String)field.get("AGENT_" + i);
} catch (NoSuchFieldException | SecurityException | IllegalArgumentException | IllegalAccessException e ) {
e.printStackTrace();
}
}
觉得还不如之前那样安全。


今天又看到你回复的数组,瞬间想捡砖拍死自己。
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1408 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 16ms · UTC 23:59 · PVG 07:59 · LAX 16:59 · JFK 19:59
♥ Do have faith in what you're doing.