Sie sind auf Seite 1von 3

CREATE TABLE `client_user_year` (

`client_user_year_id` int(11) NOT NULL AUTO_INCREMENT,


`client_user_id` int(11) DEFAULT NULL,
`bill_service` enum('Y','N') DEFAULT NULL,
`display_report` enum('Y','N') DEFAULT NULL,
`year` int(11) DEFAULT NULL,
`created` date NOT NULL,
`updated_by_emp` int(11) DEFAULT NULL,
`updated` int(11) NOT NULL,
PRIMARY KEY (`client_user_year_id`),
KEY `fk_client_user_year_1_idx` (`client_user_id`),
CONSTRAINT `fk_client_user_year_1` FOREIGN KEY (`client_user_id`) REFERENCES
`client_users` (`client_user_id`) ON DELETE NO ACTION ON UPDATE NO ACTION
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
ALTER TABLE `Portal20`.`client_users`
DROP COLUMN `FFF`,
DROP COLUMN `contracted`,
CHANGE COLUMN `status` `status` VARCHAR(1) NOT NULL DEFAULT 'A' ;
smb://192.168.1.142/video%20tutorials/
ps -aux|grep firefox
svn checkout http://23.21.50.122/usvn/svn/SEEDXBT_COM_Source/trunk/ --username dulip
--password welcome@ef
jax-ws client genaration
wsimport -b http://www.w3.org/2001/XMLSchema.xsd
http://www.holidaywebservice.com/Holidays/HolidayService.asmx?WSDL
install 3rd party jar file maven
mvn install:install-file -Dfile=/media/dulip/1F39-CF63/iHelth/IWsClient.jar
-DgroupId=com.dc.client -DartifactId=iWsClient -Dversion=2.3 -Dpackaging=jar
<dependency>
<groupId>com.dc.client</groupId>
<artifactId>iWsClient</artifactId>
<version>2.3</version>
</dependency>
mvn install:install-file
-Dfile=/home/dulip/Desktop/hools/wsCient/wsClient/client_content/jarfile/iHelthContent.jar
-DgroupId=com.dc.contentClient -DartifactId=iWsContentClient -Dversion=2.3 -Dpackaging=jar
<dependency>
<groupId>com.dc.contentClient</groupId>

<artifactId>iWsContentClient</artifactId>
<version>2.3</version>
</dependency>
----------------tomcatdeploy--------------- chan we
mvn tomcat:deploy -Dmaven.test.skip=true

mvn tomcat:undeploy
---------activeMq---------------------------http://rocksolutions.wordpress.com/2010/12/03/configure-apache-activemq-with-tomcat-6/
-----tomcat adaptur---------------------------------http://stackoverflow.com/questions/11157190/activemq-standalone-server-deployment-or-embededin-a-spring-webapp
connect to remort database
mysql -h 192.168.2.102 -uroot -padmin123
mvn clean install tomcat:redeploy -Dmaven.test.skip=true
mysqldump -u root -padmin123 iheal > /home/dulip/Desktop/pepid.sql
mysqldump --host=124.43.25.202 -u root -padmin123 hooheals_stg > /home/dulip/Desktop/foo1.sql
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
<version>4.0.0.CR6</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>4.1.4.Final</version>
</dependency>

<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-search</artifactId>
<version>4.0.0.Final</version>
</dependency>
<prop key="hibernate.search.default.directory_provider">filesystem</prop>
<prop
key="hibernate.search.default.indexBase">/home/dulip/workspace/lucene/indexes</prop>
SELECT * FROM hooheals_dev.app_user where user_id in (SELECT app_user_id FROM
hooheals_dev.user_roles where user_role_id = '5');
http://23.21.50.122:9000/drilldown/issues/1?&rule=pmd
%3AAvoidDuplicateLiterals&rule_sev=MAJOR#
--------------------------------------svn switch------------------------------switch --relocate http://124.43.25.202/svn/hooheals-v2/trunk TO
http://23.21.50.122/usvn/svn/Hooheals_Source/trunk/
http://hooheals.efuturesworld.com:9090/hooheals
svn checkout http://23.21.50.122/usvn/svn/Hooheals_Source
adminh11
---------------------mitrai------------------https://mitrai.hotgloo.com/wf/9bc3b294#/4329b879
----staging--new -- --------------http://54.254.163.108:8080/home
------r1 track------http://54.254.144.140/trac/HooHeals
gradle build -x test
gradle :seedxbt-message-broker-component:jettyRun
sudo -u postgres psql postgres
sudo -u postgres createdb seedxbttest
https://www.youtube.com/watch?v=coPKFTqpgJc

Das könnte Ihnen auch gefallen