- 浏览: 99455 次
- 性别:
- 来自: 杭州
最新评论
-
freedomhtml:
详细,清楚,完整
JPA 注解以及pojo转为表 (二) -
wangjingyang2007:
谢谢,受用了!
Ext4.1 tbar换行 -
netkongjian:
不错CAD控件知识,感谢分享[deyi]
CAD 快捷键 命令 -
hotbain:
...
js原型 prototype -
直觉:
同样的问题,顶
org.hibernate.exception.ConstraintViolationException: could not insert
文章列表
1.javascript开发插件
spket:(Spket JavaScript)http://www.spket.com/update
spring2.5+struts2 开发 昨天程序运行还是正常的 今天就出错
错误:
Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener
org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 10 in XML document from ServletContext resource [/ ...
var proj4326 = new OpenLayers.Projection("EPSG:4326"); // 初始坐标系var proj900913 = new OpenLayers.Projection("EPSG:900913"); //需要转化的坐标
/**
* 转化EPSG:900913坐标
* @param {}
* geo
* @return {}
*/
function project2M(geo)
{
geo.transform(proj4326, map.getProjectionObject()) ...
//ogc wfs Transaction删除
function deleteCyId(hxyStr,hxyValue){
var u='<wfs:Transaction service ="WFS" version ="1.0.0" '
+'xmlns:cdf ="http://www.opengis.net/cite/data" '
+'xmlns:ogc ="http://www.opengis.net/ogc" '
+'xmlns:wfs ="http://www.o ...
//ogc wfs Transaction 修改
function update(xyValue,xyId){
var u='<wfs:Transaction service ="WFS" version ="1.0.0" '
+'xmlns:topp ="http://www.openplans.org/topp" '
+'xmlns:ogc ="http://www.opengis.net/ogc" '
+'xmlns:wfs ="http://www.opengis. ...
客户端对服务器的Feature执行 增 删 改 查 操作
一.添加 Feature
function addFeature(){
var u='<wfs:Transaction service="WFS" version="1.1.0" '
+'xmlns:topp="http://www.openplans.org/topp" '
+'xmlns:gsnewmap="http://gsnewmap" '
+'xmlns:ogc="http://www.opengis.net/og ...
MyEclipse7.X SVN配置
1.安装subversionclient
http://www.sliksvn.com/en/download
http://www.collab.net/downloads/subversion/。
2.下载subclipse1.6的site包
把这个site-1.6.2解压开,features复制到C:\ProgramFiles\Genuitec\Common\features,我是默认安装的myeclipse,plugins复制到这里C:\ProgramFiles\Genuitec\Common\plugins。
3.修改配置文件
编辑C:\Prog ...
MyEclipse6.X svn配置
SVN安装配置在MyEclipse6.X中如何进行,6.x的操作比较简单,可通过官方提供的链接,利用MyEclipse内置的FindandInstall功能来安装。
1.打开Myeclipse,在菜单栏中选择Help→SoftwareUpdates→FindandInstall;
2.选择Searchfornewfeaturestoinstall,点击Next进入下一步;
3.点击“NewRemoteSite”按钮,在弹出的对话框中输入:
name:svn
url:http://subclipse.tigris.org/update_1.4.x
点击OK,关 ...