摘要:
PostgreSQL中提供了空间类型字段 几何类型 几何数据类型表示二维空间的对象。表6-18 显示了PostgreSQL 里面所有的几何类型。最基本的类型是“点”,它是其它数据类型的基础。 6.8.1点(point) 点是最基本的几何类型。下面语法定义point类型的值: ( x , y ) x 阅读全文
摘要:
Multiple annotations found at this line:- String cannot be resolved to a type- The method getContextPath() from the type HttpServletRequest refers to 阅读全文
摘要:
Myeclipse的web项目中的js文件报Multiple markers at this line - Missing semicolon时的解决方法 Myeclipse的web项目中的js文件报Multiple markers at this line - Missing semicolon时 阅读全文