码迷,mamicode.com
首页 >  
搜索关键字:properties getproper    ( 8589个结果
平面坐标(方里网)转换为经纬度坐标
方法一:在Arcmap中转换:1、载入要转换的数据,右下角为经纬度2、点击View——Data Frame Properties——Coordinate System3、导入或选择正确的坐标系,确定。这时右下角也显示坐标。但数据没改变4、右击图层——Data——Export Data5、Use th...
分类:其他好文   时间:2014-06-28 17:30:44    阅读次数:675
【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-06-28 15:14:05    阅读次数:194
java 学习之连接 mysql
首先要将mysql-connector-java-5.1.10-bin.ja加入系统java工程文件中 下载地址http://download.csdn.net/detail/u014112584/7359185 Mysql----->右击选择Properties属性--------------->Add External JARS 测试例子 i...
分类:数据库   时间:2014-06-22 22:58:21    阅读次数:275
SSI框架中配置log4j
其实主要是log4j配置,跟SSI关系不大。 web.xml中添加 log4jConfigLocation /WEB-INF/localconf/log4j.properties log4jRefreshInterval 6000 org.springframework.web...
分类:其他好文   时间:2014-06-22 22:46:11    阅读次数:270
Myeclipse重装后的必要配置
一、JDK位置 每台机器允许多个jdk版本存在,编译时选择需要使用的jdk即可。MyEclipse—>Properties—>Java—>Installed JRES选择jdk位置 二、编码 ①window—>preference—>general—>content type,展开每一项并在Default encoding中输入UTF-8并点击update按钮 ②window—>p...
分类:系统相关   时间:2014-06-22 16:43:36    阅读次数:333
java 学习之连接 Mysql
首先导入mysql-connector-java-5.1.10-bin.ja 下载地址:http://download.csdn.net/detail/u014112584/7359185 鼠标放在项目上,右击选择Properties----->Java Build Path ------>Add External JARS 测试代码: import java.sql.Co...
分类:数据库   时间:2014-06-22 00:21:25    阅读次数:409
Android无法生成R文件的终极解决办法
今天从svn中检出项目的时候,项目里的文件一直报错,R文件也没办法生成,于是开始盘查; R文件如果在clean项目(Project—>Clean)和 Fix Project Properties(如下图): 都无法解决的的时候,那唯一的原因就是资源文件调用的错误,比如资源文件命名不规范,多余的资源引用等,有时候很难排查,这就要求心细了。...
分类:移动开发   时间:2014-06-21 22:56:01    阅读次数:369
Android下用Properties保存程序配置
读写函数分别例如以下:import java.io.FileInputStream;import java.io.FileOutputStream;import java.util.Properties;public Properties loadConfig(Context context, St...
分类:移动开发   时间:2014-06-21 08:54:22    阅读次数:323
log4j 将日志记录到数据库
需要以下jar包:---log4jcommons-loggin-1.1.1.jarlog4j-1.2.16.jar---mysqlmysql-connector-java-5.1.15-bin.jar---log4j.properties配置内容log4j.rootLogger=INFO,DATAB...
分类:数据库   时间:2014-06-20 16:11:50    阅读次数:206
[LeetCode] Search a 2D Matrix
Write an efficient algorithm that searches for a value in an m x n matrix. This matrix has the following properties:Integers in each row are sorted fr...
分类:其他好文   时间:2014-06-20 15:29:46    阅读次数:233
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!