Given two wordsword1andword2, find the minimum number of steps required to convertword1toword2. (each operation is counted as 1 step.)You have the fol...
分类:
其他好文 时间:
2014-08-29 10:45:37
阅读次数:
199
今天去客户那里巡检,客户提出为了提高数据库安全性考虑,需要修改sys/system密码,并通过数据库验证方式来替代默认的操作系统方式,这里,我就把这两种验证方式总结一下。
操作系统验证,即通过操作系统账户的权限访问数据库,举个例子,如果已经拥有了windows下的系统管理员administrator的权限,那么当采用该方式验证的话,无需输入用户/密码就可以访问,比如:sqlplus /...
分类:
数据库 时间:
2014-08-28 22:45:46
阅读次数:
504
http://stackoverflow.com/questions/6528724/xmppframework-ios-and-configuring-authentication-types if?([self?supportsDigestMD5Authentication])
{
???//?send?the?digest?data?along?with?wit...
分类:
移动开发 时间:
2014-08-28 18:24:45
阅读次数:
245
提示:Uncaught Ext.Loader is not enabled, so dependencies cannot be resolved dynamically. Missing required class: AM.controller.Users提示该错误的原因是因为Ext默认是不开启...
分类:
其他好文 时间:
2014-08-28 18:05:05
阅读次数:
175
原题戳我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 ha...
分类:
其他好文 时间:
2014-08-28 13:04:59
阅读次数:
162
执行ssh-add ~/.ssh/rsa 就会遇到上述错误了解决方案:先执行 eval `ssh-agent` (是~键上的那个`)再执行 ssh-add ~/.ssh/rsa成功ssh-add -l 就有新加的rsa了然后就可以clip ~/.ssh/id_rsa.pub了,然后paste到git...
分类:
其他好文 时间:
2014-08-28 11:05:59
阅读次数:
204
好久没来了,密码都差点忘了,顺便记录下今天配置环境碰到的小问题网站使用的form authentication做SSO登录,登录域名使用的framework20配置环境一个栏目升级为4.0环境后,发现认证票据失效了,日志信息如下:Event code: 4005 Event message: For...
分类:
其他好文 时间:
2014-08-27 18:32:18
阅读次数:
151
序列化数据的要求 效率 时间空间 多语言相互操作 使用方便ProtoBuffer 使用:Designing objectsPerson:IdNameAgeEmailPhone(s) Describing objectsPerson:required int32 idrequired s...
分类:
其他好文 时间:
2014-08-27 17:54:18
阅读次数:
162
MVC 数据验证 前一篇说了MVC数据验证的例子,这次来详细说说各种各样的验证注解。一、基础特性 一、Required 必填选项,当提交的表单缺少该值就引发验证错误。 二、StringLength 指定允许的长度 指定最大长度: [StringLength(20)] //...
分类:
Web程序 时间:
2014-08-27 16:06:17
阅读次数:
315
Description
Perhaps you all have heard the mythical story about Tower of Hanoi (The details of this story is not required to solve this problem): ?There
is a tower of Hanoi with 64 disks and ...
分类:
其他好文 时间:
2014-08-26 17:33:56
阅读次数:
309