上一页 1 ··· 43 44 45 46 47 48 49 50 51 ··· 81 下一页
摘要: 本人在安装了Microsoft Windows XP Professional 英文版后,在没有设置中文支持的时候,就把Oracle 9i客户端安装好了,这个时候默认的客户端语言是NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1(这个值不一定都是这个),在安装了PL/SQL Developer后,查询数据库里面的中文的时候,显示乱码,无法正常显示,通过Google搜索后... 阅读全文
posted @ 2010-02-01 15:19 googlegis 阅读(197) 评论(0) 推荐(0)
摘要: select cast(编号 as number) as id from table 阅读全文
posted @ 2010-01-20 14:55 googlegis 阅读(246) 评论(0) 推荐(0)
摘要: 一般来讲,GPS直接提供的坐标(B,L,H)是1984年世界大地坐标系(Word Geodetic System 1984即WGS-84)的坐标,其中B为纬度,L为经度,H为大地高即是到WGS-84椭球面的高度。而在实际应用中,我国地图采用的是1954北京坐标系或者1980西安坐标系下的高斯投影坐标(x,y,),不过也有一些电子地图采用1954北京坐标系或者1980西安坐标系下的经纬度坐标(B,L... 阅读全文
posted @ 2010-01-14 17:42 googlegis 阅读(1590) 评论(0) 推荐(0)
摘要: fun.cs using System; using System.Collections.Generic; using System.Text; namespace _2008N2 { class fun { public string getABC() { return "ABC"; } ... 阅读全文
posted @ 2010-01-13 15:44 googlegis 阅读(132) 评论(0) 推荐(0)
摘要: //writelog("更新周期开始" + System.DateTime.Now.ToString()); //OracleConnection con = new OracleConnection(mysqlstr); //try //{ // con.Open(); ... 阅读全文
posted @ 2010-01-13 11:50 googlegis 阅读(256) 评论(0) 推荐(0)
摘要: 在一个表报警信息中插入记录,但是没有x,y值信息,其中的x,y值要根据记录中的现场警力编号到gps警员表中查取xy值,然后付给当前记录,再进行插入。 create or replace trigger getxy before inserton SDGA.报警信息 for each rowdeclare xx number:=0; yy number:=0;begin select... 阅读全文
posted @ 2010-01-11 12:07 googlegis 阅读(140) 评论(0) 推荐(0)
摘要: 一张表车辆轨迹表 四个字段 id ,x, y, 时间 , 抽取不同id中最后车辆的x,y值,即每个不同的id对应的最大时间时的x,y值 select * from 表名 a where a.时间 =(select max(b.时间) from 表名 b where a.id=b.id) 阅读全文
posted @ 2010-01-11 12:03 googlegis 阅读(136) 评论(0) 推荐(0)
摘要: 安装iis5.1时找不到zClientm.exe的解决方法! 把这[Internet游戏]前的选择框里的那个勾去掉,然后再安装IIS,成功安装,问题解决! 阅读全文
posted @ 2010-01-07 13:18 googlegis 阅读(131) 评论(0) 推荐(0)
摘要: 在这个世界上,有数百万的人热衷于软件开发,他们有很多名字,如:软件工程师(Software Engineer),程序员(Programmer),编码人(Coder),开发人员(Developer)。 经过一段时间后,这些人能够成为一个优秀的编码人员,他们非常熟悉如何用计算机语言来完成自己的工作。但是,如果你要成为一个优秀的程序员,你还可以需要有几件事你需要注意,如果你能让下面十个条目成为你的习惯,... 阅读全文
posted @ 2010-01-07 11:48 googlegis 阅读(142) 评论(0) 推荐(0)
摘要: 主菜单栏中点击 "help" -> "software update" --> "find and install"; search for new featrues to install -> 点击 next; 点击 New Remote Site; Name:language URL:http://download.eclipse.org/technology/babel/update-sit... 阅读全文
posted @ 2010-01-06 16:51 googlegis 阅读(157) 评论(0) 推荐(0)
上一页 1 ··· 43 44 45 46 47 48 49 50 51 ··· 81 下一页

坐标合肥,非典型GIS开发人员 GitHub