A very simple example of displaying validation error next to controls in WPFIntroductionThis is a simple example of validation in XAML for WPF control...
今天给一个工程添加混淆后遇到下面的错误:
[proguard] Warning: com.aps.t: can't find referenced class android.provider.Settings$Global
[proguard] Warning: com.aps.t: can't find referenced class android.provider.S...
分类:
移动开发 时间:
2014-10-31 22:11:57
阅读次数:
252
SQL2008 R2中时,Diagrams的问题Error: ------------------------------ Database diagram support objects cannot be installed because this database does not have...
分类:
数据库 时间:
2014-10-31 18:57:47
阅读次数:
154
#运行用户user www-data;#启动进程,通常设置成和cpu的数量相等worker_processes 1;#全局错误日志及PID文件error_log /var/log/nginx/error.log;pid /var/run/nginx.pid;#工作模式及连接数上限events { u...
分类:
其他好文 时间:
2014-10-31 18:55:15
阅读次数:
191
配置Nginx vhost的时候别指定error_page 它就不会跟Yii抢生意了or你弄一个frontendController 然后再里面 加上 $user->loginRequired(); if ($user->getIsGuest() && $action->id !='lo...
分类:
其他好文 时间:
2014-10-31 17:13:41
阅读次数:
124
一)建立存储过程时报SQL错误( have an error in your SQL syntax;....)
建立PROCEDURE等类型过程前需加上delimiter // ,最后也要以// 结尾,例如
二)变量作用域
存储过程内,使用DECLARE定义的变量,既可以使用@访问,也可以不用@,
区别是:使用@访问的是session 级的变量。 在整个SESSION可见,不仅是在你的存储过程中可见。
因此存储过程内访问DECLARE定义的变量,都不要使用@
另外,使用@@是系统级的变量
三)常用字符串处理...
分类:
数据库 时间:
2014-10-31 15:45:42
阅读次数:
274
Ubuntu 上使用jad,出现上面错误:./jad: error while loading shared libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory网...
分类:
编程语言 时间:
2014-10-31 15:23:23
阅读次数:
188
解决办法: 1.管理工具---服务里面停止Mysql服务。 2.控制面板---卸载Mysql,删除C:\Program Files\MySQL目录. 3.这是最关键一步,只做前面两步,密码还是修改不了,因为MySQL 还有文件,也就是在C:\Documents an...
分类:
数据库 时间:
2014-10-31 13:59:59
阅读次数:
173
升级xcode到6.1后,跑以前的cocos2dx 2.x写的项目,发现clippingNode失效了。后来看到这个帖子,解决了我的问题:http://discuss.cocos2d-x.org/t/ccclippingnode-will-raise-error-stencil-buffer-is-...
分类:
移动开发 时间:
2014-10-31 13:47:35
阅读次数:
295
注:urllib2模块在Python 3 中被拆分成了urllib.request和urllib.error. 当你将你的代码转换到 Python 3 时,2to3工具能够自动地帮助你调整导入的模块urllib2模块定义了在复杂的世界中帮助你打开 URL (大部分是 HTTP )的函数和类 - 包括...
分类:
Web程序 时间:
2014-10-31 13:21:13
阅读次数:
328