码迷,mamicode.com
首页 >  
搜索关键字:tutorial    ( 3034个结果
RegexKitLite的使用
作用:正则表达式的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
angularjs教程网址
AngularJS官网地址:http://angularjs.org/AngularJS入门教程:http://www.ituring.com.cn/minibook/303说明:比较基础,是官方Tutorial的翻译AngularJS开发指南:http://angularjs.cn/T008?p=...
分类:Web程序   时间:2014-05-09 11:37:17    阅读次数:337
Linux数据包路由原理、Iptables/netfilter入门学习
相关学习资料https://www.frozentux.net/iptables-tutorial/cn/iptables-tutorial-cn-1.1.19.htmlhttp://zh.wikipedia.org/wiki/Netfilterhttp://www.netfilter.org/pr...
分类:Web程序   时间:2014-05-09 11:36:52    阅读次数:482
C++ Multithread Tutorial
---恢复内容开始---Example 1Creating and terminating thread by usingpthread_create, pthread_exit(status)#include #include #include using namespace std;#defin...
分类:编程语言   时间:2014-05-07 17:41:05    阅读次数:335
Angularjs学习---官方phonecat实例学习angularjs step0 step1
接下来一系列的文章都是学习https://docs.angularjs.org/tutorial的笔记,主要学习的angular-phonecat项目的实现,来介绍angularjs的使用.1.下载angular-phonecat使用git clone phonecat:git clone --de...
分类:Web程序   时间:2014-05-06 11:01:16    阅读次数:548
BootLoader (扬帆起航)
;********************************************* ; Boot1.asm ; - A Simple Bootloader ; ; Operating Systems Development Tutorial ;********************************************* bits 16 ; we are in ...
分类:其他好文   时间:2014-05-05 13:13:30    阅读次数:228
简单的LESS Tutorial
简单的LESSTutorial1.什么是LESS?LESS是一种动态的CSS语言,更专业的称呼是CSSpreprocessor。作为CSS的扩展语言,LESS可以让CSS文件逻辑上更清晰,从而更容易维护和更新。LESS是开源的,诞生于2009年,采用javascript开发,LESS深受另外一种动态CSS语言SASS/SCSS的影响(SCSS是SA..
分类:其他好文   时间:2014-05-04 17:15:20    阅读次数:449
Linux Booting Process: A step by step tutorial for understanding Linux boot sequence
Oneofthemostremarkableachievementinthehistoryofmankindiscomputers.Anotheramazingfactaboutthisremarkableachievementcalledcomputersisthatitsacollectionofdifferentelectroniccomponents,andtheyworktogetherincoordinationtogiveyouameaningfuloutput.Weinourdaytodayl..
分类:系统相关   时间:2014-05-04 17:05:15    阅读次数:608
Let us learn C in Code <11> flowchart while
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
开发微信公众平台--新建新浪云sae部署服务器
创建新浪云计算应用 申请账号 我们使用SAE新浪云计算平台作为服务器资源,并且申请PHP环境+MySQL数据库作为程序运行环境。 申请地址:百度搜sae ,使用新浪微博账号可以直接登录SAE,登录后SAE将赠送500个免费云豆。认证开发者送2000豆 够用很久的了     创建新应用 http://www.cnblogs.com/txw1958/p/wechat-tutorial.h...
分类:微信   时间:2014-04-30 22:16:39    阅读次数:776
3034条   上一页 1 ... 301 302 303 304 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!