码迷,mamicode.com
首页 >  
搜索关键字:learn    ( 3442个结果
javascript高级知识分析——定义函数
代码信息来自于http://ejohn.org/apps/learn/。可以使用哪些方式来声明函数?function isNimble(){ return true; } var canFly = function(){ return true; }; window.isDeadly = funct...
分类:编程语言   时间:2014-10-30 18:31:15    阅读次数:282
Book learn python the hard way EXERCISE 36 Designing and Debugging
EXERCISE 36Designing and DebuggingRules for If- Statements1. Every if- statement must have an else.2. If this else should never be run because it does...
分类:编程语言   时间:2014-10-30 16:47:05    阅读次数:166
Android版本TO-DO-LIST,练习Fragment的使用
直接帖代码,懒得说这些老知识点 首先是主Activity:包括一个标题,一个输入项用于添加列表想,其实下方就是我们的ListFragment用于展示列表项,同时可以删除之 ToDoListActivity: ?package?com.example.learn...
分类:移动开发   时间:2014-10-30 13:42:14    阅读次数:316
Learn X in Y minutes Where X=c++
http://learnxinyminutes.com/docs/c++/C++ is a systems programming language that,according to its inventor Bjarne Stroustrup, was designed tobe a “bett...
分类:编程语言   时间:2014-10-29 12:29:14    阅读次数:224
关于htmlentities 、htmlspecialchars、addslashes的使用
1、html_entity_decode():把html实体转换为字符。Eg:$str = "just atest & 'learn to use '";echo html_entity_decode($str);echo "";echo html_entity_deco...
分类:Web程序   时间:2014-10-29 12:14:00    阅读次数:107
Looping through the contents of an array
In this lesson, you'll learn to use the foreach loop, which is designed to handle arrays and certain types of PHP objects. The foreach loop can be use...
分类:其他好文   时间:2014-10-28 15:26:50    阅读次数:236
A Tour of Go Nil slices
The zero value of a slice isnil.A nil slice has a length and capacity of 0.(To learn more about slices, read theSlices: usage and internalsarticle.)pa...
分类:其他好文   时间:2014-10-27 01:42:33    阅读次数:165
Lua 语言 15 分钟快速入门【译】
原文网址:http://defsniky.com/posts/2014-06-05-learn-lua-in-15-minutes.html英文网址:http://tylerneylon.com/a/learn-lua/-- 单行注释--[[ [多行注释]--]]----------- 1. ...
分类:编程语言   时间:2014-10-27 00:22:11    阅读次数:320
Devexpress VCL Build v2013 vol 14.1.5 发布
What's New in 14.1.5 (VCL Product Line)New Major Features in 14.1What's New in VCL Products 14.1Breaking ChangesTo learn about breaking changes in thi...
分类:其他好文   时间:2014-10-24 20:35:03    阅读次数:435
39个让你受益的HTML5教程
闲话少说,本文作者为大家收集了网上学习HTML5的资源,期望它们能够帮助大家更好地学习HTML5. 好人啊! 只是,作者原来说的40个仅仅有39个,由于第5个和第8个是反复的。原文在此!1. 五分钟入门HTML5 (Learn HTML5 in 5 Minutes!) By Jennifer Mar...
分类:Web程序   时间:2014-10-24 14:27:48    阅读次数:355
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!