/****** Object: StoredProcedure [dbo].[sp_who_lock] Script Date: 09/15/2014 11:55:46 ******/ SET ANSI_NULLS ON GOSET QUOTED_IDENTIFIER ON GOCREATE pro...
分类:
其他好文 时间:
2014-09-15 12:51:38
阅读次数:
165
今天又把KMP算法看了一遍,特此小结。扯淡的话:KMP算法主要用来模式匹配。正如Implement strStr()中形容的一样,“大海捞针”,当时看到题中变量如此命名,真的感觉实在是再贴切不过了。在介绍KMP算法之前,先介绍一下BF算法,叫的这么暧昧(who is GF?),其实就是最low的暴力...
分类:
其他好文 时间:
2014-09-14 23:26:31
阅读次数:
445
An executable for any application must be "signed" before it can be executed by anyone who does not have an NX Open Author license. This section descr...
分类:
Web程序 时间:
2014-09-11 23:41:02
阅读次数:
1304
Input::old('username')Querying using raw SQL statements$sql=" insert into shows(name,rating,actor) VALUES(?,?,?)"; $data1 = array('Doctor Who',...
分类:
其他好文 时间:
2014-09-11 22:14:42
阅读次数:
225
One of the first challenges developers new to JavaScript who are building large applications will have to face is how to go about organizing their cod...
分类:
编程语言 时间:
2014-09-10 00:16:59
阅读次数:
288
今年看到一篇文章还是很受启发。If you have the guts to start selling what you believe in, customers who share your perspective will join in the cause. Not everyone wi...
分类:
其他好文 时间:
2014-09-09 11:04:58
阅读次数:
177
"I do not object to harsh criticism," said Helen Keller, "so long as I am treated like a human being who has a mind of her own." The Story of My Lif.....
分类:
其他好文 时间:
2014-09-06 22:25:33
阅读次数:
288
The Little Girl who Picks MushroomsTime Limit: 2000msMemory Limit: 32768KBThis problem will be judged onZJU. Original ID:365764-bit integer IO format:...
分类:
其他好文 时间:
2014-09-06 21:11:23
阅读次数:
332
一、什么是"非构造函数"的继承?比如,现在有一个对象,叫做"中国人"。 var Chinese = { nation:'中国' };还有一个对象,叫做"医生"。 var Doctor ={ career:'医生' }请问怎样才能让"医生"去继承"中国人",也就是说,我怎样才能生成...
分类:
编程语言 时间:
2014-09-04 18:49:29
阅读次数:
227
1,令多行命 —— 逗号 VS 分号2,管理工作空间 —— who , whos , clear , save , load , length (向量显示其长度,矩阵显示行数与列数中的较大数) size(矩阵A的行数列数) disp(显示变量)3,设置当前目录 —— cd(‘D:\Work’)4,p...
分类:
其他好文 时间:
2014-09-03 16:21:06
阅读次数:
303