码迷,mamicode.com
首页 >  
搜索关键字:properties edit    ( 13937个结果
M2_REPO无法Edit
无法修改M2_REPO的值,修改配置中Maven-》usersettings选项,如图:2.选择浏览,选择你按照的maven/conf/settings3.点击UpdateSettings,Eclipse将读取settings中的maven下载的目录位置4.返回JavaClassPath,查看M2_REPO的值被修改
分类:其他好文   时间:2014-06-28 06:49:47    阅读次数:202
FDO error:Failed to label layer(XXX) for class Default
描述: A column was specified that does not exist. 出现这个问题的原因在于label features 展示的字段不存在或者为空,只要将其勾选去掉或者换个显示的字段即可。 解决步骤: 1.选中出现问题的图层,右键,选择Properties选项 ...
分类:其他好文   时间:2014-06-27 18:49:58    阅读次数:298
Editplus中如何取消自动生成的bak文件
Editplus是一款很好的文本编辑器,但是默认会生成后缀名为.bak的备份文件,很容易造成文件目录的混乱。其实可以通过修改参数属性,让Editplus不要生成这种文件,以Editplus3.3.1为例,去掉create backup file when saving 上的勾就行了。如何设置Edit...
分类:其他好文   时间:2014-06-27 17:52:57    阅读次数:195
spring解决"log4j:WARN No appenders could be found for logger"
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
Java Web中文乱码解决方案
中文乱码:在以后学习过程中全部采用UTF-81、文件的乱码1.1、项目文本文件默认编码: 【右击项目】->【Properties】->【Resource】->【Text file encoding】1.2、文件默认编码:默认使用项目的默认编码 【右击文件】->【Properties】->【Reso....
分类:编程语言   时间:2014-06-27 16:21:08    阅读次数:219
Java 读取配置文件 Properties
String filePath="src/cn/ac/iscas/pebble/ufe/conf/id.properties"; InputStream in = new BufferedInputStream(new FileInputStream(f...
分类:编程语言   时间:2014-06-27 16:00:15    阅读次数:228
借助Spring读入用户自定义配制文件
用户自定义配置文件userconfiguration.propertiesMyKey = 1Spring Bean 配制 classpath:conf/userconfiguration.properties --> util.configuration类的实...
分类:编程语言   时间:2014-06-27 13:33:59    阅读次数:209
struts1配置文件之input
使用通配符,只不过命名的时候*的位置跟{1}保持一致. 我写的这个action继承dispatchAction,parameter=method 假如里面有add方法和edit方法() 访问add方法的时候,使用这个地址:/addPerson.do?method=add-->这个时候input就是/add.jsp 访问edit方法的时候,使用这个:/editPerson.do?...
分类:其他好文   时间:2014-06-27 07:21:52    阅读次数:202
hoj3152-Dice 等比数列求和取模
http://acm.hit.edu.cn/hoj/problem/view?id=3152DiceMy Tags (Edit) Source : Time limit : 1 sec Memory limit : 128 MSubmitted : 82, Ac...
分类:其他好文   时间:2014-06-26 14:55:08    阅读次数:261
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!