方法一:在Arcmap中转换:1、载入要转换的数据,右下角为经纬度2、点击View——Data Frame Properties——Coordinate System3、导入或选择正确的坐标系,确定。这时右下角也显示坐标。但数据没改变4、右击图层——Data——Export Data5、Use th...
分类:
其他好文 时间:
2014-06-28 17:30:44
阅读次数:
675
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
首先要将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
其实主要是log4j配置,跟SSI关系不大。
web.xml中添加
log4jConfigLocation
/WEB-INF/localconf/log4j.properties
log4jRefreshInterval
6000
org.springframework.web...
分类:
其他好文 时间:
2014-06-22 22:46:11
阅读次数:
270
一、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
首先导入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
今天从svn中检出项目的时候,项目里的文件一直报错,R文件也没办法生成,于是开始盘查;
R文件如果在clean项目(Project—>Clean)和 Fix Project Properties(如下图):
都无法解决的的时候,那唯一的原因就是资源文件调用的错误,比如资源文件命名不规范,多余的资源引用等,有时候很难排查,这就要求心细了。...
分类:
移动开发 时间:
2014-06-21 22:56:01
阅读次数:
369
读写函数分别例如以下: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
需要以下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
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