NSFileManager文件操作:-(NSData*) contentsAtPath: path从一个文件中读取数据-(bool)createFileAtPath:path contents:(NSData *)data attributes:attr创建一个文件并写入数据-(BOOL) remo...
分类:
其他好文 时间:
2014-08-07 12:10:19
阅读次数:
196
函数原型: HANDLE CreateFile( LPCTSTR lpFileName, //指向文件名称的指针 DWORD dwDesiredAccess, //訪问模式(写/读) DWORD dwShareMode, //共享模式 LPSECURITY_ATTRIBUTES lpSec...
分类:
其他好文 时间:
2014-08-06 14:22:31
阅读次数:
206
文本属性Attributes1.NSKernAttributeName: @10 调整字句 kerning 字句调整2.NSFontAttributeName : [UIFont systemFontOfSize:_fontSize] 设置字体3.NSForegroundColorAttribute...
分类:
其他好文 时间:
2014-08-04 13:46:37
阅读次数:
234
Button右键弹出式菜单 关键点
用类来实现 的 实现过程
新建1个类 类名CButtonPopMenu 基类CButton
新建1个菜单资源 IDR_MENU1 //ButtonPopMenu.h:headerfile //Attributes pu...
分类:
编程语言 时间:
2014-08-01 22:43:52
阅读次数:
206
OllyDbg 使用笔记 (三)
参考
书:《加密与解密》
视频:小甲鱼 解密系列 视频
加载,观察注解,我们可以发现几个关键的地方
0040105C . 6A 00 push 0 ; /hTemplateFile = NULL
0040105E . 68 6F214000 push 0040216F ; |Attributes = READONLY...
分类:
数据库 时间:
2014-08-01 16:06:51
阅读次数:
313
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
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
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
直接量语法:/pattern[/attributes]创建RegExp对象:var reg = new RegExp(pattern[,attributes]);pattern是一个字符串,指定正则表达式;attributes是一个可选的字符串,包含g,i,m,分别表示全局匹配、忽略大小写匹配和多行...
分类:
编程语言 时间:
2014-07-30 14:40:43
阅读次数:
216
三.创建文件夹问题:你想创建文件夹到磁盘,存储一些文件到里面解决方案:使NSFileManager类的实例方法createDirectoryAtPath:withIntermediateDirectories:attributes:error:,代码如下: 1 - (BOOL) applicatio...
分类:
移动开发 时间:
2014-07-27 22:01:19
阅读次数:
375