码迷,mamicode.com
首页 >  
搜索关键字:don    ( 1346个结果
中英文名句对照
You've got to find what you love. 你要找到你真正热爱的东西。 If you haven't found it yet, keep looking. Don't settle. 如果你还没有找到,请继续寻找!不要停下来! "If you live each day as if it was your last, someday you'll most...
分类:其他好文   时间:2014-12-17 09:09:21    阅读次数:164
产品经理必读的30本书单(转)
01 《产品经理手册》——哥乔斯02《结网》——王坚03《人人都是产品经理》——苏杰04 《失控》05《用户体验的要素》06《Don't make me think》07《学会提问》08《精益求精--卓越的互联网产品设计与管理》09《项目管理之美》:偏重于项目管理10《掌握需求过程》:偏重于需求挖掘...
分类:其他好文   时间:2014-12-17 00:13:49    阅读次数:233
How systems researchers build systems
Define the problem>>Identify the constraints and abstract problempropose solution:simple idea>>Don't try to solve everythingimplent the system:>>reuse...
分类:其他好文   时间:2014-12-15 17:05:36    阅读次数:155
关于 weChat 页面开发过程中遇到的问题总结
1. 页面中不能有 `style` tag, 如果有, 则下面写法的不会调起轮播: AnyThing android don't work ios is ok2. 如果标签中有 `img` tag, 属性不能有百分比, 例如不能有 `width="100%"` 标记 ...
分类:其他好文   时间:2014-12-15 10:15:36    阅读次数:195
apache常见错误汇总
问题:Access forbidden!You don't have permission to access the requested directory. There is either no index document or the directory is read-protected....
分类:Web程序   时间:2014-12-14 18:33:55    阅读次数:273
JS解析XML实例
var txt=""; txt=txt+"George"; txt=txt+"John"; txt=txt+"Reminder"; txt=txt+"Don't forget the meeting!"; txt=txt+""; if (window.DOMParser)  //非IE浏览器   {    parser=new DOMParser();    xmlDoc=p...
分类:Web程序   时间:2014-12-14 13:18:28    阅读次数:156
A better SHOW TABLE STATUS
From command line we have the entire MySQL server on hands (if we have privileges too of course) but we don’t have a overall overview, at this point t...
分类:其他好文   时间:2014-12-12 06:40:09    阅读次数:228
mac, xcode 6.1 安装command line tools 支持,autoconf,automake等
以下软件包 都去我的环境库找到1 先安装 tcl库2 安装macports/opt/local/bin/port 一般装到这里安装autoconf时提示:Warning: The Xcode Command Line Tools don't appear to be installed; most ...
分类:系统相关   时间:2014-12-11 18:41:33    阅读次数:190
A different twist on pre-compiling JSPs--reference
I’ve blogged about this topic earlier and expressed my frustrations as to how web containers don’t provide good support for precompiling JSP, with the...
分类:Web程序   时间:2014-12-11 00:02:56    阅读次数:257
BUG::Cocos V3.2 渲染类中为什么出现同样的两次排序,难道有什么不同吗?手误??----小心开源代码中的陷阱
{ // Don't sort _queue0, it already comes sorted std::sort(std::begin(_queueNegZ), std::end(_queueNegZ), compareRenderCommand); std::sort(std::begin(_queuePosZ), std::end(_queuePosZ), comp...
分类:编程语言   时间:2014-12-10 18:02:58    阅读次数:212
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!