摘要: 方法1:$('#myform')[0].reset()方法2:How to .reset() form with jQuerySuch jQuery call won’t work:1 2 $('#formId').reset(); // error: $("#formId").reset() is not a functionAs the tutorial shows (yes, I never read manuals before I get into troubles as well, but always google answer 阅读全文
posted @ 2013-05-28 17:31 M小卢 阅读(331) 评论(0) 推荐(0)
摘要: 源地址:http://www.linuxde.net/2013/03/13097.html全面解读python web 程序的9种部署方式Python有很多web 开发框架,代码写完了,部署上线是个大事,通常来说,web应用一般是三层结构web server ---->application -----> DB server主流的web server 一个巴掌就能数出来,apache,lighttpd,Nginx,iisapplication,中文名叫做应用服务,就是你基于某个web framework写的应用代码DB server 泛指存储服务,web开发中用mysql比较多,最 阅读全文
posted @ 2013-05-28 09:39 M小卢 阅读(194) 评论(0) 推荐(0)