- 博客(8)
- 资源 (107)
- 收藏
- 关注
原创 一些常用的Python工具库
欢迎使用Markdown编辑器写博客本Markdown编辑器使用StackEdit修改而来,用它写博客,将会带来全新的体验哦:Markdown和扩展Markdown简洁的语法代码块高亮图片链接和图片上传LaTex数学公式UML序列图和流程图离线写博客导入导出Markdown文件丰富的快捷键快捷键加粗 Ctrl + B 斜体 Ctrl + I 引用 Ctrl
2016-06-02 11:40:18
441
原创 Python 使用进程池下载视频
import osimport urllib2import loggingimport functoolsimport cgitbimport multiprocessingcgitb.enable(format='text')logging.basicConfig(level=logging.DEBUG, format='[%(asctime)s] - %(message)s'
2014-10-08 16:12:48
727
原创 计算机语录
优秀的程序员会表现出创造力,学习速度很快,而且很快就可以写出可用的代码。主流以”实效“主导。编程要求相当的注意力和专注。计算机编程是一项实践性很强的技术。而且我也同意这个观点:“任何技术都必须都通过模仿和实践来掌握。”因此,想要编写漂亮代码的程序员应该阅读一些漂亮的程序以及在编程时模仿所学到的技术。学习新技术和新算法很
2014-07-11 10:26:09
508
原创 strtok
Nice! ( \VC\crt\src\strtok.c) strspn, strcspn, strpbrk have used the same technique. /****char *strtok(string, control) - tokenize string with delimiter in control**Purpose:* strt
2012-05-09 23:11:40
451
原创 ltoa
I don't know who wrote it, but it looks nice./* Long to ASCII conversion routine - used by print, and those programs * which want to do low level formatted output without hauling in a great * de
2012-05-09 21:45:55
556
原创 程序员职业前期规划
2012.1 - 2014.1 计划完成以下四个课题 To be a hacker * 计算机系统结构 致力于了解计算机工作原理,其中相关阅读书籍包括:Computer Architecture: A Quantitative ApproachComputer Organization and Design -- The Hardware/Software Interface
2011-12-10 10:41:19
540
原创 螺旋方阵
打印以下字符串:1 2 3 4 516 17 18 19 615 24 25 20 714 23 22 21 813 12 11 10 9#include #include void play(int n){ int row = 0; int col = 0; int num = 0;
2010-04-02 12:43:00
466
原创 大数相加(C实现
题目:规定输入的数字长度不超过256. 注:程序中输入、输出使用字符串存储,使用了vs中扩展的函数 strrev(亦可自己实现) 此外为了操作方便对给定的输入数字进行了反转,因此只能针对非只读字符串。 源码如下:#include #include enum {MAXSIZE = 256 + 2, RADIX = 10};/* ans = fi
2010-03-28 14:53:00
736
A Survey on Compression Algorithms in Hadoop
2015-10-29
Understanding-the-Top-5-Redis-Performance-Metrics
2015-11-24
PacificA: Replication in Log-Based Distributed Storage Systems
2015-07-31
The hacker guide to python
2015-08-19
Docker - Up and Running
2015-08-20
Storm - Distributed and fault-tolerant realtime computation
2015-08-26
Python in Practice
2015-10-11
Accumulo - Application Development, Table Design, and Best Practices
2015-09-18
ZooKeeper Wait-free coordination for Internet-scale systems
2015-10-29
Big Data - PRINCIPLES AND BEST PRACTICES OF SCALABLE REAL-TIME DATA SYSTEMS
2015-11-30
A Guide To The Kafka Protocol
2015-09-01
Head First Networking
2015-10-15
Fluent Python
2016-01-20
Using Redis As a Time Series Database: Why and How
2016-05-19
Practical Tips for Using MySQL as a Scalable Key-Value Store
2016-05-24
I Heart Logs Event Data, Stream Processing, and Data Integration
2017-01-05
Oracle - Essential Internals for DBA and Developers
2016-05-31
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