the Gemfire consultant add one more parameter to JVM -Djava.nio.channels.spi.SelectorProvider=sun.nio.ch.EPollSelectorProvider to be honest, I had no idea what it was. so I googled it. the key thin...
分类:
编程语言 时间:
2014-08-02 01:57:13
阅读次数:
235
QuicksumTime Limit: 2 Seconds Memory Limit: 65536 KBA checksum is an algorithm that scans a packet of data and returns a single number. The idea is...
分类:
其他好文 时间:
2014-08-01 22:43:32
阅读次数:
333
本提供来自:点击链接加入群【J2EE开发(SSH+IntelliJ IDEA)】:http://jq.qq.com/?_wv=1027&k=QtFTMx package?com.mzq.dao;
import?java.io.Serializable;
import?java.lang.reflect.ParameterizedType;
impo...
分类:
系统相关 时间:
2014-08-01 16:23:52
阅读次数:
431
如下:问题:配置程序运行参数的时候,配置到了"VM options",应该为配置到"Program arguments",如图:
分类:
其他好文 时间:
2014-07-31 12:27:56
阅读次数:
2701
Alt+回车 导入包,自己主动修正Ctrl+N 查找类Ctrl+Shift+N 查找文件Ctrl+Alt+L 格式化代码Ctrl+Alt+O 优化导入的类和包Alt+Insert 生成代码(如get,set方法,构造函数等)Ctrl+E或者Alt+Shift+C 近期更改的代码Ctrl+R 替换文本...
分类:
其他好文 时间:
2014-07-30 23:36:45
阅读次数:
485
Android Lint是很好的检查工具,可以帮助开发者检查很多问题,其中检查android项目重复的资源文件非常有用。
1、命令行下使用
Android Lint有很多命令,具体可以在网上查到。今天主要使用check,这个命令目的是只进行某个或某几个类型的检查,比如只检查无用的资源“lint --check UnusedResources ”。至于都有哪些类型的检查,可以输入命令"l...
分类:
移动开发 时间:
2014-07-30 17:36:04
阅读次数:
206
初 接触?IntelliJ IDEA 13,感觉视觉和操作上都不错,但上手没有 netbeans 容易,特别是 Tomcat 的使用上有很大不同。工程的结构也有区别。从网上找到的,IntelliJ IDEA 的 Project 相当于 netbeans 的工作空间 ...
分类:
其他好文 时间:
2014-07-30 10:15:24
阅读次数:
338
1.如果本地的jdk是32位的,那么最大的内存只能支持到10242.测试jdk位数public class Test {public static void main(String[] args) throws Exception{System.in.read(); }}1.javac Tes...
分类:
其他好文 时间:
2014-07-29 20:55:42
阅读次数:
222
我的创意idea快递公司与地图软件公司合作推出一款软件,通过地图上显示快递运送过程,当快递员快要到达顾客预先设置的地点时,自动发送短信提醒顾客碰头接货,顾客也可以从地图上时时了解快递员的位置。 地理位置...
分类:
其他好文 时间:
2014-07-29 16:21:19
阅读次数:
306
Description
Before ACM can do anything, a budget must be prepared and the necessary financial support obtained. The main income for this action comes from Irreversibly Bound Money (IBM). The idea beh...
分类:
其他好文 时间:
2014-07-29 15:08:28
阅读次数:
232