function aa(i){ var tm = setInterval(function(){ var t = $(window).scrollTop(); var d = i < t ? Math.min((i-t)/10, -1) : Math.max((i-...
分类:
Web程序 时间:
2014-07-31 20:19:07
阅读次数:
185
首先我这里使用的是 Jquery Uploadify3.2的版本
导入相关的CSS JS
link rel="stylesheet" type="text/css" href="css/uploadify/uploadify.css">
js/jquery.min.js">
js/uploadify/jquery.uploadify.m...
分类:
其他好文 时间:
2014-07-31 17:07:56
阅读次数:
246
select EquipmentSID,MIN(MatureTime),MIN(ISlock) from table group by nameStringsql=”Select*fromEM_INFOWNEREUSERNAMElike‘%”+tbname.text.trim()+“%’ andse...
分类:
数据库 时间:
2014-07-31 16:24:16
阅读次数:
219
IE6支持兼容min-width、max-width CSS样式属性让IE6支持max-width、IE6支持min-width样式(体感音乐)我们在写CSS的时候,常常会遇到让一个图片或一个布局不能超出设定一定宽度范围值,有时需要设置一个最小宽度,接下来由DIVCSS5为大家总结的解决IE6不支持...
分类:
Web程序 时间:
2014-07-31 16:21:26
阅读次数:
239
注意:使用此打印控件需要引入(在我上传的Demo中都有):
install_lodop32.exe
install_lodop64.exe
LodopFuncs.js
jquery-1.10.0.min.js
具体Demo下载地址: http://download.csdn.net/download/l294333475/7697807
<%
String path = reque...
分类:
其他好文 时间:
2014-07-31 13:21:06
阅读次数:
444
#include #include #define INF 100000000int map[101][101];int dis[101];int vis[101];int n;long long ans = 0;void prim(){ int i,j; int min,pos; ...
分类:
其他好文 时间:
2014-07-31 13:08:46
阅读次数:
236
http://acm.sdut.edu.cn:8080/vjudge/contest/view.action?cid=193#problem/Eprim算法 思想和步骤总结(自己所写)dis【】,map【】【】,vis【】,pos ,min,ans(主要定义的变量)首先,prim算法用于计算图边径长...
分类:
Web程序 时间:
2014-07-31 12:08:46
阅读次数:
301
Ford-Fulkson用EK实现:483ms#include #include #define min(x,y) (x>y?y:x)int pre[105],q[105];int F[105][105];int n,nc,np,m,s,t,all;int MaxFlow(int s, int t)...
分类:
其他好文 时间:
2014-07-30 23:34:05
阅读次数:
961
js库引用地址:jquery-1.8.3.min.js效果: 代码: 1 2 3 4 New Document 5 6 7 8 9 10 62 63 64 65 66 67 68 ...
分类:
其他好文 时间:
2014-07-30 20:21:34
阅读次数:
291
js引用:jquery-1.8.3.min.js效果图: 代码: 1 2 3 4 New Document 5 6 7 8 9 10 62 63 64 65 66 67 68 ...
分类:
其他好文 时间:
2014-07-30 20:15:34
阅读次数:
208