2016年10月19日
摘要: <insert id="tops_visa_openapi_jvisaproduct.batchinsert" parameterClass="java.util.List"> <iterate conjunction=""> insert into tops_visa_openapi.jvisap 阅读全文
posted @ 2016-10-19 15:47 wodo2008 阅读(457) 评论(0) 推荐(0) 编辑
  2016年10月8日
摘要: 1. ERROR: You seem to not have installed ALSA 0.9.1 or higher. 不需要从ALSA官网下载alsa-dev和alsa-drive, ubuntu提供包的 执行: sudo apt-get install libasound2-dev 阅读全文
posted @ 2016-10-08 21:16 wodo2008 阅读(145) 评论(0) 推荐(0) 编辑
  2016年8月15日
摘要: 在方法中定义使用的this关键字,它的值是当前对象的引用.也就是说你只能用它来调用属于当前对象的方法或者使用this处理方法中成员变量和局部变量重名的情况.而且,更为重要的是this和super都无法出现在static 修饰的方法中,static 修饰的方法是属于类的,该方法的调用者可能是一个类,而 阅读全文
posted @ 2016-08-15 15:51 wodo2008 阅读(122) 评论(0) 推荐(0) 编辑
摘要: I was having a problem with a grid toolbar template because of a # in a hrefWorked out that I needed to excape the # with \\\ and not \\<script type=" 阅读全文
posted @ 2016-08-15 11:32 wodo2008 阅读(624) 评论(0) 推荐(0) 编辑
  2016年8月8日
摘要: sh script/upload-tops-front.s 阅读全文
posted @ 2016-08-08 18:06 wodo2008 阅读(102) 评论(0) 推荐(0) 编辑
  2016年8月5日
摘要: 1,当出现无法创建bean,( Error creating bean with name 'fileUploadService': Injection of resource dependencies failed; nested exception is org.springframework. 阅读全文
posted @ 2016-08-05 09:27 wodo2008 阅读(120) 评论(0) 推荐(0) 编辑
  2016年8月3日
摘要: 1,<div type="word-wrap: break-word;word-break:break-all;"> </div> 2, <div type="white-space:normal; width:200px;“> </div> 或 <div id="wrap">正常文字的换行(亚洲文 阅读全文
posted @ 2016-08-03 14:20 wodo2008 阅读(808) 评论(0) 推荐(0) 编辑
  2016年7月18日
摘要: 1. .html()用为读取和修改元素的HTML标签 对应js中的innerHTML .html()是用来读取元素的HTML内容(包括其Html标签),.html()方法使用在多个元素上时,只读取第一个元素 2. .text()用来读取或修改元素的纯文本内容 对应js中的innerText text 阅读全文
posted @ 2016-07-18 20:33 wodo2008 阅读(168) 评论(0) 推荐(0) 编辑
摘要: 一,jQuery.attr() 函数详解: http://www.365mini.com/page/jquery-attr.htm 二,jQuery函数attr()和prop()的区别: http://www.365mini.com/page/jquery-attr-vs-prop.htm 阅读全文
posted @ 2016-07-18 20:12 wodo2008 阅读(216) 评论(0) 推荐(0) 编辑
摘要: ajaxSubmit(obj)方法是jQuery的一个插件jquery.form.js里面的方法,所以使用此方法需要先引入这个插件。如下所示: 代码如下: <script src="http://code.jquery.com/jquery-1.11.0.min.js"></script> <scr 阅读全文
posted @ 2016-07-18 20:03 wodo2008 阅读(239) 评论(0) 推荐(0) 编辑