正常编写方式index.html: body a.js:function fun1(){ alert("it works");}fun1();可能你更喜欢这样写(function(){ function fun1(){ ale...
分类:
Web程序 时间:
2015-08-13 17:31:32
阅读次数:
120
之前给单位做过一个多进程监控的自动关机工具,详见那篇blog。这次领导又加了需求,说要等进程监控结束后,不止需要关闭主控端server,还需要关闭其他servers。于是就用到了我上篇文章所介绍的知识——通过PowerShell来远程管理计算机。由于PowerShell和C#都是基于.NET的,所以...
I am developing a Spring/Vaadin/Hibernate application. Everything works but I still have the following error markers in Eclipse STS 2.8.1: The hierarchy of the type BankView is inconsistent
The hie...
分类:
系统相关 时间:
2015-08-10 18:13:48
阅读次数:
137
自从写web程序以来,web程序是如何在Tomcat中运行的一直困惑着我,不知道底层的运行机制是无法真正理解web的,所以就开始研究Tomcat源码,Tomcat是一个轻量级的java服务器,再结合《How Tomcat works》和网上大牛博客之后,也算知道了内部的运行架构。
首先去官网下载Tomcat源码,我下载的是apache-tomcat-7.0.63-src(在这里下载),因...
分类:
系统相关 时间:
2015-08-09 12:35:21
阅读次数:
189
combineonly works on aggregate columns that belong to continuous views.创建CONTINUOUSCREATE CONTINUOUS VIEW v AS SELECT g::integer, AVG(x::integer)...
分类:
数据库 时间:
2015-08-08 17:54:07
阅读次数:
303
CodeForces 567B Berland National Library(模拟)(简单)Berland National Library has recently been built in the capital of Berland. In addition, in the library you can take any of the collected works of Berland leaders, the library has a reading room....
分类:
其他好文 时间:
2015-08-07 14:48:09
阅读次数:
143
Berland National Library has recently been built in the capital of Berland. In addition, in the library you can take any of the collected works of Ber...
分类:
其他好文 时间:
2015-08-06 22:15:03
阅读次数:
135
//entry.jsrequire("!style!css!./style.css");require("./hello.jsx");// document.write("It works.");document.write(require("./content.js"));//hello.jsxv...
分类:
Web程序 时间:
2015-08-06 10:43:44
阅读次数:
170
DescriptionThe GeoSurvComp geologic survey company is responsible for detecting underground oil deposits. GeoSurvComp works with one large rectangular...
分类:
其他好文 时间:
2015-08-05 21:44:06
阅读次数:
100
PIGS
Time Limit: 1000MS
Memory Limit: 10000K
Total Submissions: 18123
Accepted: 8246
Description
Mirko works on a pig farm that consists of M locked pig-houses and...
分类:
其他好文 时间:
2015-08-05 16:26:59
阅读次数:
107