代码搜索:CNN
找到约 803 项符合「CNN」的源代码
代码结果 803
www.eeworm.com/read/326397/13143949
cs default1.aspx.cs
using System;
using System.Data;
using System.Data.SqlClient;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
us
www.eeworm.com/read/325466/13204670
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Public Function cnn() As String '定义函数
'返回一个数据库连接
cnn = "Provider=MSDASQL.1;Persist Security Info=False;User ID=sa;Data Source=CYGLXT"
End Func
www.eeworm.com/read/322031/13390808
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
'定义cnn为数据库连接对象
Public cnn As New ADODB.Connection
Public DBcnnstr As String
Sub Main()
'连接数据库
DBcnnstr = "Driver={sql server};serv
www.eeworm.com/read/322026/13390843
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
'定义cnn为数据库连接对象
Public cnn As New ADODB.Connection
Public DBcnnstr As String
Sub Main()
'连接数据库
DBcnnstr = "Driver={sql server};serv
www.eeworm.com/read/315826/13535596
cs dboperator.cs
using System;
using System.Configuration;
using System.Data.SqlClient;
namespace 图书管理.Components
{
///
/// DbOperator 的摘要说明。
///
public class DbOperator
{
//p
www.eeworm.com/read/313715/13581874
java generateterms.java
//import java.sql.Connection;
import com.mysql.jdbc.Connection;
import java.sql.PreparedStatement;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.Date;
public class
www.eeworm.com/read/302440/13835611
frm diaodong.frm
VERSION 5.00
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Begin VB.Form diaodong
BackColor = &H00C0C0C0&
Caption = "调动资料"
ClientHeight =
www.eeworm.com/read/302440/13835620
frm zhiwu.frm
VERSION 5.00
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Begin VB.Form zhiwu
BackColor = &H00C0C0C0&
BorderStyle = 1 'Fixed Single
Caption
www.eeworm.com/read/136062/13874985
frm form4.frm
VERSION 5.00
Begin VB.Form Form4
BorderStyle = 1 'Fixed Single
Caption = "部门管理"
ClientHeight = 4935
ClientLeft = 9600
ClientTop = 1860
Cl