现象:使用FormsAuthentication进行登录验证,在IE11客户端无法保存cookie解决方法:在web.config中的forms中增加cookieless="UseCookies"属性。原文地址:http://www.wlm.so/Article/Detail/lmb48dogzil...
分类:
其他好文 时间:
2014-08-15 12:24:48
阅读次数:
191
Given n non-negative integers a1, a2, ..., an, where each represents a point at coordinate (i, ai). n vertical lines are drawn such that the two endpoints of line i is at (i, ai) and (i, 0). Find two lines, which together with x-axis forms a container, suc...
分类:
其他好文 时间:
2014-08-15 10:47:38
阅读次数:
255
win7
python2.7
django 1.6.5
因为使用数据库sqlite,项目中有models.py,所以使用方便的forms.ModelForm处理表单。
上传图像文件使用默认的defaultstorage。
1、settings.py里增加两行media的定义:
#Media
MEDIA_ROOT = 'e:/Depot/media'
MEDIA_URL = '/...
分类:
其他好文 时间:
2014-08-14 16:52:08
阅读次数:
318
在选用 slf4j-api-1.7.7.jar + slf4j-log4j12-1.7.7.jar + log4j-1.2.17.jar 时输出(前提是有相应的配置文件log4j.properties,放在根目录,一般是src文件夹下)到文件logs.log和errors.log
1 基本格式如下:
#配置根Logger
log4j.rootLogger = ...
分类:
其他好文 时间:
2014-08-14 16:45:18
阅读次数:
195
关键代码:using System;using System.Collections.Generic;using System.Reflection;using System.Windows.Forms;namespace WinFormUtilHelpV2{ /// /// 基于.N...
Description
Every time it rains on Farmer John's fields, a pond forms over Bessie's favorite clover patch. This means that the clover is covered by water for awhile and takes quite a long time to r...
分类:
其他好文 时间:
2014-08-14 10:59:18
阅读次数:
265
概要Windows Forms 控件通常不是thread-safe(直接或间接继承于System.Windows.Forms.Control),因此.NET Framework为防止multithread下对控件的存取可能导致控件状态的不一致,在调试时,CLR-Debugger会抛出一个Invali...
分类:
其他好文 时间:
2014-08-13 21:39:57
阅读次数:
269
Referenced file contains errors (http://www.springframework.org/schema/beans/spring-beans-3.0.xsd).? 关于这个错误,导致的原因可能是? 一种可能是? 之前用的Spring版本,和现在用的不同? 对于Eclipse...
分类:
其他好文 时间:
2014-08-13 19:34:37
阅读次数:
331
最近有个FAT文件系统非正常umount导致sdcard挂载异常,进入errors处理,remount-ro了。[ 7993.545483] c0 FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corr...
分类:
其他好文 时间:
2014-08-13 17:58:46
阅读次数:
226
Windows Forms Leaks1.http://blogs.msdn.com/b/tess/archive/2008/02/04/net-debugging-demos-information-and-setup-instructions.aspx2.http://www.codeproje...
分类:
移动开发 时间:
2014-08-13 12:36:56
阅读次数:
260