chat application in java source code

Bao cao JDBC in Java.doc

Bao cao JDBC in Java.doc

Ngày tải lên : 24/08/2012, 13:53
... JDBC JDBC là API Java cơ sở, mà nó cung cấp một các lớp và các giao diện được viết bằng Java để truy xuất và thao tác với nhiều loại hệ cơ sở dữ liệu khác nhau. Sự kết hợp của JDBC API và Java nền ... được biến đến như Native-Protocol thuần Java hoặc giao thức Java tới cơ sở dữ liệu. Những đặc tính: Trình điều khiển loại 4 là một trình điều khiển thuần Java, là sự chuyển đổi lời gọi JDBC vào ... lợi thế cho việc truy xuất và bất kỳ nguồn dữ liệu khác nhau và sự linh hoạt của hoạt động trên một nền có hỗ trợ máy ảo Java (JVM). Đối với một nhà phát triển, đó là điều không cần thiết để...
  • 44
  • 917
  • 3
Source code Server.doc

Source code Server.doc

Ngày tải lên : 25/08/2012, 10:24
... Source code Server Sub connectserver(ddriver As String, sserver As String, uuid As String, ppw As String, ddb As String) On Error GoTo loi If UCase$(ddriver) ... If End Sub Private Sub autotime_Timer() Dim drv As String Dim ser As String Dim uid As String Dim pw As String Dim cdb As String Dim i As Integer On Error GoTo loi autotime.Enabled = False If ... False frmmain.mnudisconnect.Enabled = True frmmain.tool.Buttons("disconnect").Enabled = True frmmain.autotime.Interval = 1000 showstatus "Ready", False frmmain.autotime.Enabled...
  • 6
  • 1K
  • 2
SOURCE CODECLIENT.doc

SOURCE CODECLIENT.doc

Ngày tải lên : 25/08/2012, 10:24
... Source CodeClient Sub export(fname As String, daty As String) On Error GoTo loi Dim sconnect As String Dim tname As String Dim pa As String Dim idx As Index Dim idxnew As Index Dim ... "text" Then For Each idx In frmtm.dbs.TableDefs(pa).Indexes Dim bol As Boolean Dim st As String Dim accessdb As Database Dim inf As String On Error GoTo loi cmdlg.InitDir = "c:\program ... constraint", vbInformation, "Export not complete" frmtm.tvtable.SetFocus showstatus "Ready", False Set dbs = Nothing Set idx = Nothing Set idxnew = Nothing frmmain.mnuexport.Enabled...
  • 13
  • 551
  • 0
MVC architecture struts framework in java (J2EE)

MVC architecture struts framework in java (J2EE)

Ngày tải lên : 23/11/2012, 13:46
... System.out.println("execute() in Employee Action"); return SUCCESS; } public String input() throws Exception{ System.out.println("input() in Employee Action"); return INPUT; ... Spring, Ajax). ã S dng cỏc Interceptor. ã Tớch hp Inversion of Control. Trang 29 MVC Architecture & Struts Framework in J2EE (Java) 10/2007 } public String ... Framework in J2EE (Java) 10/2007 Success.jsp <%@ page language=" ;java& quot; pageEncoding="ISO-8859-1"%> <% String path = request.getContextPath(); String basePath...
  • 51
  • 1.1K
  • 23
MVC Architecture  & Struts Framework In  Java(J2EE)

MVC Architecture & Struts Framework In Java(J2EE)

Ngày tải lên : 27/04/2013, 10:41
... Framework in J2EE (Java) 10/2007 } public String execute() throws Exception{ System.out.println("execute() in Employee Action"); return SUCCESS; } public String input() ... Framework in J2EE (Java) 10/2007 3. The Platform runtime : ã Cụng vic chớnh ca Platform runtime là phát xem plug -in nào đang có trong thư mục plug -in của Eclipse.Mỗi Plug -in đều có 1 tập tin Manifest ... //e.printStackTrace(); } System.out.println(i); } public int addEmployee(Employee employee){ System.out.println("addEmployee method in EmployeeService class"); int ret...
  • 51
  • 580
  • 0
