原地址: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
你在客户端用view
source看JSP生成的代码时,会发现有很多空行,他们是由后的回车换行而生成的,也就是说每一行由包括的JSP代码到客户端都成为一个空行,尽管不影响阅读,但仍是期望能把他们删掉方法如下:(网上收集整理)1.
撑持JSP 2.1+ ,在每个要去空行的页面里包括下面代码:在 Tom...
分类:
Web程序 时间:
2014-06-12 20:03:31
阅读次数:
438
原题地址:https://oj.leetcode.com/problems/edit-distance/题意:Given
two wordsword1andword2, find the minimum number of steps required to
convertword1toword2....
分类:
编程语言 时间:
2014-06-11 08:58:49
阅读次数:
293
有这样的一个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
class Program{static void Main(string[] args){
Person p1 = new Person(); Console.WriteLine(p1["tom", 3, 9]);
Console.ReadKey();}}class Person{ pub...
分类:
其他好文 时间:
2014-06-09 15:35:33
阅读次数:
177
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