码迷,mamicode.com
首页 >  
搜索关键字:section    ( 3248个结果
MFC 关闭窗口时候保存窗口位置
CWinApp::WriteProfileInt  Call this member function to write the specified value into the specified section of the application's registry or .INI file. Copy BOOL WriteProfile...
分类:编程语言   时间:2015-01-06 18:00:56    阅读次数:413
C#通过生成ini文件,记住用户关闭程序之前的选择+忽略跨线程检查
1.在类的里面添加 //写配置文件 [DllImport("kernel32")] private static extern long WritePrivateProfileString(string section, string key, string val, s...
分类:编程语言   时间:2015-01-06 15:08:07    阅读次数:191
IOS UITableView reload 刷新某一个cell 或 section
通常刷新整个列表 我们都使用[self.tableView reloadData];有的时候,有变化更新的只是某一行 row 或者是某个section 所以只更新这一行就好了//一个section刷新int section_index=10;//更新第11个sectioin[self.tableVi...
分类:移动开发   时间:2015-01-05 12:53:09    阅读次数:165
ARC下方法重复问题
今天在写程序的时候用到了数组的一个方法:[[LetterResultArr objectAtIndex:section] count],按说这只是一个很平常的方法,但是却报了一个错误:Multiple methods named 'count:' found with mismatched resu...
分类:其他好文   时间:2015-01-04 21:11:45    阅读次数:159
移动WEBAPP开发常规CSS样式总结
我所使用到的HTML页面标签: Section,div,artical,p,ol,ul,li,header,footer,span,form,input,label,h1,h2,h3 ;详细说明我就不说了,只给新手说下,为什么W3C那么多标签,只使用16个就可以把整个项目解决了? 原因是...
分类:移动开发   时间:2015-01-04 15:05:06    阅读次数:256
mac键盘在ubuntu下开启fn功能按键
转载:http://forum.ubuntu.org.cn/viewtopic.php?f=42&t=239517我使用苹果的无线键盘,一开始也碰到了相同的问题,后来在论坛上找到了答案,照着做了就ok了。Change Function Key behaviorThis section of the ...
分类:系统相关   时间:2015-01-04 09:54:57    阅读次数:328
3.Arm机器码
3.Arm机器码 首先汇编程序转化为机器码,才能在机器内运行。 首先我们对上面的裸机的代码中生的.elf文件进行反汇编: start.elf: file format elf32-littlearm Disassembly of section .text: 50008000 : .text .gl...
分类:其他好文   时间:2015-01-03 17:08:49    阅读次数:441
Ubuntu 14.10 安装samba服务器
1.安装samba $sudo apt-get install samba 2.编辑配置表 $vi /etc/samba/smb.conf 在最后增加以下SECTION: [ home ] comment = workplace browseable = yes writeable = yes path = /home/ valid users = smb 3.创建sm...
分类:系统相关   时间:2015-01-02 22:29:15    阅读次数:238
log4net
第一步先添加section第二布添加 log4net节点第三布 了解配置的意义============================= ======================================================================= ...
分类:Web程序   时间:2014-12-31 21:25:35    阅读次数:158
js中iframe的用法
最近遇到的项目总是习惯左边一个树,点击每个树的节点右边出现相应的信息,遇到这种情况用iframe还是很简单的,例如 : 页面文件 1 @section Tree{ 2 3 4 5 } 6 @section Search 7 { 8 } 9 10 11 13 V...
分类:Web程序   时间:2014-12-30 18:37:41    阅读次数:205
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!