码迷,mamicode.com
首页 >  
搜索关键字:don    ( 1346个结果
JavaScript之this释疑
最近进修JavaScript,看了“You Don't Know JS”这本书,觉得是本JavaScript内功上乘心法,有一定JavaScript基础朋友一定要看看(不推荐入门小朋友看,怕走火入魔)。作者知识渊博,理解透彻,行文流畅,案例经典,绝对的大神级人物。 本文将对书中关于JavaScript中this的讲述做一个小结,也会加入一些自己的理解。算是抛砖,以期引玉。 JavaScript...
分类:编程语言   时间:2014-10-30 21:05:56    阅读次数:293
don't run 'strings' on untrusted files
0x00 前言: reahat的官网上可以找到编号CVE-2014-8485的漏洞,描述如下: CVE-2014-8485 binutils: lack of range checking leading to controlled write in _bfd_elf_setup_sectio...
分类:其他好文   时间:2014-10-27 22:47:53    阅读次数:434
How to add alias on Mac(It's common for most system)
Since these files are hidden you will have to do anls -ato list them. If you don't have one you can create one.Update:If I remember correctly, when I ...
分类:系统相关   时间:2014-10-27 22:44:09    阅读次数:353
2cocos2dx别踩白块游戏案例
?? 1 建立一个别踩白块的项目dtwb(Don’ttouch white block) 2 修改main.cpp中的代码 3 修改AppDelegate.cpp中的代码 4 案例代码 Block.h #ifndef __BLOCK_H__ #define __BL...
分类:其他好文   时间:2014-10-27 19:32:23    阅读次数:296
Introduction to gaussian filter 高斯滤波器
Introduction to gaussian filter                          我尝试尽可能低门槛的介绍这些好玩的东东~这里仅仅需要正态分布函数作为基础即可开始玩图像的高斯滤波了. Don't panic !                              在通常的图像中,像素点都很多,很多情况都是很多一...
分类:其他好文   时间:2014-10-25 17:19:28    阅读次数:236
Exercise 16: Reading And Writing Files
from sys import argvscript, filename = argvprint "We're going to erase %r." % filename print "If you don't want that, hit CTRL-C (^C)." print "If you ...
分类:其他好文   时间:2014-10-23 22:34:53    阅读次数:298
每日一句(2014-10-23)
To be beautiful means to be yourself You don't need to be accepted by others. You need to accept yourself真正美好的事就是做自已,不需要被别人认可,只需接受真实的自我To be beautiful...
分类:其他好文   时间:2014-10-23 15:52:22    阅读次数:165
请百度,请谷歌,Don't ask until you try
别人提问的时候,有人很喜欢说 “Don't ask until you try”,可是不知道为什么,每次听到这句话,就会莫名地嗤笑出来。 说这句话的人对“ask” 和 “try” 的具体定义是什么? “try”可以视为途径么?try google,try baidu,try book 是途径,那么 try you 算不算一种途径? “ask” 可以视为提问么?ask you 是提问,...
分类:其他好文   时间:2014-10-23 14:28:58    阅读次数:152
Exercise 6: Strings And Text
x = "There are %d types of people." % 10binary = "binary"do_not = "don't"y = "Those who know %s and those who %s." % (binary, do_not)print xprint ypri...
分类:其他好文   时间:2014-10-22 14:22:51    阅读次数:122
诚实的力量。Paul Graham (Y Combinator 创始人)关于诚实的评论。
最近读 《Founders at Work》,读到 Paul Graham 关于他早期创立 Viaweb (被 Yahoo 收购后变为 Yahoo Store)的经历。他谈到“ Another advantage of telling the truth is that you don’t have...
分类:其他好文   时间:2014-10-22 08:44:49    阅读次数:149
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!