上一页 1 ··· 58 59 60 61 62 63 64 65 66 ··· 72 下一页
摘要: package com.yd.ifm.client.caller.util.http; import java.util.Map; import com.yd.ifm.client.caller.model.ResponseData; import com.yd.ifm.client.caller.util.http.HttpEnum.ContentTypeEnum; public int... 阅读全文
posted @ 2017-09-15 11:04 tonggc1668 阅读(152) 评论(0) 推荐(0)
摘要: public enum StatCode { NORMAL(0,"正常"), FLAME_OUT(1,"熄火"), NOT_INSTALL(2,"未安装"), NOT_LOCATE(3,"未定位"), POWER_CUT(4,"断电"), NOT_ONLINE1(11,"离线I"), NOT_ONLINE2(12,"离线II"), ... 阅读全文
posted @ 2017-09-15 10:51 tonggc1668 阅读(150) 评论(0) 推荐(0)
摘要: rm -rf /tmp/wiq.warcp /u02/wms_dev/wiq-app/wars/wiq.war /tmpcd /tmp jar xvf wiq.war vim WEB-INF/classes/log4j.propertiesjar uvf wiq.war WEB-INF/classe 阅读全文
posted @ 2017-09-14 10:43 tonggc1668 阅读(581) 评论(0) 推荐(0)
摘要: /path/to/local/repo --> D:\repository true --> false --> com.your.plugins --> optional true http proxyuser proxypass ... 阅读全文
posted @ 2017-09-13 12:26 tonggc1668 阅读(295) 评论(0) 推荐(0)
摘要: /path/to/local/repo --> /var/m2/repository true --> false --> com.your.plugins --> optional true http proxyuser p... 阅读全文
posted @ 2017-09-12 17:59 tonggc1668 阅读(232) 评论(0) 推荐(0)
摘要: import java.io.ByteArrayOutputStream; import java.io.InputStream; import java.util.HashMap; import java.util.Map; import org.apache.commons.httpclient.NameValuePair; import org.apache.commons.httpcl... 阅读全文
posted @ 2017-09-12 15:52 tonggc1668 阅读(166) 评论(0) 推荐(0)
摘要: spring注入类没有构造函数,注入成功抽象类,注入失败不写bean注入的名字,默认是bean第一个字母小写的名字,但是bean名字开头是两个大写,则默认是bean的名字前面所有大写都变小写@Autowired注入,类型对,变量名称不对,注入成功@Autowired注入,类型是父类或接口,配置了多个 阅读全文
posted @ 2017-09-11 10:15 tonggc1668 阅读(400) 评论(0) 推荐(0)
摘要: import org.springframework.beans.factory.annotation.Autowired;import org.springframework.beans.factory.config.AutowireCapableBeanFactory;import org.sp 阅读全文
posted @ 2017-09-09 17:00 tonggc1668 阅读(312) 评论(0) 推荐(0)
摘要: 包外面不能访问类TestBeanDefault dd为父类实例其实是子类的cglib的代理对象 阅读全文
posted @ 2017-09-09 13:51 tonggc1668 阅读(428) 评论(0) 推荐(0)
摘要: 静态工厂方法 阅读全文
posted @ 2017-09-09 12:53 tonggc1668 阅读(184) 评论(0) 推荐(0)
上一页 1 ··· 58 59 60 61 62 63 64 65 66 ··· 72 下一页