Hierarchical Data
Library是一款功能强大的多层次数据显示控件,包含了DataTreeGridView,支持所有.NET语言,可以用于Windows桌面应用程序,支持数据绑定、标准的界面和操作自定义设置,本地化和主题支持。
分类:
其他好文 时间:
2014-05-08 18:03:43
阅读次数:
367
swap分区交换空间,正是因为交换空间的存在,使我们的内存可以过载使用。在物理买内存不足的情况下,拿swap来应急。free:查看当前系统上物理内存和交换空间的使用情况。-m[root@vim-ap~]#freetotalusedfreesharedbufferscachedMem:1026868419232607636023704284224-/+buffers/..
分类:
系统相关 时间:
2014-05-08 16:55:16
阅读次数:
435
苹果官方app
demohttps://developer.apple.com/library/ios/navigation/#section=Resource%20Types&topic=Sample%20Code
分类:
移动开发 时间:
2014-05-08 15:23:08
阅读次数:
328
昨天晚上更新了下Android SDK Manager,发现Extras下的Android
Support
Library已经更新到19.1了,上网一查原来是sdk\extras\android\support\v7中的android-support-v7目录又添加了新的内容。据官方介绍,and.....
分类:
移动开发 时间:
2014-05-08 11:57:12
阅读次数:
426
1. 创建项目组,并添加一个Console Project和Activity
Library,在Activity Library的项目中添加CodeActivity1和CodeActivity2,最终结构如下图所示:2.
CodeActivity1和2的代码如下: 1 public seal...
分类:
其他好文 时间:
2014-05-08 11:35:14
阅读次数:
328
直接代码:代码段1: 1 #include 2 #include 3 #include 4 5
class some_class 6 { 7 public: 8 typedef void result_type; 9 void
print_string(const ...
分类:
编程语言 时间:
2014-05-08 09:49:53
阅读次数:
368
1) BestHTML5and javascript game engine Library-
Impactjs2) Best HTML5 and javascript game engine Library - Craftyjs3) Best HTML5
and javascript game e...
分类:
编程语言 时间:
2014-05-08 05:37:13
阅读次数:
360
前面有篇文章分析了ELF格式,也只是让我们对目标文件有了一个大概的了解,并没有说明一个十分重要的问题:重定位,今天重新看了下重定位的资料,终于弄懂了重定位的过程,下面来做一个分析。
我们将使用下面两个源代码中的文件a.c和b.c展开分析:
//a.c
extern int shared;
int main()
{
int a=100;
swap(&a,&shared);
}
//b.c
i...
分类:
其他好文 时间:
2014-05-07 22:35:28
阅读次数:
328
第一部分源码为基础实践: 1 /*Beyond the C++ Standard
Library ( An Introduction to Boost )[CN].chm*/ 2 /*bind的用法*/ 3 4 #include 5
#include 6 #include 7 #includ...
分类:
其他好文 时间:
2014-05-07 21:27:36
阅读次数:
536