码迷,mamicode.com
首页 >  
搜索关键字:Properties    ( 8587个结果
[LeetCode] Search a 2D Matrix
Write an efficient algorithm that searches for a value in anmxnmatrix. This matrix has the following properties:Integers in each row are sorted from l...
分类:其他好文   时间:2014-07-10 12:37:21    阅读次数:189
css属性
属性(Properties)版本(Version)兼容性(Compatibility)简介(Description)文本属性 Text Propertiestext-indentCSS1IE4+ , NS4+检索或设置对象中的文本的缩进。text-overflowIE专有属性IE6+设置或检索是否使...
分类:Web程序   时间:2014-07-10 12:23:09    阅读次数:225
【原创】mybatis配置文件报错:The content of element type "configuration" must match "(properties>settings>typeAliases>typeHa...
最近使用mybatis,在mybatis的xml配置文件中总是会提示错误The content of element type "configuration" must match "(properties>settings>typeAliases>typeHandlers>objectFactor...
分类:其他好文   时间:2014-07-10 11:05:57    阅读次数:327
读取Excel
// 产生连接字符串 string connString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=student.xls;" + "Extended Properties=...
分类:其他好文   时间:2014-07-07 23:50:13    阅读次数:228
java web项目修改项目名称
前几天在网上下了个项目,感觉名字长,所以想把项目改名字。把项目导入到myeclipse中,将项目改名后, 还需要选中项目右键,properties ,修改项目的Context Root的名字。
分类:编程语言   时间:2014-07-07 20:15:05    阅读次数:200
Java Web项目部署时 “Exploded Archive”模式部署时无效
在myeclipse中部署项目时,当Deploy type为Exploded Archive(deveplopment mode)时,finish按钮为灰色,无法部署的解决方法: 1.project上右键properties->MyEclipse->web->web context-root为空 输...
分类:编程语言   时间:2014-07-07 19:38:31    阅读次数:282
unity导出android遇到的build target 错误详解
1.导出运行后显示buildtarget=“9”,versioniswrong,can‘tloadedxxx.untiy3dfiles 之类的,一般情况看导出的jar包内的project.properties中target是否正确,改正后而且要clean相关项目。2.看AndroidManifest.xml下android:minSdkVersion和android:targetSdkVersion 是否正确..
分类:移动开发   时间:2014-06-28 06:18:03    阅读次数:266
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!