1、JQuery入门2、选择器与方法3、JQuery事件与函数4、JQuery Web页面管理5、JQuery效果与动画6、JQuery与JavaScript7、定制函数停工定制效果8、JQuery与Ajax9、处理JSON数据10、JQuery UI11、JQuery和API其他
分类:
Web程序 时间:
2014-10-27 22:48:59
阅读次数:
265
page : logic virtual pagepage frame : physical memory page ,struct page { unsigned long flags : atomic_t count ; struct list_head list; struct ad...
分类:
其他好文 时间:
2014-10-27 22:42:51
阅读次数:
221
program bzoj1015;{$inline on}const maxn=400001;type node=record togo,next:longint;end;var tot,n,m,d,cnt:longint; father,head,q,ans:array [0..max...
分类:
其他好文 时间:
2014-10-27 19:06:29
阅读次数:
162
/*问题描述,如何在时间复杂度为O(n)的前提下,实现单链表翻转。并尽量减少内存消耗。即1-2-4-5-6转化为6-5-4-2-1。*/ 1 # include 4 struct Slist{ 5 6 int size; 7 struct sl* head; 8 9 10 };...
分类:
其他好文 时间:
2014-10-27 17:25:26
阅读次数:
202
1、引言2、阻止、约束和项目3、过程框架4、项目整合管理5、范围管理6、时间管理7、成本管理8、质量管理9、人力资源管理10、沟通管理11、项目风险管理12、采购管理13、职业道德14、最后的复习15、实践出真知14、最后的复习
分类:
其他好文 时间:
2014-10-27 14:04:11
阅读次数:
218
存边; 对于指针实现的邻接表:struct edge{ int from,next,to,w;}E[maxn];int head[maxn],tot=0;//head初始化为-1;void add(int x,int y,int z){ E[++tot].from=x;//头结点 E[tot].to...
分类:
其他好文 时间:
2014-10-27 10:38:08
阅读次数:
245
1 echo "password" | openssl passwd -1 -salt $(< /dev/urandom tr -dc '[:alnum:]' | head -c 32) -stdin1 $1$cVcjk1yK$sfdBsYIEr800Mdr3PsICe02 $1$oBrzawaF$...
分类:
系统相关 时间:
2014-10-27 10:36:07
阅读次数:
406
git cat-file commit HEAD : 查看HEAD对应的提交内容;git rev-parse HEAD : 查看HEAD对应的哈希值;git cat-file blob HEAD:welcome.txt : 查看版本库中welcome.txt的内容;使用master代表mater分支...
分类:
其他好文 时间:
2014-10-26 21:08:35
阅读次数:
269
一、进本地网站用localhost进去后不能获取数据,而用127.0.0.1进去则可以解决办法:1.打开IIS,选择Default Web Site,再选择HTTP响应标头添加Access-Control-Allow-Credentials:trueAccess-Control-Allow-Head...
分类:
其他好文 时间:
2014-10-25 22:38:52
阅读次数:
164
文件文件夹操作命令++++++++++++++++++++++++++++++++++++++++列出进入显示文件夹 ls cd pwd创建移动删除文件 mkdir rm rmdirmv cp touch查看文件 cat nl moreless head tail++++...
分类:
系统相关 时间:
2014-10-25 18:39:40
阅读次数:
206