1. 使用 Single View Wizard 等向导创建工程 2. 在 Podfile 文件中导入TouchVG: platform :ios, ‘6.0‘ pod ‘TouchVG‘ 然后运行`pod install`下载TouchVG代码。后续可运行 `pod update --no-repo-update` 加快下载...
分类:
移动开发 时间:
2014-09-26 02:26:08
阅读次数:
184
操作环境:最小化安装的32位CentOS6.41.备份#cp/etc/sysconfig/init/etc/sysconfig/init.backup2.添加密码保护命令#sed-i‘s/SINGLE=\/sbin\/sushell/SINGLE=\/sbin\/sulogin/‘/etc/sysconfig/init
分类:
其他好文 时间:
2014-09-25 14:30:19
阅读次数:
258
man grep
grep searches the named input FILEs (or standard input if no files are named, or if a single hyphen-minus (-) is given as file name) for lines containing a match to the given PATT...
分类:
其他好文 时间:
2014-09-25 12:05:58
阅读次数:
195
InputInput contains a single line with all labels of the requested goods (in random order). Each kind of goods is represented by the starting letter o...
分类:
其他好文 时间:
2014-09-23 22:46:45
阅读次数:
161
知识点:1.Double.Epsilon字段和Single.Epsilon字段2.Float和double近似值比较问题:需要比较一个分数和一个double或float类型的值,确定它们彼此是否很接近。例如,我们来看表达式1/6和值0.16666667的比较结果。看上去这二者是相等的,但是0.166...
分类:
其他好文 时间:
2014-09-23 14:39:14
阅读次数:
238
在之前的博客IOS开发之新浪围脖中获取微博的内容是使用我自己的access_token来请求的数据,那么如何让其他用户也能登陆并获取自己的微博内容呢?接下来就是OAuth和SSO出场的时候啦。OAuth的全称为Open Authorization 开发授权,SSO--单点登陆(Single Si.....
分类:
移动开发 时间:
2014-09-23 11:23:24
阅读次数:
231
老大lg安排个任务,将hzc服务器里某年某月某天的录音文件打包并且拷贝出来。后经同事yh了解到:这台机器有问题,只能通过安全模式进入……闲话少说,进入正题。
一、Linux下进入single模式
1、开机之后,连击数字1键,在grub 启动后,移动键盘到Linux的启动项(grub页面选择下面这个选项);
2、按e键,然后再移动键盘到类似下面的一行,也就是kernel的那行:...
分类:
系统相关 时间:
2014-09-22 18:20:33
阅读次数:
283
@staticmethod def instance(): """Returns a global `IOLoop` instance. Most applications have a single, global `IOLoop` running on ...
分类:
其他好文 时间:
2014-09-22 14:36:42
阅读次数:
199
为了加强鼠标响应事件,Android提供了GestureDetector手势识别类。通过GestureDetector.OnGestureListener来获取当前被触发的操作手势(Single Tap Up、Show Press、Long Press、Scroll、Down、Fling),具体包括...
分类:
其他好文 时间:
2014-09-22 12:14:52
阅读次数:
250
服务端处理1个客户端的例子运行结果:执行服务端进程:[root@localhost single_link]# ./server [server]: begin[server]: loop......[server]: client[127.0.0.138528] is connected[serv...
分类:
其他好文 时间:
2014-09-21 22:29:01
阅读次数:
289