会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
aWolfMan
加油!
博客园
首页
新随笔
联系
订阅
管理
2020年10月22日
记录Error Log函数
摘要: 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
阅读(125)
评论(0)
推荐(0)
2017年10月10日
linux基础技巧
摘要: 命令行颜色显示: \[\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
阅读(137)
评论(0)
推荐(0)
2017年9月25日
python 文件压缩及解压
摘要: 文件压缩 解压文件:
阅读全文
posted @ 2017-09-25 07:32 aWolfMan
阅读(304)
评论(0)
推荐(0)
2017年9月20日
文件下载链接
摘要: https://files.cnblogs.com/files/liuyang92/httpd-2.2.34-win64.zip
阅读全文
posted @ 2017-09-20 23:43 aWolfMan
阅读(202)
评论(0)
推荐(0)
2017年9月13日
Python Web服务器
摘要: 有天一个女士出门散步,路过一个建筑工地,看到三个男人在干活。她问第一个男人,“你在干什么呢?”,第一个男人被问得很烦,咆哮道,“你没看到我在码砖吗?”。她对回答不满意,然后问第二个男人他在干什么。第二个男人回答,“我正在砌墙”,然后转移注意力到第一个男人,他说,“嘿,你码过头了,你要把最后一块砖拿掉
阅读全文
posted @ 2017-09-13 07:28 aWolfMan
阅读(21073)
评论(5)
推荐(7)
2017年9月10日
打印字符串替换
摘要: 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
阅读(254)
评论(0)
推荐(0)
2017年9月7日
python 将数据写入excel
摘要: 摘要链接: 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
阅读(85720)
评论(0)
推荐(2)
2017年9月6日
Python 正则表达式
摘要: 跟随练习: 引自:https://www.liaoxuefeng.com/wiki/0014316089557264a6b348958f449949df42a6d3a2e542c000/00143193331387014ccd1040c814dee8b2164bb4f064cff000 字符串是编程
阅读全文
posted @ 2017-09-06 21:55 aWolfMan
阅读(297)
评论(0)
推荐(0)
Python文章收集
该文被密码保护。
阅读全文
posted @ 2017-09-06 21:03 aWolfMan
阅读(3)
评论(0)
推荐(0)
2017年9月5日
python Telnet通讯
摘要: 摘要: 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
阅读(372)
评论(0)
推荐(0)
下一页
公告