汤姆熊猫

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2015年7月28日

摘要: webui与webapi不在同域下,如下图使用ajax请求webapi时,会发生跨域问题,解决方案为:在webapi层追加cors-filter解决将附件的cors-filter和java-property-utils-1.9.1放到lib目录下,并配置web.xml的filter,设置为以下: ... 阅读全文
posted @ 2015-07-28 21:34 汤姆熊猫 阅读(267) 评论(0) 推荐(0) 编辑

2015年7月7日

摘要: HTML5 UI design based on Google Materialhttp://daemonite.github.io/material/https://github.com/daemonite/material 阅读全文
posted @ 2015-07-07 14:04 汤姆熊猫 阅读(216) 评论(0) 推荐(0) 编辑

2015年7月6日

摘要: QuaggaJS完全使用JS编写的条形码扫描程序库QuaggaJS是一种条形码扫描程序,完全使用JavaScript编写,支持对各种类型的条形码——像EAN和CODE128——的实时定位和解码。尽管已经存在各种各样的条形码库,但它还是从头编写的,而并没有从流行的zxing库移植过来。 QuaggaJ... 阅读全文
posted @ 2015-07-06 15:35 汤姆熊猫 阅读(1120) 评论(0) 推荐(0) 编辑

2015年7月3日

摘要: 当表间有One2Many或Many2One时,会发生无限循环的场景,如何破?只要在Set方法前增加以下注解即可: @JsonIgnore public Set xxxs() { return this.xxxYyyy; } 阅读全文
posted @ 2015-07-03 14:56 汤姆熊猫 阅读(510) 评论(0) 推荐(0) 编辑

摘要: X-editable支持Bootstrap、jQueryUI、jQuerySummernote- Super Simple WYSIWYG editor on Bootstraphttp://vault.centos.org/6.3/os/x86_64/Packages/ 阅读全文
posted @ 2015-07-03 14:10 汤姆熊猫 阅读(194) 评论(0) 推荐(0) 编辑

2013年2月17日

摘要: http://www.wix.com/website/templates 阅读全文
posted @ 2013-02-17 11:43 汤姆熊猫 阅读(149) 评论(0) 推荐(0) 编辑

摘要: A Versatile and Expandable jQuery Plotting Plugin!站内下载:http://files.cnblogs.com/tompandas/jquery.jqplot.1.0.5r1122.zip 阅读全文
posted @ 2013-02-17 11:08 汤姆熊猫 阅读(263) 评论(0) 推荐(0) 编辑

2012年10月1日

摘要: 原文:http://www.w3.org/TR/2011/WD-html-media-capture-20110414/使用HTML5调用手机设备的方法。API地址The Media Capture API:http://www.w3.org/TR/media-capture-api/HTML Media Capture API:http://www.w3.org/TR/2011/WD-html-media-capture-20110414/System InformationAPI:http://www.w3.org/TR/2010/WD-system-info-api-20100202/O 阅读全文
posted @ 2012-10-01 09:39 汤姆熊猫 阅读(292) 评论(0) 推荐(0) 编辑

摘要: jquery.qrcode.js是Jquery的一个插件,可在浏览器上生成QRCODE,并将生成的QRCODE嵌入到你的网页中。使用方法:<script type="text/javascript" src="jQuery.qrcode.min.js"></script><div id="qrcode"></div>jquery('#qrcode').qrcode("this plugin is great");Please indicate the 阅读全文
posted @ 2012-10-01 09:24 汤姆熊猫 阅读(3171) 评论(2) 推荐(0) 编辑

2012年8月12日

摘要: http://lagoscript.org/jquery/flickable/documentation的连接貌似被墙了,所以在这里记录一下。------------------------------------jQuery.flickableiPhone and Android like flick scrolling pluginOptions第一引数にオブジェクトを渡すことでオプションを設定することができます。初期化後はoptionメソッドで設定を変更できます。cancelType:Element, SelectorDefault:マッチした要素のフリック操作をキャンセルする。$(&# 阅读全文
posted @ 2012-08-12 18:52 汤姆熊猫 阅读(402) 评论(0) 推荐(0) 编辑