上一页 1 2 3 4 5 6 7 8 ··· 39 下一页
摘要: #!/usr/bin/env python# Version: 0.2.201308040830# Author: linkscue# Function: unpack any hauwei honor2 Update.app# Thanks to McSpoon(zhaoxing-go@163.c... 阅读全文
posted @ 2014-02-21 15:27 MagicLetters 阅读(320) 评论(0) 推荐(0) 编辑
摘要: import java.util.UUID;public class RecID { /** * @param args */ public static void main(String[] args) { Integer num = Integer.par... 阅读全文
posted @ 2014-02-21 12:09 MagicLetters 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 今天项目上利用运行netca创建监听时报错,(运行netmgr可以弹出窗口,未测试是否可以建立监听) 报错信息: [oracle@BSS-WG2 ~]$netca Oracle Net Services Configuration: # # An unexpected error has been... 阅读全文
posted @ 2014-02-18 13:41 MagicLetters 阅读(540) 评论(0) 推荐(0) 编辑
摘要: def funct3(x, y=1, z=1, *tup): print((x, y, z) + tup)def funct4(x, y=1, z=1, **dictionary): print(x, y, z, dict) *tup表示任意多个无名参数,类型为tuple... 阅读全文
posted @ 2014-01-17 13:49 MagicLetters 阅读(186) 评论(0) 推荐(0) 编辑
摘要: Three-Way Handshake The following scenario occurs when a TCP connection is established: The server must be prepared to accept an incoming connectio... 阅读全文
posted @ 2014-01-13 22:11 MagicLetters 阅读(267) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 39 下一页