2021年12月10日
摘要: advent和adventure的词源分别是arrival和arrive。 embark on a hair-raising adventure. adventurer/adventuress: 冒险家. adventurous/adventurously: 爱冒险/惊险的地 An adventur 阅读全文
posted @ 2021-12-10 23:12 华容道专家 阅读(465) 评论(0) 推荐(0)
摘要: import bdb import linecache class Cdb(bdb.Bdb): def __init__(m, skip=None): print('''<html><style> *{font: 10pt "Source Code Pro", Hack, mono} b{color 阅读全文
posted @ 2021-12-10 20:31 华容道专家 阅读(43) 评论(0) 推荐(0)
摘要: # -*- coding: gbk -*- # 1. 到www.runoob.com/python/python或www.w3school.com.cn/python/index.asp学基本语法 # 2. 到这里(不定期更新)学中级语法,让程序更有python味。 # 3. 算法+数据结构=程序, 阅读全文
posted @ 2021-12-10 18:55 华容道专家 阅读(126) 评论(0) 推荐(0)
摘要: As there was nothing that King Philip desired more than to invade England, he collected a great army at Rouen, and a fleet of seventeen hundred ships 阅读全文
posted @ 2021-12-10 16:18 华容道专家 阅读(56) 评论(0) 推荐(0)
摘要: 此贴长、有趣、信息量大。发报员按住键时收报员听到声音,放开键时声音消失。如果按键持续1ms代表0, 2ms代表1, ..., 65536毫秒代表65535,这个通信系统里的symbol就是16个位。它的问题:1. 发送65535这一个symbol耗时一分钟;2. 收报员哪能分清1ms和2ms? Mo 阅读全文
posted @ 2021-12-10 12:03 华容道专家 阅读(840) 评论(0) 推荐(0)
摘要: # C调用python. search(Calling Python Functions From C PyObject Py_XDECREF Py_XINCREF). # # SetWindowsHookEx,回调函数用Python写: https://www.cnblogs.com/funwit 阅读全文
posted @ 2021-12-10 09:55 华容道专家 阅读(71) 评论(0) 推荐(0)
摘要: # termcolor outputs stuff like '\033[0m'. It doesn't work in Windows 10's cmd. class Color: kernel32 = hStdOut = None def init(): import ctypes Color. 阅读全文
posted @ 2021-12-10 07:14 华容道专家 阅读(797) 评论(0) 推荐(0)