系统环境是win7(64bit)+python3.4(64bit)+numpy1.82+vs2012
1.如果用sourceforge上编译好的32bit的exe安装,会提示‘python version ** required,which was not found in the registry’.
原因是安装的python是64bit的吧(不确定),但是注册表里确实没有,
2.自...
分类:
其他好文 时间:
2014-08-20 09:20:16
阅读次数:
314
原文:Installshield设置feature为必须选中状态,即必定安装状态上一篇: 解决卸载时残留目标文件夹的问题Installation Designer --> Organization -->Features中,选中要设置的feature,在右边的属性栏中,将Required选为Yes即...
分类:
其他好文 时间:
2014-08-19 18:39:45
阅读次数:
185
@RequestMapping(method=RequestMethod.POST,value = "/upload") public ModelAndView processImageUpload(@RequestParam(value="groupname",required=fal...
分类:
其他好文 时间:
2014-08-19 14:27:24
阅读次数:
210
Edit Distance
Given two words word1 and word2, find the minimum number of steps required to convert word1 to word2. (each operation is counted as 1 step.)
You have the following 3 operati...
分类:
其他好文 时间:
2014-08-18 20:35:02
阅读次数:
206
//设计中,未完成references:http://www.asp.net/web-api/overview/security/basic-authenticationhttp://technet.microsoft.com/zh-cn/library/dd378867(v=ws.10).aspx...
Given two words word1 and word2, find the minimum number of steps required to convert word1 to word2. (each operation is counted as 1 step.)...
分类:
其他好文 时间:
2014-08-18 16:21:57
阅读次数:
148
#!/bin/bash ### BEGIN INIT INFO # # Provides: location_server # Required-Start: $local_fs $remote_fs # Required-Stop: $local_fs $remote_f...
分类:
系统相关 时间:
2014-08-18 16:03:02
阅读次数:
280
SQL Server 有两种身份验证:一种是WIndows身份验证,Windows身份验证使用Windows上的帐号,并利用其安全令牌进行验证。一种是SQL Server验证,使用SQL Server里面定义的帐号进行身份验证。...
分类:
数据库 时间:
2014-08-18 12:36:34
阅读次数:
213
Given two words word1 and word2, find the minimum number of steps required to convert word1 to word2. (each operation is counted as 1 step.)You have t...
分类:
其他好文 时间:
2014-08-18 12:20:34
阅读次数:
148
Spring Security简介安全领域的两大核心是:Authentication和Authorization 。·Authentication是身份认证,把控一个系统的入口。·Authorization是授权,用于进行系统中功能的访问控制。Spring Security 为J2EE项目提供了一个...
分类:
编程语言 时间:
2014-08-18 09:08:23
阅读次数:
255