使用checkstyle时遇到问题,错误提示:Fileset from project [projectname] has no valid check configuration。原因是项目根目录的.checkstyle文件中的<fileset name="all" enabled="true" check-config-name="yt_check" local="false">必
在ie9与ie10遇到个js问题。错误如下:SCRIPT5011: 不能执行已释放 Script 的代码jquery-1.6.3.min.js, 行2 字符11761用模态方式打开个窗口,对于返回对象使用“==”与字符串比较时出现错误。原因是生成对象的窗口已经被销毁了。这个对象的valueOf与toString方法调时会出现上述错误。
http://www.zousky.com/index.php/archives/996.html
消息: 缺少 ')'行: 2字符: 14568代码: 0URI: 原因是ie某些版本有问题,指定下字符集就可以了。<script type="text/javascript" src="<%=request.getContextPath()%>/js/jquery-1.8.2.min.js" charset="UTF-8"></script>
### The error may exist in cn/survey/online/mapper/GenericMapper.xml### The error may involve cn.survey.online.mapper.GenericMapper.getCityInfo-Inline### The error occurred while setting parameters###
this.openParam.thumb_height = parseInt($(this.thumb).css("top"), 10);javamail:https://java.net/projects/javamail/pages/Home
background-position,background-repeat等属性不起作用。原因是在css文件中 url(xxxxx ) no-repeat;是分开定义的。而且background定义到background-position,background-repeat后面了,把background放在前面问题解决。
spring-config.xml<context:property-placeholder ignore-resource-not-found="true" location="classpath:/db.properties,log4j.properties"/> <bean id="txManager" class="org.springframework.jdbc.dat
遇到一个很傻的问题。表现:画面可以访问到资源文件(css,js等),刷新下,访问不到,再刷新,又可以访问到。画面出错java.lang.NullPointerException com.lee.web.interceptor.MainInterceptor.postHandle(MainInterceptor.java:30) org.springframework.web.s
document.write('<script type="text/javascript" src="./common.js"></script>') Point = function(ctx){ if (typeof(ctx) !== "undefined") { this.ctx = ctx } this.weight = 5; v
http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.11/themes/black-tie/jquery-ui.csshttp://ajax.googleapis.com/ajax/libs/jqueryui/1.8.11/themes/blitzer/jquery-ui.csshttp://ajax.googleapis.com/ajax/libs
开始学习backbone,会把一些心得等记录在这里官方资料篇--------------------------------------------------------------1.支持override,调用父类的方法:var Library = Backbone.Model.extend({ constructor: function() { this.books = ne
禁止末尾追加空行:set noendofline binary设置默认配色方案colorscheme elflord自动折行(显示用):set wrap 设置自动折行:set nowrap 设置不自动折行
最近做项目,数据量非常大,都是上百万数量级的。发现很多以前习惯的写SQL的方式会导致执行的非长慢。总结一下,以便以后查阅。1,网上说的很多的,防止索引无效的方法以及基本规范,这里就不多说了。2,关于表结合,哪怕是inner,当超过5张时,所消耗的时间比4张时多的多,这时可以考虑将某张中间表(和A表结合,取某字段,目的是和D表结合)直接加在需要用到的表的EXISTS条件。3,不要无限制的使用pre
1.新建type strcat_type -- 定义类型 聚合函数的本质就是一个对象 create or replace type strcat_type as object ( &nbs
Copyright © 2005-2024 51CTO.COM 版权所有 京ICP证060544号