`
xiao_feng68
  • 浏览: 104378 次
  • 性别: Icon_minigender_1
  • 来自: 济南
社区版块
存档分类
最新评论
文章列表

GPS

通过地图经纬度得到地理信息 function initialize() {   map = new GMap2(document.getElementById("map"));   map.setCenter(new GLatLng(39.90822, 116.4055), 13);   map.addControl(new GLargeMapControl);   GEvent.addListener(map, "click", getAddress);   geocoder = new GClientGeocoder(); } funct ...
在Hibernate连接Proxool配置的连接池,并且mapping是class时 Error: %%%% Error Creating SessionFactory %%%% org.hibernate.MappingException: An AnnotationConfiguration instance is required to use <mapping class="com.bosure.gps.bean.Pos"/> at org.hibernate.cfg.Configuration.parseMappingElement(Configu ...
struts.action.extension The URL extension to use to determine if the request is meant for a Struts action 用URL扩展名来确定是否这个请求是被用作Struts action,其实也就是设置 action的后缀,例如login.do的'do'字。 struts.configuration The org.apache.struts2.config.Configuration implementation class org.apache.struts2.config.Configuratio ...
Hibernate的三种连接池设置C3P0、Proxool和DBCP ZZ 2007年06月18日 星期一 10:56 A.M. 以下三种连接都是以连接MySQl为例。 <!-- JDBC驱动程序 --> <property name="connection.driver_class">org.gjt.mm.mysql.Driver</property> <property name="connection.url">jdbc:mysql://localhost:3306/struts?useUnico ...
extjs的容器组件都可以设置它的显示风格,它的有效值有 absolute, accordion, anchor, border, card, column, fit, form and table. 一共9种。简单总结一下,帮助记忆。 •  absolute 顾名思义,在容器内部,根据指定的坐标定位显示 •  accordion 这个是最容易记的,手风琴效果 Java代码  1. Ext.OnReady(function(){   2. var panel=new Ext.Panel(//Ext.formPanel就是Panel中用了form布局   3.       {   ...
一.下载安装Flex Builder 3.0 插件版 http://trials.adobe.com/Applicat ... FB3_WWEJ_Plugin.exe 1. 指定 Flex Builder 3.0 安装路径为D:\Program Files\eclipse\Flex Builder,进下一步. (你也可设为其它目录,但不要这样:D:\Program Files\eclipse) 2. 指定 Eclipse 安装路径为 D:\Program Files\eclipse 进下一步. 3. 选择是否安装浏览器 Flash Plyer 9 插件(可选安装) 安装要花一点时间.大家 ...
在使用ActionScript3.0进行编程的时候需要注意以下问题: 1、与Socket服务器建立连接。 2、向Socket服务器发送数据。 3、从Socket服务器读数据。 4、同Socket服务器进行握手,并确定收到了什么样的数据和如何处理这些数据。 5、与Socket服务器断开,或者当服务器想与你断开的时候发消息给你。 6、处理使用Socket时候引发的错误。 实例详解: 一、通过Socket.connect()或者XMLSocket.connect()方法并监听网络连接的事件消息。 连接一台Socket服务器你需要确定两个信息,一个是Socket服务器的域名或者IP地址,另一个是服务器 ...
Global site tag (gtag.js) - Google Analytics