http://www.delphibasics.co.uk/Article.asp?Name=InterfaceThe reason for interfacesClasses that extend another class can be called sub-classes. For exam...
分类:
其他好文 时间:
2014-09-20 14:52:49
阅读次数:
253
String,StringBuffer与StringBuilder的区别?? 转载地址:http://blog.csdn.net/rmn190/article/details/1492013另外:StringBuilder的实现与技巧 : http://lixianhuei.cnblogs.co.....
分类:
编程语言 时间:
2014-09-19 11:28:45
阅读次数:
132
1,ulimit -a查看默认参数2,ulimit -c 1024 设置core文件大小,如果超过1024个blocks,则不会产生core文件注:tune2fs -l /dev/sda8 输出分区信息,包括block大小,此处为4096程序:编译:g++ -g test.cpp3,gdb --co...
分类:
系统相关 时间:
2014-09-19 11:26:45
阅读次数:
303
const在函数前与函数后的区别一 const基础 如果const关键字不涉及到指针,我们很好理解,下面是涉及到指针的情况: int b = 500; const int* a = &b; [1] int const *a = &b; [2] int* const a = &b; [3] co...
分类:
其他好文 时间:
2014-09-18 23:33:26
阅读次数:
241
Linux中想杀死fcitx进程,然后再重启它。root@www.linuxidc.com:/home/zhangbin# ps -e | grep 'fcitx'3405 ? 00:00:00 fcitx 3415 ? 00:00:02 fcitx不显示标题root@www.linuxidc.co...
分类:
系统相关 时间:
2014-09-18 18:24:44
阅读次数:
373
Codematurityleveloptions代码成熟等级选项在目前这个版本没有[root@localhostlinux-2.6.32]#makeinstallsh/mnt/sdb1/src/file/linux-2.6.32/arch/x86/boot/install.sh2.6.32arch/x86/boot/bzImage\ System.map"/boot"ERROR:modinfo:couldnotfindmodulek8tempERROR:modinfo:co..
分类:
其他好文 时间:
2014-09-18 16:45:06
阅读次数:
535
今天iOS8终于正式发布了,升级了手头设备后对我来说最重要的就是测试WebGL的3D是否真的能跑苹果的系统了,跑了多个HT for Web的3D例子都非常流畅,比Android刚支持WebGL时好太多了,基本还没发现什么问题,苹果做事还是值得肯定,要嘛不做,要做就做真正能用的WebGL。
以下是跑HT for Web的3D网络空间拓扑图在iphone5上的截图和视频操作效果,自然不如PC上流畅,但iOS8第一步就能让WebGL达到这样的效果和性能我已经很知足了,感谢苹果!http://v.youku.co...
分类:
移动开发 时间:
2014-09-18 16:37:04
阅读次数:
187
此题太妖列了,居然要用大整数,呵呵,还好,这个以前知道:/*ID: qq104801LANG: C++TASK: buylow*/#include #include #include #include #include #include #include using namespace std;co...
分类:
其他好文 时间:
2014-09-18 16:06:54
阅读次数:
752
INF 右键安装驱动以及卸载之前写过一篇文章是关于INF文件详解的,大家可以参看INF文件详解,这次写的是关于INF右键安装,这样比较方便。卸载的话也是一句话,可以大大减少安装时间;先将INF文件内容贴上来:; OsnDf.inf
;
; Installation file (.inf) for Infocore Corporation OsnDiskCopy driver.
;
; (c) Co...
分类:
其他好文 时间:
2014-09-18 14:52:54
阅读次数:
238
1、检出 svn??co??http://路径(目录或文件的全路径) [本地目录全路径]??--username?用户名?--password?密码svn??co??svn://路径(目录或文件的全路径) [本地目录全路径]??--username?用户名?-...
分类:
其他好文 时间:
2014-09-18 11:40:44
阅读次数:
283