码迷,mamicode.com
首页 >  
搜索关键字:attributes    ( 887个结果
【Foundation】NSFileManager文件操作
NSFileManager文件操作:-(NSData*) contentsAtPath: path从一个文件中读取数据-(bool)createFileAtPath:path contents:(NSData *)data attributes:attr创建一个文件并写入数据-(BOOL) remo...
分类:其他好文   时间:2014-08-07 12:10:19    阅读次数:196
CreateFile使用方法和样例
函数原型: HANDLE CreateFile( LPCTSTR lpFileName, //指向文件名称的指针 DWORD dwDesiredAccess, //訪问模式(写/读) DWORD dwShareMode, //共享模式 LPSECURITY_ATTRIBUTES lpSec...
分类:其他好文   时间:2014-08-06 14:22:31    阅读次数:206
文本属性Attributes的用法
文本属性Attributes1.NSKernAttributeName: @10 调整字句 kerning 字句调整2.NSFontAttributeName : [UIFont systemFontOfSize:_fontSize] 设置字体3.NSForegroundColorAttribute...
分类:其他好文   时间:2014-08-04 13:46:37    阅读次数:234
C++ Button右键弹出式菜单
Button右键弹出式菜单 关键点 用类来实现 的 实现过程 新建1个类 类名CButtonPopMenu 基类CButton 新建1个菜单资源 IDR_MENU1 //ButtonPopMenu.h:headerfile //Attributes pu...
分类:编程语言   时间:2014-08-01 22:43:52    阅读次数:206
OllyDbg 使用笔记 (三)
OllyDbg 使用笔记 (三) 参考 书:《加密与解密》 视频:小甲鱼 解密系列 视频 加载,观察注解,我们可以发现几个关键的地方 0040105C . 6A 00 push 0 ; /hTemplateFile = NULL 0040105E . 68 6F214000 push 0040216F ; |Attributes = READONLY...
分类:数据库   时间:2014-08-01 16:06:51    阅读次数:313
Bootstrap Thumbnail
Square Thumbnail with ImageThe above code creates a square thumbnail with an image on the inside.Examples:The following attributes can be added to any...
分类:其他好文   时间:2014-07-31 16:35:36    阅读次数:246
Bootstrap Button 使用方法
Getting StartedThe above code inserts a default button with a android icon to the right. The following attributes can be added to any BootstrapButtonb...
分类:其他好文   时间:2014-07-31 16:34:56    阅读次数:303
Bootstrap Edit 使用方法
Getting StartedThe above code inserts a rounded bootstrap edit text with the state set to be succesfull. The following attributes can be added:bootstr...
分类:其他好文   时间:2014-07-31 16:32:36    阅读次数:393
javascript篇:javascript对象——RegExp
直接量语法:/pattern[/attributes]创建RegExp对象:var reg = new RegExp(pattern[,attributes]);pattern是一个字符串,指定正则表达式;attributes是一个可选的字符串,包含g,i,m,分别表示全局匹配、忽略大小写匹配和多行...
分类:编程语言   时间:2014-07-30 14:40:43    阅读次数:216
[iOS翻译]《iOS 7 Programming Cookbook》:iOS文件与文件夹管理(下)
三.创建文件夹问题:你想创建文件夹到磁盘,存储一些文件到里面解决方案:使NSFileManager类的实例方法createDirectoryAtPath:withIntermediateDirectories:attributes:error:,代码如下: 1 - (BOOL) applicatio...
分类:移动开发   时间:2014-07-27 22:01:19    阅读次数:375
887条   上一页 1 ... 81 82 83 84 85 ... 89 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!