作用:正则表达式的iOS开源库
官方文档:http://regexkit.sourceforge.net/RegexKitLite/
正则表达式 30分钟入门教程:http://www.codeproject.com/Articles/9099/The-Minute-Regex-Tutorial
使用:
1,github下载:https://github.com/samdeane/...
分类:
其他好文 时间:
2014-07-22 23:05:12
阅读次数:
419
;*********************************************
; Boot1.asm
; - A Simple Bootloader
;
; Operating Systems Development Tutorial
;*********************************************
bits 16 ; we are in ...
分类:
其他好文 时间:
2014-05-05 13:13:30
阅读次数:
228
So many days passed since the last C tutorial about the flowchart, this chapter we will go on the flowchart and while loops...
分类:
其他好文 时间:
2014-05-04 09:01:20
阅读次数:
307
开始接触学习android已经有3个礼拜了,一直都是对着android的sdk文档写Tutorials从Hello
World到Notepad
Tutorial算是初步入门了吧,刚好最近对微博感兴趣就打算开发个android版本的新浪微博客户端作为练手项目,并且以随笔的方式详细的记录开发的全过程。本...
分类:
移动开发 时间:
2014-05-01 13:20:07
阅读次数:
569
创建新浪云计算应用
申请账号
我们使用SAE新浪云计算平台作为服务器资源,并且申请PHP环境+MySQL数据库作为程序运行环境。
申请地址:百度搜sae ,使用新浪微博账号可以直接登录SAE,登录后SAE将赠送500个免费云豆。认证开发者送2000豆
够用很久的了
创建新应用 http://www.cnblogs.com/txw1958/p/wechat-tutorial.h...
分类:
微信 时间:
2014-04-30 22:16:39
阅读次数:
776
这篇文章主要来源于:codeguru网站的一篇文章:A TR1 tutorial:smart
pointer (详细介绍了C++的智能指针,尤其是shared_ptr)。众所周知,在 TR1
之前,C++标准库中的智能指针只有auto_ptr,但由于它的【排他所有权模式】(exclusive own...
分类:
编程语言 时间:
2014-04-30 18:01:06
阅读次数:
478
http://www.cocoachina.com/newbie/tutorial/2012/0607/4334.html
分类:
数据库 时间:
2014-04-29 16:46:46
阅读次数:
353
可以用安卓手机浏览器打开 http://javascript.info/tutorial/keyboard-events#test-stand-test-stand 测试看看。
Android 4.2自带浏览器和webview的测试结果(其他版本没试过,估计4.X都是这样):
当input有内容的时候,点击软键盘回退键(keyCode=8),是有keyEvents事件(keyup...
分类:
移动开发 时间:
2014-04-29 13:38:21
阅读次数:
765