Fork me on GitHub

2020年2月27日

摘要: 参数re.S jsProp = 'b' fpData = '''var a = []; var b = []; var c = [];''' .*是尽可能匹配多的 searchResult = re.search((r'((var\s+|\s*)%s\s*=\s*)\[.*\]'%jsProp), 阅读全文
posted @ 2020-02-27 23:22 pengyingh 阅读(1579) 评论(0) 推荐(0) 编辑

2019年3月14日

摘要: 转自:https://developers.google.com/web/updates/2015/01/ES6-Template-Strings 转自:https://developers.google.com/web/updates/2015/01/ES6-Template-Strings 转自 阅读全文
posted @ 2019-03-14 10:37 pengyingh 阅读(640) 评论(0) 推荐(0) 编辑

2019年3月13日

摘要: preference- 阅读全文
posted @ 2019-03-13 10:07 pengyingh 阅读(885) 评论(0) 推荐(1) 编辑

2019年2月20日

摘要: 转自 https://blog.csdn.net/yuan_4715/article/details/6283472 引用是C++中的概念,初学者容易把引用和指针混淆一起。 一下程序中,n是m的一个引用(reference),m是被引用物(referent)。 int m; int &n = m;  阅读全文
posted @ 2019-02-20 10:47 pengyingh 阅读(1088) 评论(0) 推荐(0) 编辑
摘要: 转自:http://fengqing888.blog.163.com/blog/static/3301141620100623933512/ 1.冒号(:)用法(1)表示机构内位域的定义(即该变量占几个bit空间)typedef struct _XXX{unsigned char a:4;unsig 阅读全文
posted @ 2019-02-20 10:45 pengyingh 阅读(3233) 评论(0) 推荐(0) 编辑

2018年10月16日

摘要: 转自:https://site.douban.com/149989/widget/notes/8053161/note/231207595/ AC – Armor Class,盔甲等级、级别Account – 账号,与密码Password相对Add – 一只玩家加入到组队中,如果请求别人组队,可说A 阅读全文
posted @ 2018-10-16 11:28 pengyingh 阅读(3729) 评论(0) 推荐(0) 编辑

2018年8月22日

摘要: 转自:https://www.cnblogs.com/gala/archive/2011/09/22/2184801.html 有的时候需要用python处理二进制数据,比如,存取文件,socket操作时.这时候,可以使用python的struct模块来完成.可以用 struct来处理c语言中的结构 阅读全文
posted @ 2018-08-22 16:33 pengyingh 阅读(523) 评论(0) 推荐(0) 编辑

2018年8月20日

摘要: 转自:https://blog.csdn.net/chen_xi_hao/article/details/79431756 前言 笔者的主要技能是移动端开发,eclipse和android studio这两个工具都很熟手,android是以java为基础的,但是笔者基本不涉及java项目。最近接触了 阅读全文
posted @ 2018-08-20 11:41 pengyingh 阅读(1454) 评论(0) 推荐(0) 编辑

2018年8月17日

摘要: 转自:https://www.cnblogs.com/gala/archive/2011/09/22/2184801.html 有的时候需要用python处理二进制数据,比如,存取文件,socket操作时.这时候,可以使用python的struct模块来完成.可以用 struct来处理c语言中的结构 阅读全文
posted @ 2018-08-17 16:46 pengyingh 阅读(745) 评论(0) 推荐(1) 编辑

2018年8月16日

摘要: 查看所有tcp进程 监听的端口 查看指定端口信息 关闭指定进程 阅读全文
posted @ 2018-08-16 18:22 pengyingh 阅读(1405) 评论(0) 推荐(0) 编辑

导航