随笔分类 - java相关
关于java的相关知识记录
摘要:mvn install:install-file -Dfile=jar包的位置 -DgroupId=上面的groupId -DartifactId=上面的artifactId -Dversion=上面的version -Dpackaging=jar那么,aboutivy的本地仓库又该如何添加jar包...
阅读全文
摘要:hamcrest-junit-2.0.0.0.jar java-hamcrest-2.0.0.0.jar copy to ant-sourceCodeDir/lib/optimal
阅读全文
摘要:/** * @Author: weblee * @Email: likaiweb@163.com * @Blog: http://www.cnblogs.com/lkzf/ * @Time: 2015年2月18日上午10:03:42 * ************* function ...
阅读全文
摘要:download flying sauser:unzip flyingsaucer-master.zipcd flyingsaucer-master/mvn installls -alcd flying-saucer-core/cd target/ls -alpwdso you can get th...
阅读全文
摘要:General Purpose Hash Function Algorithmspost@: http://www.partow.net/programming/hashfunctions/index.html ...
阅读全文
摘要:/* * BitSets are packed into arrays of "words." Currently a word is * a long, which consists of 64 bits, requiring 6 address bits. * The ...
阅读全文
摘要:反射的基石 Class类对比提问: Person类代表人,它的实例对象就是张三,李四这样一个个具体的人, Java程序中的各个Java类属于同一类事物,描述这类事物的Java类名就是Class。对比提问:众多的人用一个什么类表示?众多的Java类用一个什么类表示?人 PersonJava类 Clas...
阅读全文
摘要:Java语言写的源程序通过Java编译器,编译成与平台无关的‘字节码程序’(.class文件,也就是0,1二进制程序),然后在OS之上的Java解释器中解释执行,而JVM是java的核心和基础,在java编译器和os平台之间的虚拟处理器JAVA和JVM运行的原理1.Java语言运行的过程Java语言...
阅读全文
摘要:0.快捷键================================================================================编辑:Ctrl+Shift+L显示所有快捷键Ctrl+K参照选中的词(Word)快速定位到下一个Ctrl+Shift+K参照选中的...
阅读全文
摘要:import com.sun.image.codec.jpeg.* 找不到包在Myeclipse中编译项目时,如果提示类似 com.sun.image.codec.jpeg.* 下:import com.sun.image.codec.jpeg.JPEGCodec;import com.sun.im...
阅读全文
摘要:问题:ERRORorg.springframework.web.context.ContextLoader:(ContextLoader.java:215)-Contextinitializationfailedorg.springframework.beans.factory.BeanCreati...
阅读全文
浙公网安备 33010602011771号