上一页 1 ··· 46 47 48 49 50 51 52 53 54 ··· 57 下一页
摘要: response.setHeader("Content-type", "text/html;charset=UTF-8"); response.setCharacterEncoding("utf-8"); response.setContentType("text/html;charset=UTF-8"); 阅读全文
posted @ 2017-07-18 17:30 whmmm 阅读(602) 评论(0) 推荐(0)
摘要: <ul class="sidebar-menu" data-widget="tree"> 功能菜单 点击 不隐藏第三级 子菜单。。。。在 admin.min.js 第 660 行 h.prototype.collapse 添加 b.find('.treeview-menu').css('displa 阅读全文
posted @ 2017-07-18 14:45 whmmm 阅读(2572) 评论(0) 推荐(0)
摘要: 另外,java 命名 时 。属性最好不要有 下划线 , 否则 可能会粗错。。。。。 阅读全文
posted @ 2017-07-14 15:21 whmmm 阅读(458) 评论(0) 推荐(0)
摘要: #coding=utf-8 import os import urllib import urllib2 import re from bs4 import BeautifulSoup # 利用 urllib.urlretrieve() 函数进行下载。非常方便 import socket #超时时间 socket.setdefaulttimeout(5) # 一个空文件夹 basedir=... 阅读全文
posted @ 2017-07-14 07:48 whmmm 阅读(200) 评论(0) 推荐(0)
摘要: 与元素类型 "beans" 相关联的属性 "xsi:schemaLocation" 的前缀 "xsi" 未绑定。 解决办法:(绿色字体) 其中 springMvc: 阅读全文
posted @ 2017-07-14 00:41 whmmm 阅读(508) 评论(0) 推荐(0)
摘要: dc-exam src/main/java **/*.properties **/*.xml ... 阅读全文
posted @ 2017-07-13 15:13 whmmm 阅读(470) 评论(0) 推荐(0)
摘要: jetty 9 应 这样配置 tomcat7 插件: 阅读全文
posted @ 2017-07-13 15:12 whmmm 阅读(243) 评论(0) 推荐(0)
摘要: spring 中 的 异常处理 使用的是aspectj <!-- 注解aop,支持注解 --> <aop:aspectj-autoproxy /> 事务 切点配置 <!-- 配置参与事务的类 --> <aop:config expose-proxy="true" proxy-target-class 阅读全文
posted @ 2017-07-13 12:48 whmmm 阅读(190) 评论(0) 推荐(0)
摘要: ** * ErrorCode: * * @author yangzhenlong * @since 2016/7/21 */ @Target({ElementType.METHOD}) @Retention(RetentionPolicy.RUNTIME) @Documented @Inherited public @interface ErrorException { int... 阅读全文
posted @ 2017-07-12 17:03 whmmm 阅读(196) 评论(0) 推荐(0)
摘要: datagrid 总宽度为100 到 95 之间。注意调试。。 或者是96.......... 阅读全文
posted @ 2017-07-12 15:31 whmmm 阅读(113) 评论(0) 推荐(0)
上一页 1 ··· 46 47 48 49 50 51 52 53 54 ··· 57 下一页
//增加一段JS脚本,为目录生成使用