Difference between revisions of "Java Code"

From MyWiki
Jump to: navigation, search
Line 10: Line 10:
 
[[ Reading a text file ]] line by line.<br>
 
[[ Reading a text file ]] line by line.<br>
 
[[ Take the first X characters from a string ]]<br>
 
[[ Take the first X characters from a string ]]<br>
 +
[[ TextArea ]]
  
 
[[ Using Split ]]<br>
 
[[ Using Split ]]<br>

Revision as of 15:45, 24 September 2014

Absolute positioning
App.java
Authenticating against Active Directory
http://www.programming-free.com/2012/09/query-active-directory-from-java-using.html
Gits Source files.
GUI Frame
Query AD
Query SQL Server
Query ad Oracle link  : http://docs.oracle.com/javase/jndi/tutorial/getStarted/examples/directory.html Reading a text file line by line.
Take the first X characters from a string
TextArea

Using Split