Problem Description
A few days ago, Tom was tired of all the PC-games, so he went back to some old FC-games. "Hudson's Adventure Island" was his favorite which he had played thousands of times. But t...
分类:
其他好文 时间:
2014-08-01 10:53:21
阅读次数:
300
[转]iSCSI完全指南Posted on2008-04-01 18:57Tony Zhang阅读(2102) 评论(0)编辑收藏引:在上世纪末、本世纪初,一提到SAN(Storage Area Network),我们立刻就会想到光纤通道(FC,Fiber Channel)技术,也即那时候的SAN多...
分类:
其他好文 时间:
2014-08-01 04:46:01
阅读次数:
308
-static 此选项将禁止使用动态库,所以,编译出来的东西,一般都很大,也不需要什么动态连接库,就可以运行.-share 此选项将尽量使用动态库,所以生成文件比较小,但是需要系统由动态库.
分类:
其他好文 时间:
2014-07-31 16:33:36
阅读次数:
183
#include #include #include #define ZERO 0#define clen 26 /* 26个字母 */const char fc = 'a';typedef struct node{ struct node *child[clen]; /* 存储下一个字符 */ i...
分类:
其他好文 时间:
2014-07-29 16:57:02
阅读次数:
256
给树莓派安装中文环境前提是已经连接网络首先当然是启动PI,然后登陆进去。接下来:输入 sudo apt-get update (升级PI官网组件)输入sudo apt-get install ttf-wqy-microhei (安装文泉驿中文字库,感谢作者。)输入sudo fc-cache (刷新字...
分类:
其他好文 时间:
2014-07-26 14:41:40
阅读次数:
286
一、准备开发环境:1.安装JRE2.安装nodejs 最好是msi文件,比较省事。3.(如果是PHP项目)安装php。 首先下载php(我的是5.5.15版本,win7 64位系统) zip,然后按如下步骤配置: a.将zip解压到一个简单明了的路径中,比如:D:/php b.将解压后的文件中的ph...
分类:
其他好文 时间:
2014-07-26 00:54:46
阅读次数:
206
比如如下相对比较复杂的XML yourID_1 your name your description, can be with html tags]]> ...
分类:
Web程序 时间:
2014-07-23 16:47:21
阅读次数:
256
1、在/usr/share/fonts下面新建文件夹,如fonts并拷贝需要的字体文件 2、cd /usr/share/fonts/fonts ????????mkfontscale ????????mkfontdir 3、fc-cache -fv...
分类:
其他好文 时间:
2014-07-22 22:38:15
阅读次数:
225
# linux 下pgsql的使用 pgsql里面的用户和linux里面的用户一样,改用户的密码就修改linux用户的密码就是。 备份,恢复数据库的方法 su 数据库用户名 备份: pg_dump -Fc test001 >test001.dump test001是数据库名...
分类:
数据库 时间:
2014-07-22 22:33:12
阅读次数:
383