- 博客(47)
- 资源 (17)
- 收藏
- 关注
原创 浅析MySql语句优化
package beetlsql;import org.beetl.sql.core.*;import org.beetl.sql.core.db.DBStyle;import org.beetl.sql.core.db.MySqlStyle;import org.beetl.sql.core.query.Query;import org.beetl.sql.ext.DebugInte...
2019-03-27 18:17:33
225
1
原创 在 Java 中如何优雅地判空
package NullObject;import java.util.Optional;public class Test { public static void main(String[] args) { //空值处理1 Factory.get(new Depedency()).operation(); //空值处理2 ...
2019-03-26 15:42:05
1445
原创 jQuery EasyUI学习总结
jQuery EasyUI节点树的使用总结取消所有节点//取消所有选中的节点 var node = $('#tree').tree('getRoot');//获取根节点 $('#tree').tree('uncheck', node.target);//根节点取消,所有就取消Form表单的使用总结easyui-textbox 和 easyui-validatebox 设置值和...
2018-11-19 11:27:27
261
1
原创 总结几种访问webservice接口的方式
使用axis2下载axis2-1.6.4 axis2-1.6.4解压在bin目录下运行:wsdl2java -uri http://fy.webxml.com.cn/webservices/EnglishChinese.asmx?wsdl -p com.xing.tif.axis2.cient -o H:\axis将生成的资源文件(java)拷贝到项目中使用开源的webservice...
2018-10-11 16:20:38
4984
转载 Spring IOC容器中Bean的生命周期
Spring IOC容器中Bean的生命周期Spring IOC容器可以管理Bean的生命周期,Spring允许在Bean的生命周期的特定点执行定制的任务。Spring IOC容器对Bean的生命周期进行管理的过程: -通过构造器或工厂方法创建Bean实例。 -为Bean的属性设置值和对其他Bean的引用。 -调用Bean的初始化方法。 -Bean可以使用了。 -当容器关闭时,调
2018-01-23 07:59:09
240
转载 异常:Project configuration is not up-to-date with pom.xml解决方案
异常:Project configuration is not up-to-date with pom.xml解决方案
2016-08-08 16:45:58
402
转载 Java compiler level does not match解决方法
Java compiler level does not match解决方法
2016-08-08 16:37:32
532
转载 Dmaven.multiModuleProjectDirectory system property is not set
eclipse中使用maven插件的时候,运行run as maven build的时候报错 -Dmaven.multiModuleProjectDirectory system propery is not set.
2016-08-05 14:52:34
288
转载 解决Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (gbk_chinese_ci,IMPLICIT) for operation
解决Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (gbk_chinese_ci,IMPLICIT) for operation ‘
2016-08-02 14:08:03
1693
转载 solr出现以下异常信息
org.apache.http.impl.conn.SchemeRegistryFactory.createSystemDefault()Lorg/apache/http/conn/scheme/SchemeRegistry;
2016-07-24 14:25:15
643
axis2解析webservice接口
2018-10-11
meseg4j分词技术
2016-07-22
markdown的使用
2016-06-01
slf4j所需的架包
2016-05-30
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人