码迷,mamicode.com
首页 >  
搜索关键字:think    ( 1909个结果
Chromium Embedded Framework 中文文档(简介)
转自:http://www.cnblogs.com/think/archive/2011/10/06/CEF-Introduce.html简介Chromium Embedded Framework (CEF)是由 Marshall Greenblatt 在2008年创办的开源项目,致力于基于Goog...
分类:其他好文   时间:2015-09-15 18:02:15    阅读次数:291
String intern()的作用
Strings are a fundamental part of any modern programming language, every bit as important as numbers. So you'd think that Java programmers would go ou...
分类:其他好文   时间:2015-09-15 12:39:36    阅读次数:208
thinkphp 3+ 观后详解 (2)
接上一章的内容,我们继续来看Think.class.php文件的start方法 static public function start() { // 注册AUTOLOAD方法 spl_autoload_register('Think\Think::autoload'); ...
分类:Web程序   时间:2015-09-14 15:10:36    阅读次数:195
ThinkPHP 改装后的分页类
// +----------------------------------------------------------------------namespace Think;class Page{ public $firstRow; // 起始行数 public $listRow...
分类:Web程序   时间:2015-09-13 13:15:06    阅读次数:252
ADN中国队参加微软Kinect他赢得了全国比赛三等奖,我们的创意项目与团队Kinect于Naviswork虚拟之旅
以下是我的英语写了一个简短的总结,直接贴出来. 让我们知道我们在这参加HackathonThat’s an exciting Hackathon for me and also China team, I think. We experienced the full process, and lea...
分类:其他好文   时间:2015-09-12 18:57:13    阅读次数:200
HDU-5001 Walk (概率DP)
Problem DescriptionI used to think I could be anything, but now I know that I couldn't do anything. So I started traveling.The nation looks like a con...
分类:其他好文   时间:2015-09-11 14:10:07    阅读次数:180
Visual Analytics–references 可视化分析参考书/文献/网站
Visual Analytics 可视化分析Readings in Information Visualization : Using Vision to Think, Stuart Card, Jock Mackinlay, & Ben Shneiderman, Morgan Kaufmann, ...
分类:Web程序   时间:2015-09-10 20:52:49    阅读次数:177
ThinkPHP多表联合查询的常用方法
1、原生查询示例:$Model = new Model();$sql = 'select a.id,a.title,b.content from think_test1 as a, think_test2 as b where a.id=b.id '.$map.' order by a.id '.$...
分类:Web程序   时间:2015-09-10 09:32:04    阅读次数:148
怎样理解LoadRunner的pacing和think time【转】
参考链接:http://blog.sina.com.cn/s/blog_700a8dba0100lq0h.html在LoadRunner里,有两个概念很容易被混淆:pacing和think time。相关书籍中很难查阅到对pacing的讲解。这两个名词该如何理解,如何应用呢? 它们都出现loadr....
分类:其他好文   时间:2015-09-09 17:07:59    阅读次数:112
怎样理解LoadRunner的pacing和think time【转】
参考链接:http://blog.sina.com.cn/s/blog_700a8dba0100lq0h.html在LoadRunner里,有两个概念很容易被混淆:pacing和think time。相关书籍中很难查阅到对pacing的讲解。这两个名词该如何理解,如何应用呢? 它们都出现loadr....
分类:其他好文   时间:2015-09-09 16:48:30    阅读次数:158
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!