摘要:
public static String getSignature(String s) throws NoSuchAlgorithmException, UnsupportedEncodingException, InvalidKeyException {// String Token = "O-x 阅读全文
posted @ 2016-04-19 22:51
xiaojiayu
阅读(2489)
评论(0)
推荐(0)
摘要:
# coding:utf-8from socket import *import binascii, linecache, timeServerUrl = "127.0.0.1:900"def SocketServer(): try: Colon = ServerUrl.find(':') IP = 阅读全文
posted @ 2016-04-19 21:10
xiaojiayu
阅读(695)
评论(0)
推荐(0)