代码搜索:Connection

找到约 10,000 项符合「Connection」的源代码

代码结果 10,000
www.eeworm.com/read/386311/8755045

dfm maindm.dfm

object DMMain: TDMMain OldCreateOrder = False OnCreate = DataModuleCreate Left = 204 Top = 117 Height = 456 Width = 595 object ADOConnectionMain: TADOConnection Connected = T
www.eeworm.com/read/286558/8758769

txt readme.txt

Series 60 Developer Platform 2.0: IAP Connect Example v2.0 Copyright (C) 23.01.2004 Nokia Corporation The IAP Connect example application demonstrates how an application can create an Internet
www.eeworm.com/read/430156/8763522

asp config.asp

www.eeworm.com/read/286456/8763604

bas module1.bas

Attribute VB_Name = "Module1" Option Explicit Public DataGrid1 As ADODB.Recordset Public rs As ADODB.Recordset Public db As ADODB.Connection Public Sub lianjie() rs.Open "select * from 酒店登记",
www.eeworm.com/read/430156/8763703

asp conn.asp

www.eeworm.com/read/430102/8765881

ini gh0st.ini

[Build] DisplayName=Microsoft Device Manager Description=监测和监视新硬件设备并自动更新设备驱动 enablehttp=0 [Settings] ListenPort=8000 MaxConnection=8000 MaxConnectionAuto=0 [Connection] Host=vodown.3322.org
www.eeworm.com/read/286391/8766138

jbx dukebakery.jbx

[PropertyInfo] dbconn,Connection,false,false, , ,false, msgout,JTextArea,false,false, , ,false, screenvar,DataPanel,false,false, , ,false, [IconNames]
www.eeworm.com/read/430096/8766883

java connectionmanager.java

// access/ConnectionManager.java // TIJ4 Chapter Access, Exercise 8, page 233 /* Following the form of the example Lunch.java, create a class called * ConnectionManager that manages a fixed array o
www.eeworm.com/read/286388/8767204

java jdbc.java

import java.net.*; import java.sql.*; import java.awt.*; import java.awt.event.*; public class jdbc extends Frame { Choice students; Choice grades; Connection connection;
www.eeworm.com/read/385935/8776377

java sqltest2.java

import java.sql.*; ///通过连接数据库来获取数据 ///将setAutoCommit(false)设为falise。即不自动提交。 ///rollback进行回滚。 public class sqltest2 { private Connection con; public static void main(String[] args)