码迷,mamicode.com
首页 >  
搜索关键字:read me    ( 23766个结果
转 苹果的新编程语言 Swift 简介
苹果官方文档地址https://developer.apple.com/library/prerelease/ios/documentation/Swift/Conceptual/Swift_Programming_Language/index.html原文地址http://zh.lucida.me...
分类:移动开发   时间:2014-06-06 23:16:07    阅读次数:509
Mysql事务的隔离级别
注:转SQL标准定义了4类隔离级别,包括了一些具体规则,用来限定事务内外的哪些改变是可见的,哪些是不可见的。低级别的隔离级一般支持更高的并发处理,并拥有更低的系统开销。Read Uncommitted(读取未提交内容) 在该隔离级别,所有事务都可以看到其他未提交事务的执行结果。本隔离级别很少用于实际...
分类:数据库   时间:2014-06-06 21:08:50    阅读次数:323
【Leetcode】Count and Say
The count-and-say sequence is the sequence of integers beginning as follows:1, 11, 21, 1211, 111221, ...1is read off as"one 1"or11.11is read off as"tw...
分类:其他好文   时间:2014-06-06 19:53:31    阅读次数:203
How to Read a Technical Paper(翻译:Trey;审校:Shooya)
How to Read a Technical Paper如何阅读科技论文Jason Eisner (2009) 写多轮阅读首先将论文浏览一遍,跳过所有需要费劲思考的地方。只需要知道论文的目标,作者为什么要写它,以及哪些地方对你来说是老生常谈而哪些是新鲜的。为了强迫自己不作停留地看下去,限制每页的阅...
分类:其他好文   时间:2014-06-06 17:41:56    阅读次数:325
css规范
http://www.qingdou.me/2142.htmlCSS书写顺序1.位置属性(position, top, right, z-index, display, float等)2.大小(width, height, padding, margin)3.文字系列(font, line-heig...
分类:Web程序   时间:2014-06-06 14:09:25    阅读次数:393
Cookie Version in J2EE
Cookie Version in J2EE原文章:http://villadora.me/2014/05/06/cookie-version/在处理Cookie的时候发现不能处理servlet request中不能获取cookie中的带”:”字符的值.Cookie[] cookies = requ...
分类:其他好文   时间:2014-06-06 10:36:15    阅读次数:174
jQuery触屏插件:Tap 代码
jQuery触屏插件:Tap,使用方法非常简单,例:$("#domid").tap(function(){ alert("You tapped me! -- by"+this.innerText);});依赖jquery 1.7+01$.fn.tap = function(fn){02 va...
分类:Web程序   时间:2014-06-05 19:17:55    阅读次数:413
cocos2d-x_ Windows下Android环境搭建
在Windows环境下编译cocos2d-x-3.0Android-NDK编译:cocos2d-x(二)Mac 下搭建:http://www.cocoachina.com/bbs/read.php?tid=199238
分类:移动开发   时间:2014-06-05 19:08:11    阅读次数:398
AMD 规范以及如何将AMD转变为CommonJS
原文:http://villadora.me/2014/05/23/amd-define-and-how-to-translate-amd-to-commonjs/CommonJS和AMD的争论已经有很多,而两者也在项目进化和融合。个人看来CommonJS更面向于开发者,对于开发者来说,需要的是清晰...
分类:Web程序   时间:2014-06-05 19:02:57    阅读次数:384
Mysql源码目录结构
Programs for handling SQL commands. The "core" of MySQL.These are the.cand.ccfiles in thesqldirectory:derror.cc --- read language-dependent message fi...
分类:数据库   时间:2014-06-05 17:38:07    阅读次数:362
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!