skip to main
|
skip to sidebar
zeng-ndtm
你的浏览器禁用了JavaScript脚本,某些功能无法正常显示 :(
Thursday, May 17, 2012
Improve Browser Speed Using Dns Cachng.
HOWTO: Setup dnsmasq on Fedora as DNS DHCP and tftp for PXE
Wednesday, May 16, 2012
Print color text in command line
print color string with C / C++
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)
订阅博客
博客主要内容
博客站内搜索
最近30天热帖
HOWTO: Setup dnsmasq on Fedora as DNS DHCP and tftp for PXE
HOWTO: Setup dnsmasq on Fedora as DNS DHCP and tftp for PXE 17/07/11 09:02:00 am, by richard , 549 words Categories: Fedora...
Print color text in command line
Sometimes echo is not enough, if you need to print more advanced format of text. Lucky, we have printf. printf is a common function call i...
Initialize an array in C
This a simple problem, well, because of it, this problem made me upset sometimes. I think you must be feel it is very trouble to initialize ...
xdvi's warnnings (LaTeX)
fedora using texlive-2011 rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm yum install texliv...
Vim 复制和粘贴
Vim作为最好用的文本编辑器之一,使用vim来编文档,写代码实在是很惬意的事情。每当学会了vim的一个新功能,就会很大地提高工作效率。有人使用 vim几十年,还没有完全掌...
print color string with C / C++
In linux, printing color string uses only printf, without any alternative libraries such as ncurses. We can do that in unix based operating ...
Python 解析线性方程组
~/projects/python/parse-linear-equations.py.html 我姐是做会计的,有时需要做一些简单的运算,比如线性方程组。当然能解决这类问题的软件 有很多,但是对于这么一个小问题而言有点「大炮打蚊子」之说了,而...
JDK 6 与 JDK 7 的不兼容汇总
1、对classes文件的校验,jdk7中method的增加了堆栈映射表属性用于校验。因此任何工具修改字节码文件时都要必须修改更新 堆栈映射表。 2、改进的异常处理导致不兼容。例如以下是jdk6的代码在jdk7里不兼容 class Foo extends Excep...
数组和指针的有趣特性
C有多少种数据类型,这个你还真别先回答,我没有问你基本数据类型。 这个问题的答案是无数种,因为 任何变量(非函数)声明去掉变量名就是类型。 比如 「void (*foo)(void)」 去掉 「foo」后, 「void (*)(void)」就是一个类型。 那么下面...
金花到底谁最大?
金花到底谁最大? ———— 上帝是数学家 金花是种简单的牌类游戏, 很简单, 然而这一简单游戏中各地方的规则都不同。 其中最大的不同在于A类牌型与B 类牌型的大小比较,而最容易混淆的以下两种情况。 同花顺 与 豹...
归档
►
2013
(8)
►
August
(2)
►
July
(5)
►
May
(1)
▼
2012
(7)
►
June
(1)
▼
May
(4)
Improve Browser Speed Using Dns Cachng.
HOWTO: Setup dnsmasq on Fedora as DNS DHCP and tft...
Print color text in command line
print color string with C / C++
►
April
(2)