上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 17 下一页
摘要: ubuntu 安装wireshark sudo apt-get install wireshark 中间弹出提示框选yes 实例教程 http://wenku.baidu.com/view/bdb0e34433687e21ae45a907.html 使用fileter 过滤包 protocol di 阅读全文
posted @ 2016-09-27 15:49 chencesc 阅读(121) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2016-09-21 22:30 chencesc 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 教程 http://www.runoob.com/python/att-list-append.html 习题 http://blog.csdn.net/liuyuan_jq/article/details/6603651 数据类型及操作 http://www.cnblogs.com/zhengyu 阅读全文
posted @ 2016-09-13 16:14 chencesc 阅读(93) 评论(0) 推荐(0) 编辑
摘要: linux终端查看cpu和内存使用情况 t一、op进入全屏实时系统资源使用信息查看 PID:进程的ID USER:进程所有者 PR:进程的优先级别,越小越优先被执行 NInice:值 VIRT:进程占用的虚拟内存 RES:进程占用的物理内存 SHR:进程使用的共享内存 S:进程的状态。S表示休眠,R 阅读全文
posted @ 2016-09-13 15:11 chencesc 阅读(433) 评论(0) 推荐(0) 编辑
摘要: makefile中常用的函数: http://linux.chinaunix.net/techdoc/develop/2009/07/09/1122854.shtml SRC = $(wildcard *.c) // 取目录下的.c文件OBJS = $(patsubst %.c,%.o,$(SRC) 阅读全文
posted @ 2016-09-07 15:44 chencesc 阅读(164) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/coderzh/archive/2008/11/23/1339310.html 一个简单的实例: 关于 wx.Frame.__init__ 阅读全文
posted @ 2016-09-07 09:28 chencesc 阅读(121) 评论(0) 推荐(0) 编辑
摘要: http://zh-google-styleguide.readthedocs.io/en/latest/google-python-styleguide/python_style_rules/ 阅读全文
posted @ 2016-09-06 17:25 chencesc 阅读(125) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/jcodeer?viewmode=contents http://tieba.baidu.com/p/3082739560 http://blog.sina.com.cn/s/blog_c8bffac20102wheu.html 组件介绍 http://ww 阅读全文
posted @ 2016-09-06 16:20 chencesc 阅读(647) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/finallyliuyu/archive/2010/09/25/1834301.html 阅读全文
posted @ 2016-08-17 17:44 chencesc 阅读(180) 评论(0) 推荐(0) 编辑
摘要: http://www.jb51.net/article/79271.htm 1.定义窗口大小,棋盘大小 SDL_GetWindowSize()读取窗口大小, 由于棋盘是15*15格局,上下留白一行,在另外加一个状态行,所以每行高度为width/17 2.图片加载 surface = IMG_Load 阅读全文
posted @ 2016-08-17 17:41 chencesc 阅读(632) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 17 下一页