雕刻时光

just do it……nothing impossible
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 2 3 4 5 6 7 ··· 50 下一页

2017年3月23日

摘要: 有时候明明有bean,spring找不到bean,这时候需要mvn clean下,有时候xml文件不会每次都编译,改了不clean可能不会生效。 阅读全文

posted @ 2017-03-23 10:42 huhuuu 阅读(502) 评论(0) 推荐(0) 编辑

2017年2月9日

摘要: 方法 loadClass()抛出的是 java.lang.ClassNotFoundException异常(一般是jar冲突或者没有引入jar);方法 defineClass()抛出的是 java.lang.NoClassDefFoundError异常(一般是类初始化异常)。 阅读全文

posted @ 2017-02-09 17:56 huhuuu 阅读(325) 评论(0) 推荐(0) 编辑

2017年1月24日

摘要: xshell 可能无法正常显示中文,即使选择了utf-8编码也不生效。 1:输入:echo $LANG 显示:en_US.UTF-8 2、输入:export LANG=zh_CN.UTF-8 3、 输入:echo $LANG 显示:zh_CN.UTF-8 4、这时候选择了utf-8编码就正常显示中文 阅读全文

posted @ 2017-01-24 10:23 huhuuu 阅读(605) 评论(0) 推荐(0) 编辑

2017年1月13日

摘要: 问题:某个字段的类型为text(或者mediumtext,longtext)的时候,用selectByQuery语句查询出来的结果不包含该字段内容。 myibatis 用mybatis-generator自动生成以后,text,mediumtext,longtext跟普通的varchar,char类 阅读全文

posted @ 2017-01-13 20:42 huhuuu 阅读(1460) 评论(0) 推荐(0) 编辑

2017年1月10日

摘要: response.sendRedirect(url); 阅读全文

posted @ 2017-01-10 16:16 huhuuu 阅读(139) 评论(0) 推荐(0) 编辑

摘要: 第一种: 复制代码代码如下: <script language="javascript" type="text/javascript"> window.location.href="jb51.jsp?backurl="+window.location.href; </script> 第二种: 复制代 阅读全文

posted @ 2017-01-10 16:13 huhuuu 阅读(251) 评论(0) 推荐(0) 编辑

2017年1月9日

摘要: 1、import Form from '../pages/form/view' 与 import Form from '../pages/form/container'的区别: 前者只是引入view.js 后者会引入包括container.js里面包括的所以js! 2、debugger 这个句子直接 阅读全文

posted @ 2017-01-09 10:34 huhuuu 阅读(126) 评论(0) 推荐(0) 编辑

2017年1月5日

摘要: <div id="myInfo" style={{width:'100%',height:'100%', overflow:'scroll'}}></div> 无效 <div id="myInfo" style={{width:'100%',height:'620px', overflow:'scr 阅读全文

posted @ 2017-01-05 16:18 huhuuu 阅读(309) 评论(0) 推荐(0) 编辑

2016年12月30日

摘要: 转-http://www.cnblogs.com/wangshuo1/p/react_native_02.html Sublime Text是一个代码编辑器。也是HTML和散文先进的文本编辑器。漂亮的用户界面和非凡的功能,例如:迷你地图,多选择Python插件,代码段等等。完全可自定义键绑定,菜单和 阅读全文

posted @ 2016-12-30 14:57 huhuuu 阅读(237) 评论(0) 推荐(0) 编辑

2016年12月29日

摘要: 转自:http://blog.csdn.net/tan3739/article/details/7555665 Exception in thread "main" Java.lang.ExceptionInInitializerError at com.test.Test.main(Test.ja 阅读全文

posted @ 2016-12-29 21:04 huhuuu 阅读(326) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 ··· 50 下一页