码迷,mamicode.com
首页 >  
搜索关键字:it works    ( 763个结果
JS模块化工具requirejs教程(一):初识requirejs
正常编写方式index.html: body a.js:function fun1(){ alert("it works");}fun1();可能你更喜欢这样写(function(){ function fun1(){ ale...
分类:Web程序   时间:2015-08-13 17:31:32    阅读次数:120
多进程监控自动关机工具升级远程关闭多台server——C# works with PowerShell
之前给单位做过一个多进程监控的自动关机工具,详见那篇blog。这次领导又加了需求,说要等进程监控结束后,不止需要关闭主控端server,还需要关闭其他servers。于是就用到了我上篇文章所介绍的知识——通过PowerShell来远程管理计算机。由于PowerShell和C#都是基于.NET的,所以...
分类:Windows程序   时间:2015-08-13 17:13:50    阅读次数:395
Eclipse The hierarchy of the type … is inconsisten
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
Tomcat源码解析(一)下载源码与导入eclipse
自从写web程序以来,web程序是如何在Tomcat中运行的一直困惑着我,不知道底层的运行机制是无法真正理解web的,所以就开始研究Tomcat源码,Tomcat是一个轻量级的java服务器,再结合《How Tomcat works》和网上大牛博客之后,也算知道了内部的运行架构。     首先去官网下载Tomcat源码,我下载的是apache-tomcat-7.0.63-src(在这里下载),因...
分类:系统相关   时间:2015-08-09 12:35:21    阅读次数:189
pipelineDB里Combine用法
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(模拟)(简单)
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
Codeforces Round #Pi (Div. 2)——set——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 Ber...
分类:其他好文   时间:2015-08-06 22:15:03    阅读次数:135
React with webpack
//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
广度搜索(2)
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
POJ 1149--PIGS 【最大流 && 处理重边 && 经典建模】
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
763条   上一页 1 ... 47 48 49 50 51 ... 77 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!