到目前位置,afinal开发框架也是用了hao'chang'shi...
分类:
移动开发 时间:
2014-07-18 18:10:20
阅读次数:
255
Spring Framework 4.0 学习整理。
Spring框架的核心部分就是Ioc容器,而Ioc控制的就是各种Bean,一个Spring项目的水平往往从其XML配置文件内容就能略知一二,很多项目,往往是外包公司的项目,配置文件往往是乱七八糟,抱着能跑就行,不报错就行的态度去写,然后在项目中后期发现各种缺失又去一通乱补,其结果就是,整个文档可读性极差,毫无章法。这也不能怪写这个XML的人,...
分类:
编程语言 时间:
2014-07-18 18:01:46
阅读次数:
285
通过PowerShell卸载所有的SharePoint 2010 解决方案...
分类:
其他好文 时间:
2014-07-18 18:04:33
阅读次数:
153
本篇文章讲讲我在实验室的日子及我的学业,以飨读者。...
分类:
其他好文 时间:
2014-07-18 18:12:16
阅读次数:
283
Surround the Trees
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 7203 Accepted Submission(s): 2752
Problem Description
There are a...
分类:
其他好文 时间:
2014-07-18 18:03:10
阅读次数:
195
最近在家想把联想超极本重装系统,可是发现想简单了,预装WIN8的本本用的是UEFI+GPT模式,以前老毛桃装系统那一套不好用了,所以百度了一些方案,还没试,先记着。1. WIN8先说装WIN8,貌似比较简单,参考: http://www.pcbeta.com/forum.php?mod=viewth...
Crashing RobotsTime Limit: 1000 MS Memory Limit: 65536 KB64-bit integer IO format: %I64d , %I64u Java class name: Main[Submit] [Status] [Discuss]Descr...
分类:
其他好文 时间:
2014-07-18 18:16:05
阅读次数:
308
print后用一个逗号结尾就可以禁止输出换行,例子如下>>> i=0>>> while i >> i=0>>> while i < 3: print i, i+=1 0 1 2
分类:
编程语言 时间:
2014-07-18 18:16:39
阅读次数:
574
DescriptionRailway tickets were difficult to buy around the Lunar New Year in China, so we must get up early and join a long queue…The Lunar New Year ...
分类:
其他好文 时间:
2014-07-18 18:17:12
阅读次数:
280
按照 演示的代码 直接运行会出错,大家需要调整方式。http://koajs.cn/要安装以下$ npm install -g n$ n 0.11.12$ node --harmony my-koa-app.js注意:现在你直接在命令行中运行:node hello.js 是会报错的。错误一般如下:f...
分类:
其他好文 时间:
2014-07-18 18:16:56
阅读次数:
660
JQuery代码更多JQUEYR幻灯片,JS幻灯片,请访问代码家园HTML 转载请注明:代码家园JQue...
分类:
Web程序 时间:
2014-07-18 18:17:27
阅读次数:
267
Given an unsorted array of integers, find the length of the longest consecutive elements sequence.For example,Given[100, 4, 200, 1, 3, 2],The longest ...
分类:
其他好文 时间:
2014-07-18 18:17:46
阅读次数:
290
Another recursion-style problem.1. Each count of sub-solution with a certain root should contribute to final count2. With a certain root, the num of l...
分类:
其他好文 时间:
2014-07-18 18:18:01
阅读次数:
187
【C# ValueTypes】1、哪些类型是ValueType?The value types consist of two main categories:StructsEnumerationsStructs fall into these categories:Numeric typesInte...
分类:
其他好文 时间:
2014-07-18 18:18:20
阅读次数:
217
@{ ViewBag.Title = "Home Page";} 上传 取消上传 public string Upload(FormContext from) { var file ...
分类:
Web程序 时间:
2014-07-18 18:18:34
阅读次数:
225
SELECT a.id ,b.order_id,b.attr FROM tourist_order a LEFT JOIN order_attr b ON a.id = b.order_id AND b.attr='order_status' WHERE b.order_id IS NUL...
分类:
数据库 时间:
2014-07-18 18:18:52
阅读次数:
218
hudson工程启动的方式:1、定时启动2、和hg结合,发现有新修改的时候,进行启动,可以设置在某些目录下的修改3、手动的启动4、hudson工程直接互相启动,一个hudson工程启动另一个hudson工程hudson功能有:1、进行代码的静态检测,pclint 等2、进行模块的重新编译,有分为增量...
分类:
其他好文 时间:
2014-07-18 18:19:08
阅读次数:
178