码迷,mamicode.com
首页 >  
搜索关键字:invalid region    ( 5582个结果
Mongodb for C# 分组查询
#region 排序获取集合 static List GetPagerWithGroup(string connectionString, string databaseName, string collectionName, IMongoQuery param, GroupByBuild...
分类:数据库   时间:2015-02-06 14:51:54    阅读次数:194
C# 敏感词过滤
public class BadWordFilter { #region 变量 private HashSet hash = new HashSet(); private byte[] fastCheck = new byte[char.MaxValue]; private byte[] fast....
分类:Windows程序   时间:2015-02-06 11:09:03    阅读次数:721
const变量赋值报错分析
const变量赋值报错分析const变量赋值报错从变量到常量的赋值是合法C++的语法约定的, 如从char 到const char顺畅; 但从char **到 const char **编译器就会报错:error: invalid conversion from `char**' to `c...
分类:其他好文   时间:2015-02-06 11:01:35    阅读次数:112
android studio no marked region found along edge Found along top edge
由于种种原因,导致9图已经不是9图格式了,但是在Eclipse里面不会报错,在android studio 里面会报错Error:9-patch image D:\download\avatar-android-master\avatar-android-master\sample\src\main...
分类:移动开发   时间:2015-02-06 10:56:36    阅读次数:713
Has anybody found a way to load HTTPS pages with an invalid server certificate using UIWebView?
If a user attempts to load a https web page in Mobile Safari and the server's certificate validation check fails (its expired, revoked, self-signed et...
分类:Web程序   时间:2015-02-05 23:16:28    阅读次数:223
Mysql 允许null 与 default值
分为下面4种情况: 1、允许null, 指定default值。 2、允许null, 不指定default,这个时候可认为default值就是null 3、不允许null,指定default值,不能指定default值为null,否者报错 Invalid default value for xxx 4...
分类:数据库   时间:2015-02-05 20:10:14    阅读次数:182
程序代码创建IISWEB站点
#region 新建立一个IISWEB站点 /// ///添加一个站点 /// public string CreateWebSite() { int siteID = int.Parse(GetNewWe...
分类:Web程序   时间:2015-02-05 13:06:47    阅读次数:187
Bean property 'esyerDao' is not writable or has an invalid setter method. Does the parameter type of
系统里面的class文件以前都是直接丢到WEB-INF/classes 目录下面的,后来将class文件打为jar包,丢到了WEB-INF/lib 目录下面。 出问题的这个bean 就是因为 同时在WEB-INF/classes 和 WEB-INF/lib 下面的jar包中同时存在了该class文件。 另一个同时前几天调试过该class文件,但是他的class文件放在了WEB-INF/classes下面,他的class中没有esyerDao的注入。...
分类:其他好文   时间:2015-02-04 23:29:36    阅读次数:401
org.hibernate.MappingException: invalid configuration
写hibernate的hello world 内容非常简单,一个实体bean--Student.java 一个测试文件--StudentTest.java 两个配置文件:Student.hbm.xml,hibernate.cfg.xml 可是一直报错: Exception in thread "main" org.hibernate.MappingException: inval...
分类:移动开发   时间:2015-02-04 21:53:22    阅读次数:208
intelliJ idea自定义代码折叠
原文地址:http://yanwushu.sinaapp.com/intellij-idea_customer_folding_cod/ 在intelliJ idea中不仅可以对类、方法等结构的代码进行折叠(ctrl+-)还可以自定义折叠代码。intelliJ支持两种风格的自定义代码折叠,如下:visual studio style //region Description  ...
分类:其他好文   时间:2015-02-04 21:53:20    阅读次数:275
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!