`
xiatianyu_22
  • 浏览: 4093 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论
文章列表
<jaxws:endpoint address="/my/endpoint"> <jaxws:implementor> <bean class="ca.intelliware.sample.webservice.QueryFulfiller" /> </jaxws:implementor> <jaxws:outFaultInterceptors> <bean class="ca.intelliware.sample.webservice.Cu ...
CXF Interceptor中Phase的先后顺序 org.apache.cxf.phase.PhaseManagerImpl中 final void createInPhases() { int i = 0; inPhases = new SortedArraySet<Phase>(); inPhases.add(new Phase(Phase.RECEIVE, ++i * 1000)); inPhases.add(new Phase(Phase.PRE_STREAM, ++i * 1000)); inPhases.add(new Phase(Pha ...
http://blog.csdn.net/hjm4702192/article/details/17277669
shirt + direction key: everytime move 10 pixels crtl + 0: use current screen for the image crtl + t: adjust image crtl + g: merge selected layer into a group crtl + r: show or hide ruler crtl + d: cancel the selection crtl + f: duplicate filter crtl + alt + f: pop up duplicate filter alt + ...

jar manifest detail

    博客分类:
  • java
bellowing is the jar manifest details: Manifest-Version: 1.0 Built-By: Build-Jdk:  Class-Path: mybatis-3.1.1.jar mysql-connector-java-5.1.21.jar Created-By: Apache Maven 3.0.4 Main-Class: com.test.Annotations_Example Archiver-Version:   
  Launch the mysql client tool and type the following commands: DELIMITER // DROP PROCEDURE  IF EXISTS test.read_recordByIdttx //    CREATE DEFINER=`root`@`localhost` PROCEDURE read_recordById (IN emp_id INT)      BEGIN        SELECT * FROM STUDENT WHERE ID = emp_id;     END//    DELIMITER ...
Gola to create a project that can be used to create mutiple module maven project. To accomplish this we first need to create a multiple module project. Then create an archetype from that project. The post details the following steps. How to use maven to create my base project. How to generate ...
   Currently, I join a project, which uses ldap server to manage users. So I want to set a ldap server for myself to test. For the openSource Ldap server, I found there are openLdap and apacheDS.    As a super fans of apache, of course, I choose the apacheDS as my Ldap server. As Ldap server clien ...
<!DOCTYPE html> <html> <script src= "http://ajax.googleapis.com/ajax/libs/angularjs/1.3.14/angular.min.js"></script>   <body>   <h2>Validation Example</h2>   <form ng-app="myApp" ng-controller="validateCtrl"  name=&q ...
mongodb is a nosql database, which contains db,collection and document, and compare with relation database, db->schema, collection->table, document->records. how to install mongodb in macbook, please follow below steps. step1:  brew install mongodb step2:  brew services list step3:  bre ...
firstly, please create our project with below command: compass create pouchDemo noted: please research sass and compass online grunt-bower-install we get a simple project after run above project successfully,  then go ahead to run "npm init", we will get package.json for grunt. then ...
bower can install with node.js npm install -g bower to add a new package to your project, you should run bower command as below: bower install <package> also you are able to be very easy to find out which packages are installed using list command bower list you can update the installed p ...
installing couchdb steps are as below:first step: install brew with below command ruby -e "$(curl -fsSL https://raw.githubusercontent.com /Homebrew/install/master/install)" second step: on a mac you can run "brew install couchdb" to install couchdb. third step: execute " ...
Global site tag (gtag.js) - Google Analytics