0

thực thi giao diện phần 1

BẢN ĐỒ CÁC QUẬN TRONG TP.HCM PHẦN 1

BẢN ĐỒ CÁC QUẬN TRONG TP.HCM PHẦN 1

Địa lý

... QUẬN GÒ VẤPQUẬN THỦ ĐỨCQUẬN 12 QUẬN 10 QUẬN BÌNH TÂNQUẬN TÂN PHÚ QUẬN PHÚ NHUẬN QUẬN QUẬN QUẬN 9QUẬN 11 QUẬN 8BẢN ĐỒ CÁC QUẬN TRONG TP.HCM(tt)QUẬN...
  • 15
  • 462
  • 0
Thiết kế giao diện người dùng 1

Thiết kế giao diện người dùng 1

Kỹ thuật lập trình

... tắc thi t kế giao diện. - Những thư viện, gói xây dựng giao diện: gồm những lớp (class), những giao tiếp (interface) quản lý sự kiện và những thành phần (components) xây dựng nên giao diện ... setBounds(Rectangle r) Ví dụ: o MyButton.setSize(new Dimension(20, 10 )); o MyButton.setLocation(new Point (10 , 10 )); o MyButton.setBounds (10 , 10 , 20, 10 ); import java.awt.*; class NullLayoutDemo { public ... Button("Center"); this.add(north, BorderLayout.NORTH); this.add(south, BorderLayout.SOUTH); this.add(east, BorderLayout.EAST); this.add(west, BorderLayout.WEST); this.add(center, BorderLayout.CENTER);...
  • 19
  • 836
  • 2
Developing a Simple Windows Application phần 1

Developing a Simple Windows Application phần 1

Kỹ thuật lập trình

... contained in the file Form1.cs file. You'll examine this code in the next section. Examining the Code behind the Form The Form1.cs file contains the code for your form. This code is often referred ... Project dialog box. VS .NET will assign a default name to your project; this default name will be WindowsApplication1, or something similar. You can specify your own name for your project by changing ... method. This method is executed when myButton is clicked in your running form. The statement you'll add to myButton_Click() will set the Text property of myLabel to a string. This string...
  • 6
  • 318
  • 0
Miền ứng dụng ,cơ chế phản chiếu và siêu dữ liệu phần 1

Miền ứng dụng ,cơ chế phản chiếu và siêu dữ liệu phần 1

Kỹ thuật lập trình

... Đối tượng đại diện thực hiện các hành vi hoàn toàn giống với đối tượng MBR mà nó đại diện. Thực ra, khi thực hiện một hành vi trên đối tượng đại diện, hệ thống .NET Remoting thực hiện ngầm ... tên đầy đủ. string name1 = "System.Data,Version =1. 0.5000.0," + "Culture=neutral,PublicKeyToken=b77a5c5 619 34e089"; Assembly a1 = Assembly.Load(name1); // Nạp assembly ... ứng dụng mà bộ thực thi không phải nạp thêm assembly. Khi đối tượng này đến miền ứng dụng đích, bạn có thể khôi phục tham chiếu đối tượng, bộ thực thi sẽ nạp các assembly cần thi t và cho phép...
  • 7
  • 360
  • 1
Mục đích và ý nghĩa của Sổ tay Tín dụng phần 1

Mục đích và ý nghĩa của Sổ tay Tín dụng phần 1

Ngân hàng - Tín dụng

... Nam 28 /10 /19 95 Luật các tổ chức tín dụng 12 /12 /19 97 Nghị định về quy chế đấu thầu 88 /19 99/NĐ-CP 01/ 09 /19 99 Nghị định về quy chế đấu thầu 14 /2000/NĐ-CP 05/05/2000 Thông tư hướng dẫn thực hiện ... kèm theo Nghị định 88 và Nghị định 14 04/2000/TT-BKH 26/05/2000 Quyết định về Quy chế cho vay của TCTD đối với khách hàng 16 27/20 01/ QĐ-NHNN 31/ 12/20 01 Quyết định về Quy chế đồng tài trợ ... đổi STTD. Chương 13 . Hợp đồng tín dụng & hợp đồng bảo đảm tiền vay Chương 14 . Kiểm tra và giám sát tín dụng độc lập Chương 15 . Phát triển sản phẩm tín dụng Chương 16 . Hệ thống thông...
  • 4
  • 659
  • 0
Phát triển ứng dụng phần 1

Phát triển ứng dụng phần 1

Kỹ thuật lập trình

... this.ClientSize = new System.Drawing.Size(292, 12 6); this.Controls.Add(this.button1); this.Controls.Add(this.textBox1); this.Controls.Add(this.label1); this.Name = "form1"; ... cầu). this.label1.Location = new System.Drawing.Point (16 , 36); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size (12 8, 16 ); this.label1.TabIndex = 0; this.label1.Text ... System.Drawing.Point (10 9, 80); this.button1.Name = "button1"; this.button1.TabIndex = 2; this.button1.Text = "Enter"; this.button1.Click += new System.EventHandler(this.button1_Click); ...
  • 7
  • 308
  • 0
