上一页 1 2 3 4 5 6 7 8 ··· 19 下一页
摘要: 1.1 information is bits + context All computer programs are just a sequence of bits, each with a value of 0 or 1, organized in 8-bit chunks called by 阅读全文
posted @ 2017-02-13 07:48 KennyRom 阅读(401) 评论(0) 推荐(0) 编辑
摘要: 1. regular expression Regular expression is a special sequence of characters that helps you match or find other strings or sets of strings, using a sp 阅读全文
posted @ 2017-02-06 01:19 KennyRom 阅读(330) 评论(0) 推荐(0) 编辑
摘要: Change image into character 阅读全文
posted @ 2017-01-28 08:58 KennyRom 阅读(437) 评论(0) 推荐(0) 编辑
摘要: he recommended command-line parsing module in the Python standard library 1. Basic display the usefulness of the argparse module 2. positional argumen 阅读全文
posted @ 2017-01-28 08:45 KennyRom 阅读(215) 评论(0) 推荐(0) 编辑
摘要: 在微信中接入一个聊天机器人 1. WeChat 个人接口itchat 2. 图灵机器人 阅读全文
posted @ 2017-01-27 10:34 KennyRom 阅读(576) 评论(0) 推荐(0) 编辑
摘要: http://docs.python-requests.org/zh_CN/latest/user/quickstart.html 阅读全文
posted @ 2017-01-27 10:25 KennyRom 阅读(284) 评论(0) 推荐(0) 编辑
摘要: Uniform Resource Locator a reference to a web source that specifies its location on a computer network and a mechanism for retrieving it including: ht 阅读全文
posted @ 2017-01-27 10:09 KennyRom 阅读(101) 评论(0) 推荐(0) 编辑
摘要: In your bash_profile you lack of something. add export LANG="en_US.UTF-8" export LC_COLLATE="en_US.UTF-8" export LC_CTYPE="en_US.UTF-8" export LC_MESS 阅读全文
posted @ 2017-01-20 00:26 KennyRom 阅读(514) 评论(0) 推荐(0) 编辑
摘要: a = "python" b = a[::-1] #result b is "nohtyp" 阅读全文
posted @ 2017-01-19 14:09 KennyRom 阅读(194) 评论(0) 推荐(0) 编辑
摘要: window.getch([y, x]) Get a character. Note that the integer returned does not have to be in ASCII range: function keys, keypad keys and so on return n 阅读全文
posted @ 2017-01-19 13:43 KennyRom 阅读(835) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 19 下一页