码迷,mamicode.com
首页 >  
搜索关键字:i think i need a hou    ( 4897个结果
【MongoDB】The description of index(一)
From this blog, we start to talk about the index in mongo Database, which is similar to the traditional database. Generally speaking, if the index need to be created in the traditional database, so do...
分类:数据库   时间:2014-10-20 02:09:01    阅读次数:236
将TP引擎改为smarty引擎
在common/config文件里设置'TMPL_ENGINE_TYPE'=>'Smarty'即可,但要注意,在模板文件里的css样式{}要用一对{literal}{/literal}标签包裹,禁止smarty引擎解析。所有$Think改为$smarty,还有tp引擎可以直接用__MODULE__常...
分类:其他好文   时间:2014-10-20 00:37:51    阅读次数:195
虚拟机安装中标麒麟3.2时报unkown filesystem,you need to load the linux kernel first
工作需要,在虚拟机上安装中标麒麟3.2的64位版本。         虚拟机用的VMware Workstation 9.0,按照常识目标DVD光盘文件的类型选择Other Linux 2.6.x Kernel 64-bit(因为目前大部分都是2.6.18的内核以上,尤其是Suse Linux等,所以惯性使然),Power On后,出现版本选择窗口,           点击后,没有...
分类:系统相关   时间:2014-10-19 23:17:20    阅读次数:333
JAVASCRIPT TALBE 操作
FirstName LastName BirthDay age Jim Green L.A 23 Andrew Hou Xi'an 25 Name Age Name Age ...
分类:编程语言   时间:2014-10-19 17:00:06    阅读次数:216
P1035 I need help - Smart Online Judge
题目ID:1035题目名称:I need help有效耗时:31 ms空间消耗:508 KB程序代码:#include#includeusing namespace std;vector index[10];vector value[10];int f[12][12];int n,m;bool ha...
分类:其他好文   时间:2014-10-19 11:30:19    阅读次数:143
ZOJ 3795 Grouping(Tarjan缩点+DAG)
Suppose there are N people in ZJU, whose ages are unknown. We have some messages about them. The i-th message shows that the age of person si is not smaller than the age of person ti. Now we need to...
分类:其他好文   时间:2014-10-19 02:43:17    阅读次数:195
POJ - 2481 Cows(树状数组)
Description Farmer John's cows have discovered that the clover growing along the ridge of the hill (which we can think of as a one-dimensional number line) in his field is particularly good.  ...
分类:编程语言   时间:2014-10-19 00:08:59    阅读次数:331
HDU - 4267 A Simple Problem with Integers(树状数组的逆操作)
Description Let A1, A2, ... , AN be N elements. You need to deal with two kinds of operations. One type of operation is to add a given number to a few numbers in a given interval. The other is to q...
分类:编程语言   时间:2014-10-18 16:59:56    阅读次数:321
eclipse core expression usage
http://codeandme.blogspot.com/2012/04/expression-examples.html We need to set checkEnabled on the visibleWhen element to false, otherwise the expressi...
分类:系统相关   时间:2014-10-18 09:42:08    阅读次数:403
HDU 1203 I NEED A OFFER!(dp)
Problem Description Speakless很早就想出国,现在他已经考完了所有需要的考试,准备了所有要准备的材料,于是,便需要去申请学校了。要申请国外的任何大学,你都要交纳一定的申请费用,这可是很惊人的。Speakless没有多少钱,总共只攒了n万美元。他将在m个学校中选择若干的(当然要在他的经济承受范围内)。每个学校都有不同的申请费用a(万美元),并且Speakless估计了他得...
分类:其他好文   时间:2014-10-17 23:23:07    阅读次数:192
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!