原地址:http://www.cnblogs.com/thinksasa/archive/2013/08/26/3283695.html安装PIL-1.1.7.win32-py2.7的时候,不能再注册表中识别出来python2.7方法:新建一个register.py
文件,把一下代码贴进去,保存##...
分类:
编程语言 时间:
2014-06-12 23:25:53
阅读次数:
309
今天在发布一个网站的时候遇到
标题上的问题,一直不明白是为何,刚开始以为是我的程序写的有问题,随即将项目发给同事来发布试试,在他的IIS上发布却没出现问题,一切正常,这可就怪了,于是想到了应该是IIS配置问题,并向另一个同事请教(他工作经验丰富),只见他三下五除二
几下就给弄好了,最后我仔细想了一下...
分类:
其他好文 时间:
2014-06-10 20:39:33
阅读次数:
304
有这样的一个Model: using
System.ComponentModel.DataAnnotations;namespace MvcApplication1.Models{ public
class Movie { public int Id { get; set; } [Required(...
分类:
Web程序 时间:
2014-06-10 12:04:43
阅读次数:
285
1:创建一个web项目或者java项目
2:找到hibernate包lib目录下面的required下面的包把包放到lib目录下面,在导入buidler path里面
3:写java类,我写的java bean类,代码如下:
package org.hibernate.domain;
import java.util.Date;
public class Event {
privat...
分类:
系统相关 时间:
2014-06-10 06:45:05
阅读次数:
343
WTDelegate#import @protocol WTDelegate @required-
(void)sleep;- (void)eat;- (void)work;@endWTPhilosopher.h#import #import
"WTDelegate.h"@interface WTP...
分类:
移动开发 时间:
2014-06-08 20:57:13
阅读次数:
316
spring关于“transactionAttributes”的相关配置
lazy-init="true" abstract="true">
PROPAGATION_REQUIRED,-Exception
PROPAGATION_REQUIRED,-Exception
PROPAGATION_REQUIRED,-Exception
PROPA...
分类:
编程语言 时间:
2014-06-08 15:36:32
阅读次数:
226
最近在做一个蓝牙相关的项目, 需要在应用进入后台, 或者手机属于锁屏状态的情况下, 仍然保持蓝牙连接, 并且能正常接收数据。本来以后会很麻烦, 但是学习了下..发现就2步而已。简单的不能再简单了。好了。下面是具体实现办法。1.在xxx-info.plist文件中, 新建一行 Required background modes , 加入下面两项。App shares data using Cor...
分类:
移动开发 时间:
2014-06-08 15:12:13
阅读次数:
310
前面的步骤按说明书上就没有问题,但在移植内核时,当进行到
make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- menuconfig
出现以下错误:
*** Unable to find the ncurses libraries or the
*** required header files.
*** 'make menuco...
分类:
其他好文 时间:
2014-06-08 10:40:46
阅读次数:
184
Follow up for "Search in Rotated Sorted
Array":What ifduplicatesare allowed?Would this affect the run-time complexity?
How and why?Write a function to...
分类:
其他好文 时间:
2014-06-08 01:19:29
阅读次数:
320
解决方法,在my.ini里的[mysqld]增加如下部分[mysqld]
需要注意的是前面还有:[client]和[mysql],这两部分增加无效,那个是客户端读取的参数。max_allowed_packet=64M(大小自定义)重启MYSQL服务windows
下:services.msc重启MY...
分类:
数据库 时间:
2014-06-07 21:05:20
阅读次数:
392