码迷,mamicode.com
首页 >  
搜索关键字:section    ( 3248个结果
python ConfigParser例子01
importConfigParserdefwriteConfig(filename):config=ConfigParser.ConfigParser()#setdbsection_name='db'config.add_section(section_name)config.set(section...
分类:编程语言   时间:2014-07-29 11:27:16    阅读次数:217
Hydrolink v9.52 for Maxsurf(数据交换模块)
Hydrolink v9.52 for Maxsurf(数据交换模块)Section Maker v8.51 for Maxsurf(结构设计)Steel Designeer v8.51 for Maxsurf(钢结构设计) AutoYacht.8.2.0(Autoship公司的供快艇设计者使用的外...
分类:其他好文   时间:2014-07-26 14:05:05    阅读次数:304
安装及配置Glance
#InstallGlance [root@cloud01~]#yum–enablerepo=epel-openstack-grizzly,epel-yinstallopenstack-glance #setdatabase(setanypasswordyoulikefor“password”section) [root@cloud01~]#openstack-db–init–serviceglance–passwordpassword Pleaseenterthepasswordfo..
分类:其他好文   时间:2014-07-26 03:08:57    阅读次数:220
UITableView:可展开的 UITableView
针对 TableView,有些时候需要在点击 cell 时,展开这行 cell,显现出更多的选项或者全部内容等。比较容易想到的处理方案就是利用 section,在未选择之前,每一行都是一个 section,待展开的内容都在这个 section 的 row 里面。在点击事件里,reload 当前选中的...
分类:其他好文   时间:2014-07-25 10:03:14    阅读次数:222
USACO Section 2.1 Healthy Holsteins
/* ID: lucien23 PROG: holstein LANG: C++ */ #include #include #include using namespace std; bool compFun(int x, int y) { int temp, i = 0; while (true) { temp = 1 < temp&y...
分类:其他好文   时间:2014-07-24 23:11:33    阅读次数:433
链接加载文件gcc __attribute__ section
在阅读源代码的过程中,发现一个头文件有引用:/** The address of the first device table entry. */extern device_t devices[];/** The address after the last device table entry. ...
分类:其他好文   时间:2014-07-24 21:38:02    阅读次数:206
你可能不知道的5个功能强大的 HTML5 API
HTML5 新增了许多重要的特性,像 video、audio 和 canvas 等等,这些特性使得能够很容易的网页中包含多媒体内容,而不需要任何的插件或者 API。而其它的新元素,例如 section、article、header 和 nav 等则是用来丰富网页内容。另外还有很多强大的 Java.....
分类:Windows程序   时间:2014-07-24 21:32:12    阅读次数:382
ConfigParser 实例
#coding=utf-8importConfigParserdefwriteConfig(filename):config=ConfigParser.ConfigParser()#setdbsection_name='db'config.add_section(section_name)confi...
分类:其他好文   时间:2014-07-22 22:36:14    阅读次数:180
多线程同步
临界区Critical Section(CS) 不可跨进程,效率高事件 Event 使用内核对象,可跨进程,用于通知互斥量 Mutex 使用内核对象,可跨进程,用户互斥信号量 Semaphore 使用内核对象,可跨进程,有限数量资源http://blog.csdn.net/column/deta.....
分类:编程语言   时间:2014-07-21 09:37:54    阅读次数:294
UITableView中Cell和section的插入与删除
插入段:- (void)insertSections:(NSIndexSet *)sections withRowAnimation:(UITableViewRowAnimation)animation;- (void)deleteSections:(NSIndexSet *)sections wi...
分类:其他好文   时间:2014-07-21 09:37:22    阅读次数:165
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!