Executing SELECT Statements and TableDirect Commands phần 1

Executing SELECT Statements and TableDirect Commands phần 1

Kỹ thuật lập trình

... output from this program is as follows: mySqlDataReader["ProductID"] = 1 mySqlDataReader["ProductName"] = Chai mySqlDataReader["QuantityPerUnit"] = 10 boxes x ... about the details of accessing a DataTable just yet: you'll learn the details in Chapter 10 , "Using DataSet Objects to Store Data." The if statement in the inner foreach loop ... ProviderType contains a number value that indicates the SQL Server type of the database column. I cast this number to System.Data.SqlDbType, which is an enumeration that defines the SQL Server column...
  • 10
  • 364
  • 0
NỀN TẢNG NGÔN NGỮ C# phần 1

NỀN TẢNG NGÔN NGỮ C# phần 1

Kỹ thuật lập trình

... tao: bien1 ={0}”, bien1); bien1 = 15 ; System.Console.WriteLine(“Sau khi gan: bien1 ={0}”, bien1); } } Kết quả: Sau khi khoi tao: bien1 = 9 Sau khi gan: bien1 = 15 Ngay ... { int bien1; bien1 = 9; System.Console.WriteLine(“Sau khi khoi tao: bien1 ={0}”, bien1); bien1 = 15 ; System.Console.WriteLine(“Sau khi gan: bien1 ={0}”, bien1); } } ... Main() { int bien1; System.Console.WriteLine(“Sau khi khoi tao: bien1 ={0}”, bien1); bien1 = 15 ; System.Console.WriteLine(“Sau khi gan: bien1 ={0}”, bien1); } } Khi...
  • 10
  • 362
  • 0
Dịch vụ Web XML và Remoting Microsoft .NET Framework phần 1

Dịch vụ Web XML và Remoting Microsoft .NET Framework phần 1

Kỹ thuật lập trình

... của các đối tượng khả-truy-xuất-từ-xa (mục 12 .11 và 12 .12 ).  Hiện thực các phương thức một chiều trong các đối tượng khả-truy-xuất-từ-xa (mục 12 .13 ). # Chương này chỉ đưa ra một số kỹ thuật ... chúng trên IIS (mục 12 .7, 12 .8, và 12 .9).  Phát sinh sự kiện trên các kênh truy xuất từ xa (mục 12 .10 ).                                                              Hình 12 .1 Cấu hình địa chỉ ... (mục 12 .1) .  Sử dụng kỹ thuật caching để nâng cao hiệu năng và khả năng phục vụ (tính quy mô) của dịch vụ Web XML (mục 12 .2 và 12 .3).  Tạo phương thức giao dịch cho dịch vụ Web XML (mục 12 .4)....
  • 8
  • 428
  • 1
Microsoft ISA Server 2004 Firewall phần 1

Microsoft ISA Server 2004 Firewall phần 1

An ninh - Bảo mật

... Media technologies, and Internet Relay Chat (IRC). This filtering occurs at the transport or session layer as opposed to the application layer. This proxy functionality works in conjunction with ... a "real" firewall. This perception is largely the result of misinformation, lack of education regarding the product, and simple dislike/disregard of anything Microsoft being remotely ... system: • NSA Security Configuration Guides http://www.nsa.gov/snac/downloads_all.cfm?MenuID=scg10.3 .1 • Hardening the Windows Infrastructure on the ISA Server 2004 Computer http://www.microsoft.com/technet/prodtechnol/isa/2004/plan/hardeningwindows.mspx...
  • 4
  • 296
  • 0
Customizing a Network Using the Registry phần 1

Customizing a Network Using the Registry phần 1

Kỹ thuật lập trình

... recommended value for this parameter is 2 (you can also set this value to 1, but this configuration is less efficient). Securing Terminal Services Connections Materials provided in this section will ... already mentioned earlier in this chapter, this facility is automatically installed on all servers running Windows Server 2003. However, remote administration with this tool is not enabled by ... that is not constantly monitored. Because of this reason, set this parameter to 0.  EnablePMTUDiscovery (REG_DWORD data type). The default value of this parameter enables TCP/IP to determine...
  • 6
  • 302
  • 0
Executing SQL Server Stored Procedures phần 1

Executing SQL Server Stored Procedures phần 1

Kỹ thuật lập trình

... AddProduct(), and Listing 8 .11 shows the AddProduct.sql script that creates the AddProduct() procedure. You saw how to run this script in Chapter 4. If you didn't already run this script when reading ... using the T-SQL EXECUTE statement. In this section, you'll see how to execute SQL Server procedures using ADO.NET. In Table 8 .1 , shown earlier in this chapter, I mentioned the CommandType ... later, you'll need to run this script. AddProduct() adds a row to the Products table and returns the ProductID of the new row as an OUTPUT parameter. Listing 8 .11 : ADDPRODUCT.SQL /* AddProduct.sql...
  • 6
  • 440
  • 1

Xem thêm