01 2015 档案
摘要:本部分Miguel Grinberg教程的翻译地址:http://www.pythondoc.com/flask-mega-tutorial/webforms.html开源中国的:http://www.oschina.net/translate/the-flask-mega-tutorial-par...
阅读全文
摘要:继续学习flask本部分Miguel Grinberg教程的翻译地址:http://www.pythondoc.com/flask-mega-tutorial/templates.html英文原文地址:http://blog.miguelgrinberg.com/post/the-flask-meg...
阅读全文
摘要:本人电脑环境:系统:linuxpython: 2.7.3这里是按照Miguel Grinberg的教程来弄的~为什么有教程了我还要写?因为我想记录一下学习心得啊,连简单的Hello World我也出现了点问题,就把问题记录下来了。英文渣的我是选择网上的中文翻译,以下是几个地址:博客园的:http:/...
阅读全文
摘要:问题:有不同的按钮点击后都执行相同的事件,在jQuery重复点击就会产生事件重复绑定。解决方法:使用unbind("click")方法,每次点击都先接触绑定已有事件再绑定新对象。$(".toComment").unbind("click").click(function(){// 事件运行代码});
阅读全文

浙公网安备 33010602011771号