编程语言[总排行] [月排行] [周排行] [日排行]
昨天刚看完BlockingQueue觉得好高级啊,今天扫到1.7就发现了升级版。。。。如果对内容觉得不够充分,可以去看http://www.cs.rochester.edu/u/scott/papers/2009_Scherer_CACM_SSQ.pdf就是作者的论文啦,纯英文。。。比较难啃,但是我...
分类:编程语言 时间:2014-06-18 22:07:55 阅读:192
Autowiring of fields failed; nested exception is...........Error creating bean with name 'siteOperaterFactory': Autowiring of fields fa ...........jav...
分类:编程语言 时间:2014-06-18 22:12:24 阅读:221
----struts2.1.8---- struts2-core-2.1.8.1.jar struts2核心包struts2-json-plugin-2.1.8.1.jar struts2的json插件--var s = {name:"zhangs",age:"18"}struts2-s...
分类:编程语言 时间:2014-06-18 22:18:46 阅读:274
When you know that a certain condition will not change throughout the life of the program, it makes sense to test the condition only once. Browser sni...
分类:编程语言 时间:2014-06-18 22:35:12 阅读:341
package jvm;public class HeapCrash { public static void main(String[] args) { //Object[] o = {“abc”};初始值赋值,不会有影响。 Object[] o ...
分类:编程语言 时间:2014-06-18 22:36:27 阅读:455
1.游戏背景介绍(写在前面的废话):五月初的某天,看到某网推荐了这款游戏,Pongo,看着还不错的样子就用ipad下下来试玩了下,玩了两局感觉还错挺过瘾的,因为是手欠类游戏嘛大家懂的。但是没一会发现游戏在ipad似乎有些bug,玩一会就会卡住然后只能强退了,真是揪心,记录还等..
分类:编程语言 时间:2014-06-16 17:23:23 阅读:366
package上机练习; publicclassA02class{ Stringnames[]=newString[30]; publicvoidshowA(Stringname){ for(inti=0;i<names.length;i++){ if(names[i]==null){ names[i]=name; break; } } } publicvoidshowB(){ System.out.println("\t客户列表显..
分类:编程语言 时间:2014-06-16 15:26:12 阅读:287
package本章总结; publicclassA02class{ doubleMoney=0; publicdoubleshowA(doublemoney,intchoice){ switch(choice){ case1: Money=(money+money*0.0603)/36; break; case2: Money=(money+money*0.0612)/60; break; case3: Money=(money+money*0.0..
分类:编程语言 时间:2014-06-16 17:34:47 阅读:754
分类:编程语言 时间:2014-06-16 17:18:13 阅读:168
一、什么是AOP。AOP(AspectOrientProgramming),也就是面向切面编程。可以这样理解,面向对象编程(OOP)是从静态角度考虑程序结构,面向切面编程(AOP)是从动态角度考虑程序运行过程。二、AOP的作用。常常通过AOP来处理一些具有横切性质的系统性服务,如事物管理、安全检查..
分类:编程语言 时间:2014-06-16 18:08:38 阅读:225
144647446484464945345
上一页453443下一页
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!