media路径设置:MEDIA_ROOT=os.path.join(BASE_DIR,‘media‘)
MEDIA_URL=‘/media/‘网页中图片无法显示,显示404错误:[28/Oct/201411:03:15]"GET/media/photos/44.thumb.JPGHTTP/1.1"4042528解决方法:根据DJANGO1.6文档-6.19.2static():设置项目URL文件:fromdjango.confimpo..
分类:
Web程序 时间:
2014-10-29 02:11:07
阅读次数:
221
参考博客:http://geeklu.com/2012/09/animation-in-ios/http://www.cnblogs.com/kenshincui/p/3972100.html#calayerCALayer是CoreAnimation部分的内容,CALayer的概念类似于photos...
分类:
移动开发 时间:
2014-10-23 12:12:20
阅读次数:
270
2013-04-23 13:29:04| 分类: 默认分类 |举报|字号 订阅编写ios 编程--使用代码创建新的相册,是参考http://www.touch-code-magazine.com/ios5-saving-photos-in-custom-photo-album-category-f....
分类:
移动开发 时间:
2014-10-20 11:33:25
阅读次数:
296
My current project requires a lot of work with Deep Zoom images. We recently received some very high-res photos, around 500M tiff files, some of which...
分类:
其他好文 时间:
2014-10-17 15:27:43
阅读次数:
350
今天写demo的时候发现, 如果把通过相机获取到的图片,直接进行操作, 比如裁剪, 缩放, 则会把原图片向又旋转90度。刚开始觉得莫名其妙, 不知所措。 后来百度了一下,找到了解决办法。ps: 查找过程中, 碰到了一种说法://get original photo from iOS photos
//如果该图片大于2M,会自动旋转90度;否则不旋转
UIImage* originalImg=[d...
分类:
移动开发 时间:
2014-09-24 08:49:36
阅读次数:
392
题目:n个叠放在一起的卡片,求使得他们同向的最小翻转次数,每次只能翻转最上面的k个。
分析:数学,贪心。每次翻转必然是不同情况(正,反)交接的地方(否则只会变得更糟);
记交接的地方的个数为m,那么翻转后交接的地方变为m-1或m;
(上面部分两端相同则为m-1,不同则为m)
因此一次翻转最多使得交接点减少1;所以每次翻...
分类:
其他好文 时间:
2014-09-16 12:44:30
阅读次数:
158
第一课.ajax:$.ajax(url[, settings])练习代码:$(document).ready(function() { $("#tour").on("click", "button", function() { $.ajax('/photos.html', { su...
分类:
Web程序 时间:
2014-08-29 22:35:18
阅读次数:
404
iphone 5 recover photos can recover Nine types of txt content WhatsApp,Calendar,Reminder,App Document,Contacts,Messages,Notes,Safari bookmark,Call his...
DoImagePickerControllerAn image picker controller with single selection and multiple selection. Support to select lots photos with panning gesture.这是一...
分类:
其他好文 时间:
2014-08-21 20:51:44
阅读次数:
232
1、前台代码 Photos ' target="_blank" /> ' /> 第页 ...
分类:
其他好文 时间:
2014-08-21 13:09:54
阅读次数:
270