1. 熟知主流硬件体系(x86, x64)2. 熟知 CPython
的具体实现,如若可能至少通读源码三遍以上3. 熟知每条 Python bytecode 如何被解释执行4. 熟知每条 Python 语句如何 compile 成
bytecode5. 熟知 Python 主要数据结构所采用的优化手...
分类:
其他好文 时间:
2014-05-06 00:18:16
阅读次数:
306
http://liuzhichao.com/p/612.html自定义android控件EditText边框背景柳志超博客?Program?Andriod?自定义android控件EditText边框背景posted
inAndriodon2011/06/02byliuzc在我们进行Android应...
分类:
移动开发 时间:
2014-05-05 22:52:29
阅读次数:
431
http://blog.csdn.net/zhuzeyu5211/article/details/8954641http://www.th7.cn/Program/java/2012/05/25/77499.shtml
分类:
移动开发 时间:
2014-05-05 22:51:28
阅读次数:
326
安装环境系统环境:CentOS
6.5-x86_64所需软件包:apr-1.5.0.tar.bz2apr-util-1.5.3.tar.bz2httpd-2.4.9.tar.bz2下载地址:http://apr.apache.org/http://httpd.apache.org/安装步骤注:htt...
分类:
其他好文 时间:
2014-05-05 22:02:02
阅读次数:
346
文件存储的用途:
A File object is suited to reading or writing large amounts of data in start-to-finish order without skipping around. For example, it's good for image files or anything exchanged over a netw...
分类:
移动开发 时间:
2014-05-05 13:01:21
阅读次数:
339
前提条件:(1) zabbix服务器端已经成功安装并且运行。(2) zabbix客户端已经成功建立并且运行。1 下载并且安装msmtp软件Wget http://sourceforge.net/projects/msmtp/files/msmtp/1.4.32/msmtp-1.4.32.tar.bz2/download tar jxvf msmtp-1.4.32.tar.bz2cd msmtp-1...
分类:
其他好文 时间:
2014-05-05 12:52:39
阅读次数:
597
以jlink烧录3515为例:
1\在jlink安装目录“C:\Program Files\SEGGER\JLinkARM_V426b”建立批处理文件“HI3515烧写.bat”
2\"HI3515烧写.bat"内容如下:
jlink.exe jlinkbat.txt
3\在同目录下建立“jlinkbat.txt”文件,内容如下:
r
speed 3000k
...
分类:
其他好文 时间:
2014-05-04 00:26:19
阅读次数:
424
Let's consider a triangle of numbers in which a number appears in the first line, two numbers appear in the second line, three in the third line, etc. Develop a program which will compute the largest ...
分类:
其他好文 时间:
2014-05-03 17:32:22
阅读次数:
284
本文不探讨罗列引用的概念,什么函数传参之类的,这些基础概念和用法很容易搜到~!
本文主要探讨引用和指针在C语言的下一层——即汇编或者确切的说是伪汇编(AT&T伪汇编都一样的代码,你指望下层x86汇编还能不一样么~)——的实现过程,来摸索一下他们的特点与本质。
首先,引用(Reference)在C中没有,是C++ 才有的概念~! 要用g++编译器。
定义:引用就是某个目标变...
分类:
编程语言 时间:
2014-05-03 17:15:25
阅读次数:
419
$sudoyuminstallvim-enhanced<snipped>Transactioncheckerror:file/usr/share/man/man1/vim.1.gzfrominstallofvim-common-2:7.4.179-1.fc20.x86_64conflictswithfilefrompackagevim-minimal-2:7.4.027-2.fc20.x86_64报错,于是我又更新了一下vi试试$sudoyumupdatevim-min..
分类:
其他好文 时间:
2014-05-02 02:55:55
阅读次数:
285