摘要: 阅读全文
posted @ 2014-11-04 20:28 Genji_ 阅读(762) 评论(0) 推荐(0) 编辑
摘要: 在某技术群看到这样的一个面试题目:这是一个4年经验的java 从业者的答案。你的答案是什么呢?正确的答案是true。为什么?其实当使用String a="a"+"b"+1;时,程序会建立一个String缓冲池(Stringpool);把a放入;当再次使用Stirng b="ab1";程序首先会在这个... 阅读全文
posted @ 2014-10-15 20:47 Genji_ 阅读(183) 评论(0) 推荐(0) 编辑
摘要: Go to File > Settings > Gradle you will end up with this screen for setting up your gradle :Also make sure you have Google Repository in your Android ... 阅读全文
posted @ 2014-09-03 15:02 Genji_ 阅读(1302) 评论(0) 推荐(0) 编辑
摘要: Missing styles. Is the correct theme chosen for this layout?Use the Theme combo box above the layout to choose a different layout, or fix the theme st... 阅读全文
posted @ 2014-09-03 01:10 Genji_ 阅读(4779) 评论(0) 推荐(0) 编辑
摘要: 把博通的驱动回滚到6.30.223.102就好了 阅读全文
posted @ 2014-08-22 04:01 Genji_ 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 查看栈 取出OGNL方法数字代表开始寻找值的开始位置action对象默认位于栈顶。对象map栈OGNL#域.对象名.属性EL${sessipnScop.object.name}对于表单内的action后缀问题struts.xml default.properties描述### Used by ... 阅读全文
posted @ 2014-08-08 15:44 Genji_ 阅读(202) 评论(0) 推荐(0) 编辑
摘要: 问题:出现无法识别的问题原因:Strust2.1开始,对于ajax类的标签不再使用 引用而是 解决方法:WEB-INF/lib下面添加struts2-dojo-plugin.jar包;,然后像类似这样的代码 ... 阅读全文
posted @ 2014-06-23 00:53 Genji_ 阅读(860) 评论(0) 推荐(0) 编辑
摘要: 一个小小的Strust2例子然后发现css,js,图片用不了,debugger下发现无法访问这些资源(404错误),妈的,那个例子明明可以的,起码从书上的图片看。发现是web.xml中的过滤器的问题,代码是这样的:web.xml struts2 org.apach... 阅读全文
posted @ 2014-06-01 23:08 Genji_ 阅读(2682) 评论(1) 推荐(3) 编辑
摘要: 插件地址http://plugins.jetbrains.com/plugin/2170?pr=idea安装方法参考http://www.cnblogs.com/nova-/p/3535636.html安装完成后File>Settings>Jindent-Source Code Formatter这... 阅读全文
posted @ 2014-05-31 19:36 Genji_ 阅读(25001) 评论(0) 推荐(1) 编辑
摘要: 问题源于一次chrome内核的更新详细请看http://src.chromium.org/viewvc/blink/trunk/Source/devtools/protocol.json?revision=166228就是说chrome在14年一月的时候更新了一次内核,removes getAllS... 阅读全文
posted @ 2014-05-30 19:54 Genji_ 阅读(7127) 评论(0) 推荐(0) 编辑