http://dev.10086.cn/cmdn/bbs/viewthread.php?tid=18736&page=1#pid89255Android
UI开发专题(一) 之界面设计近期很多网友对Android用户界面的设计表示很感兴趣,对于Android UI开发自绘控件和游戏制作而言掌握好绘图...
分类:
移动开发 时间:
2014-06-16 08:59:56
阅读次数:
280
ptmxDESCRIPTION The file /dev/ptmx is a
character file with major number 5 and minor number 2, usually of mode 0666 and
owner.group of...
分类:
其他好文 时间:
2014-06-16 00:55:41
阅读次数:
310
新安装了Debian5,成功安装了oracle11g.记录过程如下。1、升级一下系统#apt-get update#apt-get
upgrade2、安装需要的一些组件:#apt-get install gcc make binutils lesstif2 libc6 libc6-dev
rpm l...
分类:
数据库 时间:
2014-06-16 00:15:41
阅读次数:
448
1,安装必须包apt-get install gcc g++ make binutils
libc6 libc6-dev libstdc++6 libstdc++5 rpm gawk alien ksh lesstif2 libaio1
linux-headers elfutils libaio-d...
分类:
数据库 时间:
2014-06-16 00:11:03
阅读次数:
346
在准备替换或加装硬盘时,如何得到硬盘信息?可以用smartctl,hdparm等命令来查询。在日志中显示硬盘有坏扇区tail
/var/log/messagesMar1 09:42:55 c1g smartd[1848]: Device: /dev/hda, 2 Currently
unreadab...
分类:
其他好文 时间:
2014-06-13 20:27:42
阅读次数:
921
key_t ftok(const char *_pathname, int
_proj_id)key值的第31~24位为ftok()第二个参数的低8位;key值的第23~16位为ftok()第一个参数文件属性的st_dev成员的低8位;key值的第15~0位为ftok()第一个参数文件属性的st_i...
分类:
其他好文 时间:
2014-06-13 17:13:45
阅读次数:
324
/** linux 2.6.37-3.8.8 - x86* @rikiji** requires
System.map and /dev/ptmx* this: http://zmbs.net/~rikiji/perf_ptmx.c* original:
http://fucksheep.org/~...
分类:
其他好文 时间:
2014-06-13 08:41:02
阅读次数:
362
常规处理方法:1、编辑/etc/fstab#vim /etc/fstab修改前 :tmpfs
/dev/shm tmpfs defaults 0 0修改后:tmpfs /dev/shm tmpfs defaults.size=4g 0
02、重新mount /dev/shm#mount -o rem...
分类:
其他好文 时间:
2014-06-12 20:15:35
阅读次数:
220
因mysql5.0上执行函数不行,决定安装最新版本的mysql,在网上找了些绿色版的,安装总报1067错误,网上的各种方法都试了,就是不行,浪费时间不说,郁闷死了,最后决定去官网,官网上面有msi安装版和绿色版,必须注册下,才能进行下面的操作。因之前绿色版安装老报1067错,决定使用安装版,但是
进入到MSI下载页面(http://dev.mysql.com/downloads/installe...
分类:
数据库 时间:
2014-06-10 17:46:18
阅读次数:
380