public function findfile($arr) { $files = array();
foreach ($arr as $file) { $child = glob($file."/*"); ...
分类:
其他好文 时间:
2014-06-29 15:05:49
阅读次数:
200
private static string getLinkHtml(UrlHelper
urlHelper, bool useAjax, string ajaxSuccessFunction, string linkContent, string
actionName, string control...
分类:
Web程序 时间:
2014-05-29 03:40:08
阅读次数:
357
1.本人当前使用的Tomcat版本为:6.0.20,oracle为稳定的9i版本2.下文为方便起见,依习惯以%Tomcat_Home%表示Tomcat安装的目录,本人安装目录为“E:\Program
Files\WindowsXP\tomcat6”配置步骤如下:1.Tomcat 6的配置和以前的不同...
分类:
其他好文 时间:
2014-05-28 22:31:17
阅读次数:
285
A dispatchsemaphore(信号量) is useful if you need
a concurrency control for a small portion(部分) of the source code that has
smaller granularity(颗粒度) than...
分类:
其他好文 时间:
2014-05-28 21:51:45
阅读次数:
395
总觉得Form这个东西怎么弄都行,弄弄就知道越弄越难弄了。老实儿地学学bootstrap的做法吧,—.—!如下html表现为label在上,input在下的样式。form-group设置了margin,form-control控制的input等输入控件设置了其width为100%,这就导致了和lab...
分类:
其他好文 时间:
2014-05-28 20:06:47
阅读次数:
411
response.setHeader();1. HTTP消息头(1)通用信息头
即能用于请求消息中,也能用于响应信息中,但与被传输的实体内容没有关系的信息头,如Data,Pragma 主要: Cache-Control ,
Connection , Data , Pragma , Trailer.....
分类:
其他好文 时间:
2014-05-28 14:48:59
阅读次数:
237
之前安装的C#环境变量:%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;D:\Program
Files\Microsoft SQL...
分类:
其他好文 时间:
2014-05-28 04:12:26
阅读次数:
233
安装Sublime Text 2插件的方法:1.直接安装安装Sublime text
2插件很方便,可以直接下载安装包解压缩到Packages目录(菜单->preferences->packages)。也可以安装package
control组件,然后直接在线安装:按Ctrl+`调出console粘...
分类:
其他好文 时间:
2014-05-27 16:22:37
阅读次数:
427
本文转自:http://www.codeproject.com/Articles/9348/Web-Service-AuthenticationDownload
source files - 45.5KBIntroductionThis is a simple mechanism to authen...
分类:
Web程序 时间:
2014-05-27 16:19:48
阅读次数:
473
用管理员身份运行CMD> cd C:\Program
Files\mongodb\bin> C:\Program Files\mongodb\bin>mongod --dbpath
"C:\Program Files\mongodb\data\db" --logpath "C:\Program Fi...
分类:
数据库 时间:
2014-05-27 16:12:25
阅读次数:
337