Friday, April 1, 2016

CREATE AND PRINT DB ERD diagram from sqldeveloper

 form menu File-->Data Modeler-->import-->data dictionary, the you will see a Data Dictionary Import Wizard, following the wizard,select your connection,tables, ERD diagram will be created.


for print, select menu file-->Data Modeler-->print Diagram--> to PDF File(or other options)

Tuesday, February 23, 2016

radio for foobar2000

1)chfi: folder name:Folder name : http://tor981.akacast.akamaistream.net/7/550/80872/v1/rogers.akacast.akamaistream.net
file path:http://tor981.akacast.akamaistream.net/7/550/80872/v1/rogers.akacast.akamaistream.net/tor981?.mp3

CHBM:folder name:Folder name : http://3153.live.streamtheworld.com
file path:http://3153.live.streamtheworld.com/CHBMFM_SC

CBC:http://6093.live.streamtheworld.com
http://6093.live.streamtheworld.com/CBC_R1_TOR_H_SC

Thursday, December 3, 2015

connect to remote windows with command line

D:\SysinternalsSuite>PsExec.exe \\dweidt -u ADESA\username -p password  cmd

Monday, November 16, 2015

JBOSS domain and server group test

in first machine:
domain.bat --host-config=host-master.xml -b dwei-dt -bmanagement dwei-dt
second machine:
domain.bat --host-config=host-slave.xml

Tuesday, November 10, 2015

print the query been run and parameters been passed in in MyBatis

1) create a logger with package name of the sqlmap with DEBUG level
2) link it to the handler like console or file
3) this was verified from JBOSS server side logging configuration

Monday, November 9, 2015

enable application logging in JBOSS EAP 6

1) remove any loggin configuration file in application's class path(like two in class folder of axis2)
2) config logger in admin-console