2016年6月21日
摘要: Polygons are made of Paths which are just MVCArrays (in this case, they're a list of LatLng objects). MVCArrays have three events: insert_at, remove_a 阅读全文
posted @ 2016-06-21 17:11 qinyahui 阅读(268) 评论(0) 推荐(0) 编辑
  2016年6月20日
摘要: 具体参考:https://github.com/jondavidjohn/payform 插件js: jquery.payform.js 具体操作 阅读全文
posted @ 2016-06-20 09:59 qinyahui 阅读(571) 评论(0) 推荐(0) 编辑
  2016年6月1日
摘要: 普通html方式展示<select name="viewType" style="width: 100%;height: 300px;" multiple="multiple"> <option value selected>选择排序/显示方式</option> <optgroup label="排 阅读全文
posted @ 2016-06-01 15:23 qinyahui 阅读(819) 评论(0) 推荐(0) 编辑
  2016年5月30日
摘要: anguarjs中当遇到modal嵌套modal的时候,比如一个modal弹出啦一个modal1,关闭modal1后,modal本身的关闭功能失效,那么需要$modal来生命弹出的modal1并且关闭 js: To close a $modal that you have opened you ca 阅读全文
posted @ 2016-05-30 15:13 qinyahui 阅读(2036) 评论(0) 推荐(0) 编辑
摘要: jsp: 阅读全文
posted @ 2016-05-30 10:54 qinyahui 阅读(287) 评论(0) 推荐(0) 编辑
  2016年5月29日
摘要: <!doctype html><html lang="en"><head> <meta charset="utf-8"> <title>jQuery UI Sortable - Drop placeholder</title> <link rel="stylesheet" href="https:/ 阅读全文
posted @ 2016-05-29 13:55 qinyahui 阅读(133) 评论(0) 推荐(0) 编辑
  2016年5月24日
摘要: select cast(setting_value as integer) from ud_organization_setting. select cast('123123' as integer) from ud_organization_setting. 阅读全文
posted @ 2016-05-24 17:19 qinyahui 阅读(1612) 评论(0) 推荐(0) 编辑
  2016年5月18日
摘要: javascript: var cityCircle = new google.maps.Circle({ strokeColor: '#FF0000', strokeOpacity: 0.8, strokeWeight: 2, fillColor: '#FF0000', fillOpacity: 阅读全文
posted @ 2016-05-18 15:06 qinyahui 阅读(434) 评论(0) 推荐(0) 编辑
  2016年5月10日
摘要: 1.更改表名 alter table 表名 rename to 新表名 2.更改字段名 alter table 表名 rename 字段名 to 新字段名 3.增加列 ALTER TABLE ud_web_site_configuration ADD COLUMN price_list_id int 阅读全文
posted @ 2016-05-10 15:48 qinyahui 阅读(8302) 评论(0) 推荐(1) 编辑
  2016年5月5日
摘要: select * from (select * from ud_order where user_id=10 and status=2unionselect * from ud_order where user_id=0 and status=2 and order_info->'orderCont 阅读全文
posted @ 2016-05-05 14:59 qinyahui 阅读(2511) 评论(0) 推荐(0) 编辑