码迷,mamicode.com
首页 >  
搜索关键字:django rest modelserializers    ( 23505个结果
django静态文件查找逻辑
最近被django的静态文件配置整疯了. 决定直捣黄龙,看看底层代码: 首先用manage finstatic xxxx.js 看看处理逻辑,发现主要在:C:\Python27\Lib\site-packages\django\contrib\staticfiles\finders.py中的find...
分类:其他好文   时间:2014-09-05 12:35:51    阅读次数:196
Django uplodify 多文件同时上传
Js代码: //批量上传按钮 $('#fileupload').uploadify ({ 'swf' : '/CoveragePlaform/media/uploadify-3.2/uploadify.swf', 'uploader' ...
分类:其他好文   时间:2014-09-04 10:27:49    阅读次数:267
POJ 1845 Sumdiv
Description Consider two natural numbers A and B. Let S be the sum of all natural divisors of A^B. Determine S modulo 9901 (the rest of the division of S by 9901). Input The only line contains the ...
分类:其他好文   时间:2014-09-03 16:50:26    阅读次数:271
轻松一刻:DevStore小编又来逗程序员
鉴于小编上篇《三猿开泰,走进普通、文艺、2B程序猿的逗比世界》引来各位开发者的一片“骂”声,今儿,小编以越挫越勇的心态,还给大家带来好玩好笑的段子,反正是周末,带大家乐呵乐呵~ 我经常使用Ajax 不能说 SOAP VS REST Web程序员的视力测试表 缩进拳 夏季活动留下的肤色 嘿嘿~别说小编今...
分类:其他好文   时间:2014-09-03 11:21:56    阅读次数:172
django+mod_wsig+apache搭建生产环境
1:安装mod_wsgi:下载mod_wsgi.so放在modules(在apache安装路径中)文件夹中下载地址:http://www.lfd.uci.edu/~gohlke/pythonlibs/#mod_wsgi **注意:在选择的时候要记住:mod_wsgi-3.5.ap22.win32-p...
分类:其他好文   时间:2014-09-03 11:14:06    阅读次数:344
UVA - 1356 Bridge
Description A suspension bridge suspends the roadway from huge main cables, which extend from one end of the bridge to the other. These cables rest on top of high towers and are secured at each end...
分类:其他好文   时间:2014-09-03 00:20:15    阅读次数:334
DataSnap Server
建立DataSnap/REST服务器,请点选Files|New菜单,在DataSnap Server选项中选择DataSnap Server图像,如下图所示:服务器可以创建exe,app,也可以是服务;可以是windows 平台,也可以是firemonkey跨平台。一路完成后会生成控件TDSServ...
分类:其他好文   时间:2014-09-02 22:33:45    阅读次数:344
修改mysql默认字符集的方法
声明:本文转载自互联网(1) 最简单的修改方法,就是修改mysql的my.ini文件中的字符集键值, 如 default-character-set = utf8 character_set_server = utf8 修改完后,重启mysql的服务,service mysql rest...
分类:数据库   时间:2014-09-02 19:43:25    阅读次数:200
django 中文报错
在Django视图函数中经常出现类似于‘ascii‘ codec can‘t decode byte 0xef in position 0: ordinal not in range(128)的错误。 在解决错误之前,首先要了解unicode和utf-8的区别。 unicode指的是万国码,是一种“字...
分类:其他好文   时间:2014-09-02 18:16:55    阅读次数:141
django-cms 代码研究(二)
djangocms集成到现有项目中后,发现了几个问题:1. 现有项目的url匹配失效,下面requests请求被交给djangocms处理了 url(r'^admin/', include(admin.site.urls)), url(r'^requests/',include('eFo...
分类:其他好文   时间:2014-09-02 13:52:14    阅读次数:161
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!