随笔分类 - java
java学习中遇到的问题
摘要:进入项目的目录 git init 产生一个.git/的目录 …or push an existing repository from the command line git remote add origin https://github.com/852438143/spider.git git
阅读全文
摘要:http://www.cnblogs.com/chenssy/p/3388487.html 先放个网址过两天再深入学习
阅读全文
摘要:在做struts2时导包完成发现Struts2 ERROR StatusLogger No log4j2 configuration file found. Using default configuration: logging log4j2的配置文件没找到去struts2-blank下、WEB-
阅读全文
摘要:项目中的jdk1.7不支持。说明项目是其他版本jdk编译的,在eclipse里运行时会报版本不支持。 解决办法: 法1,选中项目 Properties , 选择 Project Facets,右击选择 Java , Change Version 即可 法2,在 项目的目录下有一个.settings的
阅读全文
摘要:http://www.verydemo.com/demo_c140_i1853.html http://www.yiibai.com/struts_2/struts_localization.html
阅读全文
摘要:struts2标签 http://zhidao.baidu.com/question/88668316.html?fr=qrl&index=0
阅读全文
摘要:转自http://blog.163.com/seara520@126/blog/static/72069304201032081730286/ http://blog.sina.com.cn/s/blog_7ffb8dd5010149u5.html http://www.cnblogs.com/Cr
阅读全文
摘要:转自 https://segmentfault.com/q/1010000002615805 Class 首先是个Class对象,描述的意思是构建T这个类型的模板,即获取这个类型的类,就是个类型 T 是个T对象,描述的意思是这个对象是T这个类型。 打个比方,T=人的时候,T a 表示的意思是:a=具
阅读全文
摘要:一 : 1、打开windows的dos命令界面 2、进入项目的pom.xml文件所在目录 3、输入:mvn dependency:copy-dependencies -DoutputDirectory=D:\lib -DincludeScope=compile -DoutputDirectory=D
阅读全文
摘要:原文转自 http://www.cnblogs.com/shengs/p/5516964.html 所谓的"约定优于配置",在maven中并不是完全不可以修改的,他们只是一些配置的默认值而已。但是使用者除非必要,并不需要去修改那些约定内容。maven默认的文件存放结构如下: /项目目录 pom.xm
阅读全文
摘要:public class TestCompareTo { public static void main(String[] args){ Integer a = new Integer(12); Integer b = new Integer(15); Integer c = new Integer
阅读全文
浙公网安备 33010602011771号