`
文章列表

JS_JOB

Namespace.register("com.gleasy.contact.job");   com.gleasy.contact.job.RefreshNewMessageCount = {};   com.gleasy.contact.job.RefreshNewMessageCount.running = false;   com.gleasy.contact.job.RefreshNewMessageCount.run = function() { com.gleasy.contact.job.RefreshNewMessageCount.ac ...
JS性能优化 1、事件优化 1)解绑事件:options.view.undelegate(); 2、Dom优化 1)删除Dom:options.view.children().remove(); 3、对象优化 1)删除对象:delete this; 4、待补充
http://cxf.apache.org/docs/a-simple-jax-ws-service.html   This example will lead you through creating your first service with doing "code first" development with JAX-WS. Setting up your build Writing your Service Publishing your service Accessing your service ...
http://www.uml.org.cn/j2ee/200907163.asp#N10059   本文内容包括: 概述 一个简单的基于注解的 Controller 清单 3. annomvc-servlet.xml 让一个 Controller 处理多个 URL 请求 清单 ...

测试客户端

JaxWsProxyFactoryBean factory = new JaxWsProxyFactoryBean(); factory.setServiceClass(TestPortType.class); factory.setAddress("url"); TestPortType testPortType = (TestPortType) factory.create(); testPortType.test();

生成CXF客户端

wsdl2java url

取第n个组件

alert($('#table1 #tr1:eq(n) #td1:eq(n)').html());

checkbox

                        $('#frmMain input:checkbox').each(function(index){                             if($(this).attr('checked')==false){                                 $(this).attr('checked',true);                             }else if($(this).attr('checked')==true){                             ...

quartz

<context:component-scan base-package="com.sys..." /> <bean id="myTask" class="org.springframework.scheduling.timer.MethodInvokingTimerTaskFactoryBean">         <property name="targetObject" ref="myService" />         <property ...
Global site tag (gtag.js) - Google Analytics