码迷,mamicode.com
首页 > 2014年07月18日 > 全部分享
来,咱们自己写一个Android的IOC框架!
到目前位置,afinal开发框架也是用了hao'chang'shi...
分类:移动开发   时间:2014-07-18 18:10:20    阅读次数:255
spring4.0.6最新稳定版新特性学习,简单学习教程(一)
Spring Framework 4.0 学习整理。 Spring框架的核心部分就是Ioc容器,而Ioc控制的就是各种Bean,一个Spring项目的水平往往从其XML配置文件内容就能略知一二,很多项目,往往是外包公司的项目,配置文件往往是乱七八糟,抱着能跑就行,不报错就行的态度去写,然后在项目中后期发现各种缺失又去一通乱补,其结果就是,整个文档可读性极差,毫无章法。这也不能怪写这个XML的人,...
分类:编程语言   时间:2014-07-18 18:01:46    阅读次数:285
通过PowerShell卸载所有的SharePoint 2010 解决方案
通过PowerShell卸载所有的SharePoint 2010 解决方案...
分类:其他好文   时间:2014-07-18 18:04:33    阅读次数:153
程序员的奋斗史(四十三)——大学断代史(七)——在实验室的日子与我的学业
本篇文章讲讲我在实验室的日子及我的学业,以飨读者。...
分类:其他好文   时间:2014-07-18 18:12:16    阅读次数:283
HDUJ 1392 Surround the Trees 凸包
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
【解决】UEFI+GPT模式下装系统(WIN7/WIN8)
最近在家想把联想超极本重装系统,可是发现想简单了,预装WIN8的本本用的是UEFI+GPT模式,以前老毛桃装系统那一套不好用了,所以百度了一些方案,还没试,先记着。1. WIN8先说装WIN8,貌似比较简单,参考: http://www.pcbeta.com/forum.php?mod=viewth...
分类:Windows程序   时间:2014-07-18 18:16:23    阅读次数:301
poj2632 模拟
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
【python】禁止print输出换行的方法
print后用一个逗号结尾就可以禁止输出换行,例子如下>>> i=0>>> while i >> i=0>>> while i < 3: print i, i+=1 0 1 2
分类:编程语言   时间:2014-07-18 18:16:39    阅读次数:574
poj2828 Buy ticket
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
koa 笔记 运行错误
按照 演示的代码 直接运行会出错,大家需要调整方式。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仿最新淘宝网首页带箭头幻灯片,JQuery轮播图
JQuery代码更多JQUEYR幻灯片,JS幻灯片,请访问代码家园HTML 转载请注明:代码家园JQue...
分类:Web程序   时间:2014-07-18 18:17:27    阅读次数:267
【leetcode刷题笔记】Longest Consecutive Sequence
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
LeetCode "Unique Binary Search Trees"
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
【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
MVC无刷新上传图片并显示
@{ ViewBag.Title = "Home Page";} 上传 取消上传 public string Upload(FormContext from) { var file ...
分类:Web程序   时间:2014-07-18 18:18:34    阅读次数:225
mysql sql语句分析
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的使用
hudson工程启动的方式:1、定时启动2、和hg结合,发现有新修改的时候,进行启动,可以设置在某些目录下的修改3、手动的启动4、hudson工程直接互相启动,一个hudson工程启动另一个hudson工程hudson功能有:1、进行代码的静态检测,pclint 等2、进行模块的重新编译,有分为增量...
分类:其他好文   时间:2014-07-18 18:19:08    阅读次数:178
2294条   上一页 1 2 3 4 5 6 7 8 ... 135 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!