摘要: 1 void ErrorRecord(uint32_t Error) 2 { 3 static uint32_t ErrorRecorder = 0; 4 static uint32_t ErrorLast = 0; 5 static uint8_t ErrorCounter = 0; 6 if(( 阅读全文
posted @ 2020-10-22 13:41 aWolfMan 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 命令行颜色显示: \[\e]0;\u@\h: \w\a\]${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ 阅读全文
posted @ 2017-10-10 20:51 aWolfMan 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 文件压缩 解压文件: 阅读全文
posted @ 2017-09-25 07:32 aWolfMan 阅读(298) 评论(0) 推荐(0) 编辑
摘要: https://files.cnblogs.com/files/liuyang92/httpd-2.2.34-win64.zip 阅读全文
posted @ 2017-09-20 23:43 aWolfMan 阅读(175) 评论(0) 推荐(0) 编辑
摘要: 有天一个女士出门散步,路过一个建筑工地,看到三个男人在干活。她问第一个男人,“你在干什么呢?”,第一个男人被问得很烦,咆哮道,“你没看到我在码砖吗?”。她对回答不满意,然后问第二个男人他在干什么。第二个男人回答,“我正在砌墙”,然后转移注意力到第一个男人,他说,“嘿,你码过头了,你要把最后一块砖拿掉 阅读全文
posted @ 2017-09-13 07:28 aWolfMan 阅读(20778) 评论(5) 推荐(7) 编辑
摘要: import re def string_match(match_keys,string): for each_key in match_keys: if each_key not in string: return False return True def repace_match_key(match_keys,string): ... 阅读全文
posted @ 2017-09-10 21:26 aWolfMan 阅读(246) 评论(0) 推荐(0) 编辑
摘要: 摘要链接: python第三方库——xlrd和xlwt操作Excel文件学习 :http://blog.csdn.net/wangkai_123456/article/details/50457284 python操作Excel读写(使用xlrd和xlrt) : http://blog.csdn.n 阅读全文
posted @ 2017-09-07 22:49 aWolfMan 阅读(85551) 评论(0) 推荐(2) 编辑
摘要: 跟随练习: 引自:https://www.liaoxuefeng.com/wiki/0014316089557264a6b348958f449949df42a6d3a2e542c000/00143193331387014ccd1040c814dee8b2164bb4f064cff000 字符串是编程 阅读全文
posted @ 2017-09-06 21:55 aWolfMan 阅读(287) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-09-06 21:03 aWolfMan 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 摘要: python中telnetlib模块的使用: http://blog.csdn.net/five3/article/details/8099997 python实现telnet: http://blog.csdn.net/kevin66654/article/details/51993275 阅读全文
posted @ 2017-09-05 23:17 aWolfMan 阅读(363) 评论(0) 推荐(0) 编辑