- 博客(4)
- 资源 (1)
- 收藏
- 关注
转载 android 使用java keytool 【note】
首先使用keytool 生成 private key (JKS, BKS 等格式):client.bks server.jkskeytool -genkey .......然后使用keytool生成证书(cer等格式): client.bks -----> client.cer server.jks -----> server.cerkeytool -ex
2014-03-21 16:22:07
508
原创 web socket
xhtml web page Web Socket Test #console-container { width: 400px; } #console { border: 1px solid #CCCCCC; bor
2014-03-20 17:47:30
566
原创 java socket
JAVA CODE:SERVER DEMOint port = 12345;ServerSocket serversocket = new ServerSocket(port);Socket socket = serversocket.accept();InputStreamReader bis = new InputStreamReader(socket.getInp
2014-03-20 17:40:45
349
原创 ACPI Power States [Note]
ACPI Power StatesGlobal Power StatesGlobal system states (Gx states) apply to the entire system and are visible to the user.G3 Mechanical Off A computer state that is entered and left by a mec
2013-09-13 11:19:41
1964
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人