方法一:在Arcmap中转换:1、载入要转换的数据,右下角为经纬度2、点击View——Data Frame Properties——Coordinate System3、导入或选择正确的坐标系,确定。这时右下角也显示坐标。但数据没改变4、右击图层——Data——Export Data5、Use th...
分类:
其他好文 时间:
2014-06-28 17:30:44
阅读次数:
675
【Unity调试设置】1、Mac中,"Unity"->"Preferences..."。 Windows中,"Edit"->"Preferences..."。 在弹出的对话框中,选择“External Tools”,进行external editor的设置: 2、Mac中,"MonoDevel...
分类:
其他好文 时间:
2014-06-28 17:02:12
阅读次数:
174
【Tags and Layers】1、tags and layers 配置面板。"Edit" -> "Project Settings" -> "Tags and Layers"来打开设置面板。 2、tag可以理解为一类元素的标记,如hero、enemy、apple-tree等。通过设置tag,可....
分类:
其他好文 时间:
2014-06-28 16:00:08
阅读次数:
264
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
【Unity抗锯齿的设置】 "Edit"->"Project Settings"->"Quality",可以质量设置Inspector。在这里可以设置抗锯齿。
分类:
其他好文 时间:
2014-06-28 12:44:36
阅读次数:
289
/* * Created by SharpDevelop. * User: Administrator * Date: 2013/11/18 * Time: 20:55 * * To change this template use Tools | Options | Coding | Edit ....
分类:
其他好文 时间:
2014-06-28 12:34:14
阅读次数:
466
【Unity3D Physics Keynote】1、在哪设置Layer Collision Matrix? "Edit"->"Project Settings"->"Physics"。 2、“Import Package”->"Physic Meterial",是Unity自带的物理材质包。3.....
分类:
其他好文 时间:
2014-06-28 11:12:40
阅读次数:
221
【1】双击项目中的文本文件时,调用自定义编辑器打开,ipcore生成器等不受影响。edit->perferences->ISE general->editersediter下拉列表选择custom,后面填入geany $1不过并不是内嵌的(geany也不支持),而是会打开新的窗口。
分类:
其他好文 时间:
2014-06-21 15:23:24
阅读次数:
197
需要以下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