• 我来我往 RSS

我来我往

follow our hearts

  • 留言板

tornado 入门

By jyd 2012/05/14 python No Comments

Tornado有在PyPI里面,所以可以通过pip或者easy_install安装。。很方便! 手动…

Read more

ImportError: No module named Tkinter

By jyd 2012/03/22 python 2 Comments

fedora 16下,第一次使用tkinter,出现错误 ImportError: No modul…

Read more

python 字符串反转

By jyd 2012/03/10 python No Comments

第一种方式: def rev1 (s): return s[::-1]   对于s[i:j…

Read more

django 部署 apache mod_wsgi[windows]

By jyd 2012/02/17 python No Comments

首先安装mod_wsgi,下载mod_wsgi.so放在modules文件夹中。 在httpd.co…

Read more

django 1.3 错误:CSRF token missing or incorrect

By jyd 2012/01/30 python No Comments

The CSRF middleware and template tag provides easy…

Read more

djangobook2 第7章的一个练习:template

By jyd 2012/01/19 python No Comments

做为一个练习,把下面这个view函数改用Django模板系统来实现,而不是手动输入HTML代码。 d…

Read more

web.py部署 mod_wsgi and apache

By jyd 2011/08/01 python 13 Comments

摘要:web.py通过mod_wsgi部署在apache2上,无法导入其它包的解决方法。最后用过se…

Read more

第四天:注册和邮件通知

By jyd 2011/07/24 python No Comments

本文摘要:注册模块以及多线程发送邮件通知 上次写了登录验证,所以这次就继续写注册。 注册的关键是往数…

Read more

第三天:cookie和session

By jyd 2011/07/20 python 1 Comment

这篇主要记录下web.py的cookie和session的学习过程。 这是目录树 . ├── cod…

Read more

第二天:登录验证

By jyd 2011/07/15 python 2 Comments

经过这么久的无知【其实无知好久了】,感觉应该看下python的基础知识了,已经积累了很多疑问了。于是…

Read more

  • « Previous

分类

  • java
  • linux
  • nosql
  • office
  • python
  • 个性化推荐
  • 未分类
  • 杂记

近期文章

  • Sublime Text 2配置
  • storm启动supervisor错误
  • ubuntu apt-add-repository: command not found
  • 梯度下降法
  • 随机梯度下降法步长的选择

链接

  • 王宇

版权声明

本文内容遵从CC版权协议 转载请注明:出自 jyd.me

  • 我来我往 RSS
Copyright © 2023 我来我往 | Theme by: Theme Horse | Powered by: WordPress