转自: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
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
接上一章的内容,我们继续来看Think.class.php文件的start方法 static public function start() { // 注册AUTOLOAD方法 spl_autoload_register('Think\Think::autoload'); ...
分类:
Web程序 时间:
2015-09-14 15:10:36
阅读次数:
195
// +----------------------------------------------------------------------namespace Think;class Page{ public $firstRow; // 起始行数 public $listRow...
分类:
Web程序 时间:
2015-09-13 13:15:06
阅读次数:
252
以下是我的英语写了一个简短的总结,直接贴出来. 让我们知道我们在这参加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
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 可视化分析Readings in Information Visualization : Using Vision to Think, Stuart Card, Jock Mackinlay, & Ben Shneiderman, Morgan Kaufmann, ...
分类:
Web程序 时间:
2015-09-10 20:52:49
阅读次数:
177
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
参考链接:http://blog.sina.com.cn/s/blog_700a8dba0100lq0h.html在LoadRunner里,有两个概念很容易被混淆:pacing和think time。相关书籍中很难查阅到对pacing的讲解。这两个名词该如何理解,如何应用呢? 它们都出现loadr....
分类:
其他好文 时间:
2015-09-09 17:07:59
阅读次数:
112
参考链接:http://blog.sina.com.cn/s/blog_700a8dba0100lq0h.html在LoadRunner里,有两个概念很容易被混淆:pacing和think time。相关书籍中很难查阅到对pacing的讲解。这两个名词该如何理解,如何应用呢? 它们都出现loadr....
分类:
其他好文 时间:
2015-09-09 16:48:30
阅读次数:
158