码迷,mamicode.com
首页 >  
搜索关键字:reading    ( 1497个结果
The Kitty Sees The Mouse
Vocabulary: now 现在 jump 跳 catch 抓到 little 小 Reading: See the kitty jump. # 看见小猫跳起 Now the kitty sess the little mouse. # 现在小猫看见了小老鼠 Now it sees the ki ...
分类:其他好文   时间:2017-10-29 18:40:29    阅读次数:152
Rose has a kitty
Vocabulary: kitty 小猫 puppy 小狗 with he...在一起 play 玩耍 mouse 老鼠 Rose 玫瑰,这里是一个人名 with the kitty Reading: Rose has a kitty. #Rose有一个小猫 This is Rose with th ...
分类:其他好文   时间:2017-10-29 17:38:56    阅读次数:154
python 下载小说
以下载官场风月小说为例: 具体代码: ...
分类:编程语言   时间:2017-10-29 12:59:16    阅读次数:301
Python 进程
import multiprocessing,threadingimport timeimport osdef threading_run(): print("线程ID",threading.get_ident())t=threading.Thread(target=threading_run)de ...
分类:编程语言   时间:2017-10-28 19:01:10    阅读次数:182
Python - queue
import threading,time,queueq=queue.Queue(maxsize = 10)def product(name): count = 1 while True: q.put(count) print("%s生产了%s个骨头"%(name,count)) count += ...
分类:编程语言   时间:2017-10-27 01:15:12    阅读次数:233
WP 的 Rewrite 类
Class Reference/WP Rewrite This document assumes familiarity with Apache's mod_rewrite. If you've never heard of this before, try reading Sitepoint's  ...
分类:其他好文   时间:2017-10-26 15:42:22    阅读次数:280
一个简单的ConnectionPool,手动搞
看了一圈, 没看到稍微好用的ConnectionPool, 除了一个aiomysql, 但是这个是异步的, 我暂时没有用到这么高版本的Python, 所以就动手造一个轮子. 原理比较简单, 先造一个线程安全的集合, 无非就是Lock+Set, 然后修改PyMySQL的close方法, 把实例对象和我... ...
分类:其他好文   时间:2017-10-25 15:29:47    阅读次数:141
lintcode7- Binary Tree Serialization- medium
Design an algorithm and write code to serialize and deserialize a binary tree. Writing the tree to a file is called 'serialization' and reading back f ...
分类:其他好文   时间:2017-10-24 13:08:22    阅读次数:184
[HAOI 2008]糖果传递
Description 有n个小朋友坐成一圈,每人有ai个糖果。每人只能给左右两人传递糖果。每人每次传递一个糖果代价为1。 有n个小朋友坐成一圈,每人有ai个糖果。每人只能给左右两人传递糖果。每人每次传递一个糖果代价为1。 Input 第一行一个正整数nn<=1'000'000,表示小朋友的个数. ...
分类:其他好文   时间:2017-10-23 20:45:56    阅读次数:109
程序员必读书单
http://zh.lucida.me/blog/developer-reading-list/ http://blog.csdn.net/qianqing13579/article/details/5109032 ...
分类:其他好文   时间:2017-10-23 20:00:27    阅读次数:117
1497条   上一页 1 ... 68 69 70 71 72 ... 150 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!