搭建JUnit环境时,测试Controller时,提示“Caused by: javax.validation.ValidationException: Unable to instantiate Configuration.”2014-11-3 18:06:46 org.springframewo...
分类:
编程语言 时间:
2014-11-03 19:05:10
阅读次数:
1986
Memory leakage has been a permanent annoyance for C/C++ programmers. Under MSVC, one useful feature of MFC is report memory leaks at the exit of an ap...
分类:
其他好文 时间:
2014-11-03 13:00:12
阅读次数:
289
因为官方的http://wiki.wxpython.org/InstallingOnUbuntuOrDebian 并没有wheezy的
所以这里我们直接去仓库搜吧
root@debian:/# apt-cache search python-wxgtk
python-wxgtk2.8 - wxWidgets Cross-platform C++ GUI toolkit (wxPyt...
分类:
编程语言 时间:
2014-11-03 11:33:41
阅读次数:
237
在上一篇中体验了Knockout.Validation的基本验证,本篇体验自定义验证和异步验证。 自定义验证规则 ko.validation有一个rules属性,专门用来存放验证规则,它是一个键值对集合类型,key就是自定义验证规则的名称,value是一个json对象。@{ ViewBag.Titl...
分类:
Web程序 时间:
2014-11-02 13:51:55
阅读次数:
309
最近用了交叉栏目,发现当为手动指定交叉栏目ID时用arclist标签不能调出相关文章 最后发现是 arclist标签有问题 要修改的地方是: include/taglib/arclist.lib.php 找到如下: if($ctag->GetAtt(‘cross‘)==‘1‘) ...
分类:
其他好文 时间:
2014-11-01 12:06:00
阅读次数:
209
Attributes-based Validation in a WPF MVVM ApplicationJeremy Alles, 28 Jul 2010 CPOLotes of 3 or less require a comment Description of a method which ....
分类:
其他好文 时间:
2014-11-01 01:01:56
阅读次数:
564
Validation control with a single validation rule is easy, but what if we need to validate a control using different validation rules. This article tel...
分类:
数据库 时间:
2014-11-01 00:53:54
阅读次数:
474
A very simple example of displaying validation error next to controls in WPFIntroductionThis is a simple example of validation in XAML for WPF control...
CSRF——攻击与防御author: lake20x01 什么是CSRF攻击 CSRF是Cross Site Request Forgery的缩写(也缩写为XSRF),直译过来就是跨站请求伪造的意思,也就是在用户会话下对某个CGI做一些GET/POST的事情——这些事情用户未必知道和愿意做,你能够把...
分类:
其他好文 时间:
2014-10-31 20:31:23
阅读次数:
203
这是一个规范,定义了一些元素来进行bean的数据校验,比如 你的model有一个 user.java ,里面有一个email,当用户注册时候要验证email是否合法。 一般做法是js前端校验,但是不安全,作为完整安全解决方案,我们必...
分类:
编程语言 时间:
2014-10-31 16:08:35
阅读次数:
121