重要概念:某些路径下“只能读,不能写”的原因 iPhone、ipad真机上 Resouces文件夹:是只读的,无法写入。 document 和temp文件夹:可读,可写。@inter PlistMange :NSObject-(void)resourcePathFileRead; //当前工程...
分类:
其他好文 时间:
2014-07-25 13:51:52
阅读次数:
332
最终效果图:
BeyondViewController.h
//
// BeyondViewController.h
// 05_TomCat
//
// Created by beyond on 14-7-23.
// Copyright (c) 2014年 com.beyond. All rights reserved.
//
#import
@inter...
分类:
移动开发 时间:
2014-07-24 10:42:58
阅读次数:
287
Inter IC Bus 由PHILIPS公司推出的,是近年来为d...
分类:
其他好文 时间:
2014-07-19 23:25:29
阅读次数:
429
Using cron seems
to add another entry point into your application, while Quartz would
integrate into it. So you would be forced to deal with some inter-process communication if you wanted to pass...
分类:
其他好文 时间:
2014-07-19 11:11:44
阅读次数:
373
1.修改 ip地址 子网掩码 默认网关
netsh interface ip set address "本地连接" static 192.168.1.23 255.255.255.0 192.168.1.1
2.修改DNS
netsh interface ip set dns "本地连接" static 192.168.1.1 primary
3.自动获取ip地址
netsh inter...
分类:
其他好文 时间:
2014-07-19 02:46:16
阅读次数:
224
OpenCV,是Inter公司开发的免费开源...
分类:
其他好文 时间:
2014-07-16 09:52:27
阅读次数:
160
//// ViewController.m// helloworld//// Created by apple on 14-7-8.// Copyright (c) 2014年 戴维营教育. All rights reserved.//#import "ViewController.h"@inter...
分类:
其他好文 时间:
2014-07-09 15:17:12
阅读次数:
215
继续 上一篇的研究,结合 xen4.2.3 的代码分析,发现 xen4.2.3 的应用层工具库 tools 包含一个工具叫 libvchan ,其头文件描述如下:* This is a library for inter-domain communication. A standard Xen .....
分类:
其他好文 时间:
2014-07-09 13:23:06
阅读次数:
387
多进程编程
多进程编程包括如下内容:
复制进程影映像的fork系统调用和替换进程映像的exec系列系统调用。
僵尸进程以及如何避免僵尸进程
进程间通信(Inter-Process Communication,IPC)最简单的方式:管道
3种进程间通信方式:信号量,消息队列和共享内存
fork系统调用
#inclu...
分类:
系统相关 时间:
2014-07-06 08:09:00
阅读次数:
329
本文转载至http://wuchaorang.2008.blog.163.com/blog/static/48891852201232014813990/1.创建并初始化创建UITextView的文件,并在.h文件中写入如下代码:[csharp]view plaincopy#import@inter...
分类:
移动开发 时间:
2014-07-05 21:51:31
阅读次数:
237