描述: A column was specified that does not exist. 出现这个问题的原因在于label features 展示的字段不存在或者为空,只要将其勾选去掉或者换个显示的字段即可。 解决步骤: 1.选中出现问题的图层,右键,选择Properties选项 ...
分类:
其他好文 时间:
2014-06-27 18:49:58
阅读次数:
298
1在src下面新建file名为log4j.properties内容如下:# Configure logging for testing: optionally with log filelog4j.rootLogger=WARN, stdout# log4j.rootLogger=WARN, std...
分类:
移动开发 时间:
2014-06-27 17:31:34
阅读次数:
217
#import@implementationNSObject (PropertyListing) /* 获取对象的所有属性 */- (NSDictionary*)properties_aps{ NSMutableDictionary*props = [NSMutableDictionarydicti...
分类:
其他好文 时间:
2014-06-27 17:21:53
阅读次数:
165
import java.util.Date;import java.util.Properties;import javax.mail.Authenticator;import javax.mail.Message;import javax.mail.MessagingException;impor...
分类:
编程语言 时间:
2014-06-26 23:26:04
阅读次数:
287
This post introduces how to limit the access scope of the field and method of the object.
分类:
编程语言 时间:
2014-06-26 23:10:37
阅读次数:
418
一、设置编辑器的编码Tools->Tools Properties ->General->File Encoding 设置为UTF-8二、如果数据库为UTF-8,则要在连接时做以下设置cloud_dev?generateSimpleParameterMetadata=true&useUnicode=...
分类:
数据库 时间:
2014-06-26 22:18:34
阅读次数:
416
第一种方法:直接打开了class文件后,在文件中点attach source 按钮,然后添加,如下图:但有时候,class文件中没出现 Attach Source...按钮(不知道为什么)第二种方法:右点击项目-Properties-Java Build Path-Libraries-展开要添加源码...
分类:
系统相关 时间:
2014-06-26 18:57:13
阅读次数:
276
1、下载NDK,
??
android-ndk-r9c-windows-x86_64.zip,解压ndk,截图如下:
2、以编译ndk中的sample为例:
导入sample中的hello-jni项目,导入的项目结果如下:
3、右击项目:helloJni-->右击--->properties--->Builder
4、新建Builder---》Program
5、点击...
分类:
移动开发 时间:
2014-06-26 10:14:42
阅读次数:
291
VCSA数据库用户vpxadmin的密码会在VCSA主机中明文显示;记录vpxadmin密码的文件为/etc/vmware-vpx/vcdb.properties
分类:
数据库 时间:
2014-06-26 06:06:06
阅读次数:
366
boot.properties可以使管理服务器启动时不需要提供密码在所有生产环境中都被使用,随着bea被收购,及Weblogic的发展,其位置发生了改变。boot.properties内容为boot.properties##############################username={your_username}password={your_password}###############..
分类:
Web程序 时间:
2014-06-25 06:16:00
阅读次数:
396