MVC Architecture & Struts Framework In Java(J2EE)

MVC Architecture & Struts Framework In Java(J2EE)

Ngày tải lên : 27/04/2013, 15:35
... Framework in J2EE (Java) 10/2007  La công nghe đau tiên cua java đe tao ra web Application  Không nam trong core Java API ma nam trong hai package javax.servlet va javax.servlet.http cua Java ... Framework in J2EE (Java) 10/2007 } public String execute() throws Exception{ System.out.println("execute() in Employee Action"); return SUCCESS; } public String input() ... Architecture & Struts Framework in J2EE (Java) 10/2007 Phần I Tổng quan ngôn ngữ java 1. Lch s phỏt trin ca Java ã Ra i ti Sun Microsystems bi James Gosling ã 1991: Version u tiờn vi...
  • 51
  • 498
  • 0
Thủ thuật xem source code của các trang web cấm chức năng xem source code

Thủ thuật xem source code của các trang web cấm chức năng xem source code

Ngày tải lên : 06/09/2013, 05:10
... Thủ thuật xem source code của các trang web cấm chức năng xem source code Đã bao giờ các bạn muốn xem source code của một trang web nhưng khi bấm phải chuột và dùng chức năng view source thì không ... là Code: http://www.tialia.com/pmusic.php?onlinemusicid=83100 Bạn copy lấy đường link này. Sau đó mở trang web _http://www.viewhtml.com ra và paste đường link đó vào mục URL rồi bấm nút View HTML Source. Trang web này ... bộ Source Code HTML của đường link trên. Sau đó bạn dùng chức năng Search để tìm đến đường dẫn của tệp flash (bằng cách bấm Ctrl+F rồ gõ vào dòng text là ".swf" sau đó bấm nút Find...
  • 2
  • 934
  • 1
Object Orientation in Java

Object Orientation in Java

Ngày tải lên : 05/10/2013, 10:20
... test this feature, called late binding in Java. ) ■ Tip Keep in mind that this is just an introduction to Java. I recommend you read Bruce Eckel’s Thinking in Java for a good explanation of these ... ORIENTATION IN JAVA5 0 6250CH11.qxd 2/23/06 11:25 AM Page 50 * You may use this code, copy this code, sell this code, * print this code out and wallpaper your house with it * if you wish. **/ import java. io.*; class ... PM Page 64 Another interesting aspect of interfaces is that Java will allow you to define variables in your interface, but they will automatically be declared static and final. This makes sense (to...
  • 22
  • 385
  • 0
XML programming in Java

XML programming in Java

Ngày tải lên : 22/10/2013, 15:15
... writing code to traverse the entire tree. The domSorter .java source code is on page 50. public String getTextFromLine(Node lineElement) { StringBuffer returnString = new StringBuffer(); if (lineElement.getNodeName(). equals("line")) { NodeList ... Node.PROCESSING_INSTRUCTION_NODE: processingInstructions++; break; } } /** Main program entry point. */ public static void main(String argv[]) { if (argv.length == 0) { System.out.println("Usage: java ... string into an InputSource object. The first step is to create a StringReader object from your string. Once you’ve done that, you can create an InputSource from the StringReader. You can run java...
  • 59
  • 390
  • 0
Display VB6 Source codes với màu trong trang Web

Display VB6 Source codes với màu trong trang Web

Ngày tải lên : 04/11/2013, 11:15
... một Text File chứa VB6 source code vào ListBox lstCodes. Khi User clicks nút Pretty Codes program sẽ làm hai chuyện sau đây: Làm cho code đẹp Dưới đây là mẫu của HTML codes với màu: Function ... hàng code kế tiếp thụt vô trở lại. Pretty Codes hiện ra như trong hình dưới đây: Program nầy cho phép bạn Paste VB6 Source code từ Clipboard vào ListBox lstCodes, bằng cách click nút Paste Codes ... Display VB6 Source codes với màu trong trang Web T rong VB6 Integrated Development Environment, khi ta edit source codes các hàng Comment (chú thích) được hiển...
  • 6
  • 385
  • 0

Xem thêm