- 博客(10)
- 收藏
- 关注
转载 harmony-JIT
目录 1.组成 1.1 translator 1.2 optimizer 1.3 Code Generator 2.IR 2.1 控制流图 3.JET 3.1 架构 3.2 处理流程 1.组成 ------ 1.1 translator -------------- 将复杂的bytecod...
2013-02-05 00:06:00 179
转载 design-pattern
目录 1.Builder(生成器模式) 2.Bridge(桥接模式) 3.Decorate(装饰模式) 4.Visitor(访问者模式) 5.Command(命令模式) 6.Strategy(策略模式) 7.Iterator(迭代器模式) 8.Singleton(单件模式) 9.State(状态模式) 10.Abstract...
2013-01-23 22:13:00 132
转载 programming-with-signal
#include <stdio.h> #include <string.h> #include <stdlib.h> #include <signal.h> #include <unistd.h> #include <errno.h> #include <sys/epoll.h> #incl...
2013-01-06 21:50:00 119
转载 become-expert-in-cpp
notes-on-effective-cpp ---------------------- item13 以对象管理资源(RAII) 1)[ Lambda + tr1::function ] VS [ auto_ptr ] item32 确定你的public继承正确模塑出is-a关系 item35 考虑virtual以外的方案 1) 2) i...
2012-12-30 22:49:00 162
转载 practical sed commands
man sed -------------------------------------------------------------------------------------------------- g:[address[,address]]g 将hold space中的内容拷贝到pattern space中,原来pattern space里的内容清除 G...
2012-12-01 18:48:00 107
转载 run-with-startup
0.加载内核 1.启动init进程(/sbin/init) /etc/rc.d/rc.sysinit 主要做在各个运行模式中相同的初始化工作 掉入keymap以及系统字体 启动swapping 设置主机名 设置NIS域名 检查并mount文件系统 打开quota 装载声卡模式 设置系统时...
2012-11-24 15:57:00 112
转载 RPM usage
0. -------------------------------------------------- draft mostly come from [http://docs.fedoraproject.org/en-US/Fedora_Draft_Documentation/0.1/html/RPM_Guide/index.html] 1.RPM文件格式 -----...
2012-11-24 15:07:00 197
转载 Python interpreter
import re ##################################################### # date:2012-11-13 # desc:Stack Class -- Utils ##################################################### class AyStack: ...
2012-11-14 17:32:00 163
转载 Shell crawler
#!/usr/bin/bash ############################################################################### # name:Robot # date:2012-11-09 # desc:download porn pictures from baixingsex #############...
2012-11-10 00:41:00 382
转载 Python-fast-start
1.函数式风格 为何要把大多人忽略掉的函数式风格作为序幕呢?既然我们选择的是一门脚本语言, 就是因为他的可移植性和书写方便的特性,试想下如果我们的程序运行在远端Linux 服务器上,而本地则是Windows环境,每次我们要完成一些小的功能时,都要打开 Eclipse,import一堆头文件,然后编写一个main函数,然后编译出可执行文件,然 后再上传到服...
2012-11-09 21:30:00 161
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人