02 2015 档案

摘要:一、安装mysqlsudo apt-get install mysql-client-core-5.5然后会出现:ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysql... 阅读全文
posted @ 2015-02-12 08:31 AminHuang 阅读(455) 评论(0) 推荐(0)
摘要:因为我之前学习的时候使用的是虚拟环境,下载的所有需要用到的插件都在flask这个文件夹里面,SAE上Flask的版本和我本地用的版本对不上,导致有时候import都不对,于是我就把本地的环境直接放到SAE上了。在flask\lib\python2.7 下有一个site-packages文件夹,把整个... 阅读全文
posted @ 2015-02-11 16:48 AminHuang 阅读(329) 评论(0) 推荐(0)
摘要:英文博客地址:http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-xiii-dates-and-times中文翻译地址:http://www.pythondoc.com/flask-mega-tutorial/datean... 阅读全文
posted @ 2015-02-09 16:42 AminHuang 阅读(701) 评论(0) 推荐(0)
摘要:英文博客地址:http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-xii-facelift中文翻译地址:http://www.pythondoc.com/flask-mega-tutorial/facelift.html开... 阅读全文
posted @ 2015-02-09 15:55 AminHuang 阅读(700) 评论(0) 推荐(0)
摘要:英文博客地址:blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-xi-email-support中文翻译地址:http://www.pythondoc.com/flask-mega-tutorial/email.html开源中国社区:... 阅读全文
posted @ 2015-02-08 17:31 AminHuang 阅读(1991) 评论(0) 推荐(1)
摘要:英文博客地址:blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-x-full-text-search中文翻译地址:http://www.pythondoc.com/flask-mega-tutorial/textsearch.html... 阅读全文
posted @ 2015-02-07 11:08 AminHuang 阅读(1302) 评论(0) 推荐(0)
摘要:英文博客地址:http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-ix-pagination中文翻译地址:http://www.pythondoc.com/flask-mega-tutorial/pagination.ht... 阅读全文
posted @ 2015-02-06 13:00 AminHuang 阅读(1548) 评论(0) 推荐(0)
摘要:英文博客地址:http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-viii-followers-contacts-and-friends中文翻译地址:http://www.pythondoc.com/flask-mega-... 阅读全文
posted @ 2015-02-05 11:29 AminHuang 阅读(616) 评论(0) 推荐(0)
摘要:英文博客地址:http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-vii-unit-testing中文翻译地址:http://www.pythondoc.com/flask-mega-tutorial/testing.ht... 阅读全文
posted @ 2015-02-04 10:17 AminHuang 阅读(445) 评论(0) 推荐(0)
摘要:英文博客地址:http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-vi-profile-page-and-avatars中文翻译地址:http://www.pythondoc.com/flask-mega-tutorial... 阅读全文
posted @ 2015-02-03 11:17 AminHuang 阅读(647) 评论(0) 推荐(1)
摘要:英文博客地址:http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-v-user-logins中文翻译地址:http://www.pythondoc.com/flask-mega-tutorial/userlogin.htm... 阅读全文
posted @ 2015-02-02 10:53 AminHuang 阅读(4006) 评论(0) 推荐(0)
摘要:可见性过滤选择器是根据元素的可见和不可见状态来选择相应的元素。显示隐藏的例子:如果点击“隐藏”按钮,我就会消失。隐藏显示点击隐藏按钮,字会隐藏,再点击显示按钮就会显示。其他:关于 hide() 和 show() 的语法:$(selector).hide(speed,callback);$(selec... 阅读全文
posted @ 2015-02-01 16:01 AminHuang 阅读(222) 评论(0) 推荐(0)
摘要:英文博客地址:http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-iv-database中文翻译地址:http://www.pythondoc.com/flask-mega-tutorial/database.html开源... 阅读全文
posted @ 2015-02-01 09:17 AminHuang 阅读(2767) 评论(0) 推荐(0)