码迷,mamicode.com
首页 >  
搜索关键字:think    ( 1909个结果
HackerRank - "The Longest Increasing Subsequence"
It requires O(nlgn) solution. And actually I think the passing code is for "non-decreasing"..#include #include #include #include #include #include #in...
分类:其他好文   时间:2015-05-10 14:08:02    阅读次数:210
UML基本架构建模--图的术语和概念(三)
??   Behavioral Diagrams The UML’s behavioral diagrams are used to visualize, specify, construct, and document the dynamic aspects of a system. You can think of the dynamic aspects of a syste...
分类:其他好文   时间:2015-05-08 08:09:21    阅读次数:210
NOJ1175---Dress, Left Dress!(单调栈)
Maybe you think this problem is about girls and ladies. But you’re wrong. ‘Left dress’ means ‘Eyes left’. It’s used in armed forces. It will make a square more orderly. Now several soldiers stand in...
分类:其他好文   时间:2015-05-07 22:18:31    阅读次数:118
barabasilab-networkScience学习笔记6-evolving networks
第一次接触复杂性科学是在一本叫think complexity的书上,Allen博士很好的讲述了数据结构与复杂性科学,barabasi是一个知名的复杂性网络科学家,barabasilab则是他所主导的一个实验室,这里的笔记则是关于里面介绍的课程的笔记,当然别人的课程不是公开课,所以从ppt里只能看到...
分类:Web程序   时间:2015-05-06 17:22:34    阅读次数:106
以时间定义事务成败
以时间定义事务成败double time_elapsed, duration, waste; merc_timer_handle_t timer; Action(){lr_start_transaction("ACCP");timer = lr_start_timer(); lr_think_tim...
分类:其他好文   时间:2015-05-06 16:50:49    阅读次数:115
PHP开发之thinkPHP分层设计
thinkphp模型层Model、Logic、Service讲解 ThinkPHP支持模型的分层 ,除了Model层之外,我们可以项目的需要设计和创建其他的模型层。 通常情况下,不同的分层模型仍然是继承系统的\Think\Model类或其子类,所以,其基本操作和Model类的操作是一致的。 ...
分类:Web程序   时间:2015-05-04 20:08:00    阅读次数:143
SAS硬盘安装Windows 7操作方法
使用SAS硬盘接Intel板载蓝色SCU接口安装Windows7,需要使用U盘加载硬盘驱动,具体方法如下:首先确定系统版本,打开以下链接下载驱动:Windows732-bit:http://think.lenovo.com.cn/support/driver/driverdetail.aspx?DEditid=7545Windows764-bit:http://think.lenovo.com.cn/su..
分类:Windows程序   时间:2015-05-04 15:43:28    阅读次数:1105
The Golden Rule of API Design
The Golden Rule of API DesignMichael FeathersAPi DESiGN iS TOUGH, PARTiCULARLY iN THE LARGE. If you are designing an API that is going to have hundreds or thousands of users, you have to think about ho...
分类:Windows程序   时间:2015-05-04 10:07:31    阅读次数:215
2015年创业中遇到的技术问题:121-130
121.PHP中的.和->有啥区别呢?$this->,调用类的方法用“->”。".",是啥意思呢?(当然,可以表示字符串连接。)122.Thinkphp判断是否登录了。{$Think.session.user}{$Think.session.user}PHP逐步深入学习中,很多问题,要过一段时间,等经验丰富了,才能清楚。先login跳转到article,一直没成功。$this->error("用户...
分类:其他好文   时间:2015-05-01 22:34:39    阅读次数:187
杭电1024(Max Sum Plus Plus)
点击打开杭电1024 Problem Description Now I think you have got an AC in Ignatius.L's "Max Sum" problem. To be a brave ACMer, we always challenge ourselves to more difficult problems. Now you are faced wi...
分类:其他好文   时间:2015-04-30 12:38:42    阅读次数:214
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!