对于错误" Incorrect string value: ‘\xE6\xA2\xB5\xE8\x92\x82...‘for column ‘object_repr‘ at row 1? 解决方法是设置django_admin_log表的object_repr一项使用utf8_unicode_ci; 对于错误" ?Incorrect...
分类:
其他好文 时间:
2014-07-31 10:02:26
阅读次数:
251
http://www.slf4j.org/manual.htmlThe Simple Logging Facade for Java (SLF4J) serves as a simple facade or abstraction for various logging frameworks, su...
分类:
其他好文 时间:
2014-07-30 20:15:44
阅读次数:
259
主库部分
开启归档,force logging
SQL> archive log list
SQL> shutdown immediate
SQL> startup mount
SQL> alter database archivelog;
SQL> shutdown immediate
SQL> startup
SQL> alter database force...
分类:
数据库 时间:
2014-07-30 17:30:24
阅读次数:
389
一直很纠结的一个问题,网络上也有很多方案,但总感觉不完美.之前的方案1.在setting.py中
STATIC_ROOT=‘static/‘
STATIC_URL=‘static/‘
2.在模板页面中
<linkrel="stylesheet"href="{{STATIC_URL}}css/bootstrap.css">
<scripttype="text/javascript"src="{{STATIC_URL..
分类:
其他好文 时间:
2014-07-30 15:01:24
阅读次数:
186
Time Limit: 5000MS
Memory Limit: 65536K
Total Submissions: 3516
Accepted: 1651
Description
Given a prime P, 2 31, an integer B, 2
BL == N (mod P)
Input
Read severa...
分类:
其他好文 时间:
2014-07-30 12:27:53
阅读次数:
331
想用下django admin后台更新下数据,突然忘记了密码了 看了下数据库,密码是加密的,所以直接从数据库获得是不可能了 那么就用Django shell: python manage.py shell 然后获取你的用户名,并且重设密码: from d...
分类:
其他好文 时间:
2014-07-30 10:14:43
阅读次数:
199
在做models之前,最好将https://docs.djangoproject.com/en/1.6/? 中的the model layer 细读。 ??? (一)琐碎 ????????(1)*args和**kwargs。的使用 ????????在Django中经常见到含...
分类:
编程语言 时间:
2014-07-30 03:32:23
阅读次数:
373
大家好,我是成都ld,最近学习了下python和Django。我使用的是pydev+eclipse的组合进行的开发,当然,刚开始学习,由于python的方法返回值是没有标明的,所以开发变得有些蛋疼,不得不去查看方法的源码,不知道其他朋友是如何干的~~言归正传,今天主要介绍Django文档制作,网上..
本人从来没有接触过web编程,突然对这个产生了兴趣。本人之前学过一些Python语言,有点基础。看到网上有很多关于Python的网络开发的资料,于是想玩一玩。 我所了解的Python网络开发框架有django, webpy。由于本人...
分类:
Web程序 时间:
2014-07-30 01:11:13
阅读次数:
332
For example, the following code will store uploaded files under /media/photos regardless of what yourMEDIA_ROOT setting is:from django.db import model...
分类:
其他好文 时间:
2014-07-30 00:52:02
阅读次数:
207