
JavaScript
Paulmin
曾在某国际知名银行的软件中心,集团规模全球30万人,开发规范,主要负责证劵报文交易系统的开发。
现在惠州某大型企业工作近一年,主要负责核心分销系统的开发,包括订单处理,物流,仓库库存,运输等等,并且与各大电商(淘宝,京东,1号店等)对接系统。
以上经历我均为主要负责人!
展开
-
[JavaScript] dynamic HTML table with JavaScript
For my record only.I wrote a dynamic HTML table with JavaScript by self whitin few days. It's really painful.. ABC Message Enginevar originJrns = []; originJrns[0]原创 2012-10-12 15:35:06 · 2207 阅读 · 0 评论 -
JQuery 弹出layer
http://sentsin.com/jquery/layer/hello.html转载 2014-05-04 15:03:15 · 566 阅读 · 0 评论 -
JavaScript source map 的意义
详见:http://www.ruanyifeng.com/blog/2013/01/javascript_source_map.html大概转载 2014-05-03 21:01:51 · 1355 阅读 · 1 评论 -
JS点击下载完毕后取消遮罩层
var w;var timer;function win(obj) { obj.disabled=true; w = window.open('xjpwb五笔.zip',"","toolbar=no, location=no, directories=no, status=no, menubar=no"); timer = window.setInterval('ifWinClosed(原创 2014-02-27 22:58:16 · 5884 阅读 · 2 评论 -
ExtJS grid tableGrid study
Q: How to color the text in the gridTry:http://dev.sencha.com/playpen/docs/output/Ext.grid.TableGrid.htmlhttp://www.iteye.com/problems/19221A:http://www.w3school.com.cn/tiy/t.asp?f=jqu原创 2013-10-30 09:46:14 · 1281 阅读 · 0 评论 -
JQuery遍历取element after the specified element
$('input[name="id"]:checked').each(function() { var ele = $(this).nextAll('[id="customSelectUrlEnabled"]'); ele = ele.add($(this).parents('td').nextAll('[id="customSe原创 2013-12-13 13:14:33 · 645 阅读 · 0 评论 -
JQuery api - loading mask layer on page
See below scripts:function showDiv(div_id) { if(!$("#"+div_id)[0]){ $("").appendTo("body"); } var div_obj = $("#"+div_id); var windowWidth = document.body.clientWidth; var转载 2013-10-14 14:41:42 · 1721 阅读 · 0 评论 -
css tutorial
css means cascading style sheets. It's used to describe the HTML element presentation. It can be wrote inside HTML page or a separate .css file:1. inside HTML#id {color:red;}/*selector {pr原创 2013-08-21 13:27:20 · 782 阅读 · 0 评论 -
Interact uploadify3.1 with jsp
== Introduction ==The utility is built on our existing WEB application. In order to bypass the existing login authentication, will only use JSP to implement.原创 2013-05-31 18:30:40 · 1334 阅读 · 0 评论 -
Bootstrap3 Mobile Web App From Paul
胜多负少http://www.cnblogs.com/artech/p/restful-web-api-01.htmlhttp://www.cnblogs.com/artech/p/restful-web-api-02.html原创 2014-04-28 23:23:49 · 1880 阅读 · 0 评论