private static string getLinkHtml(UrlHelper
urlHelper, bool useAjax, string ajaxSuccessFunction, string linkContent, string
actionName, string control...
分类:
Web程序 时间:
2014-05-29 03:40:08
阅读次数:
357
【转】:http://www.cnblogs.com/lazycoding/archive/2011/04/04/two_include.html<%@
include file=”relativeURI”%><jsp:include page=”relativeURI” flush=”true” ...
分类:
Web程序 时间:
2014-05-29 01:50:53
阅读次数:
242
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
1. Works when no one is watching When the
requirements are completely out of control, many programmers celebrate even
having reached this point. 2. .....
分类:
其他好文 时间:
2014-05-27 17:18:31
阅读次数:
338
安装Sublime Text 2插件的方法:1.直接安装安装Sublime text
2插件很方便,可以直接下载安装包解压缩到Packages目录(菜单->preferences->packages)。也可以安装package
control组件,然后直接在线安装:按Ctrl+`调出console粘...
分类:
其他好文 时间:
2014-05-27 16:22:37
阅读次数:
427
Cgroups是control
groups的缩写,最初由Google工程师提出,后来编进linux内核。Cgroups是实现IaaS虚拟化(kvm、lxc等),PaaS容器沙箱(Docker等)的资源管理控制部分的底层基础。百度私有PaaS云就是使用轻量的cgoups做的应用之间的隔离,以下是关于...
分类:
其他好文 时间:
2014-05-26 19:45:07
阅读次数:
366
document对象作为HTMLDocument的一个实例,它还有一些标准的Document对象所没有的属性,这些属性提供了网页上的一些信息
//取得文档标题var title1=document.title; //修改文档标题document.title="New page title"; ...
分类:
编程语言 时间:
2014-05-26 19:16:16
阅读次数:
277
rsponse.write("")可能会影响页面的布局并且只能调用javascript的内置函数ClientScript.RegisterStartupScript(Page.GetType(),
"", ""))可以调用前台的自定义javascript函数和javascript内置函数不影响页面布...
分类:
Web程序 时间:
2014-05-26 18:23:14
阅读次数:
221
cd /d F:\wamp\bin\apache\Apache2.2.21\binhttpd.exe
-k install -n "noodle" -f "F:\wamp\bin\apache\Apache2.2.21\conf\httpd2.conf"★
control -> server -> ...
分类:
Web程序 时间:
2014-05-25 20:41:54
阅读次数:
244