代码搜索:localhost
找到约 10,000 项符合「localhost」的源代码
代码结果 10,000
www.eeworm.com/read/443936/1737263
java dbconnect.java
package datebase;
import java.sql.*;
import java.io.*;
public class Dbconnect {
String sDBDriver = "org.gjt.mm.mysql.Driver";
String sConnStr = "jdbc:mysql://localhost:3306/nsms?useUnicode=
www.eeworm.com/read/436860/1844654
cs form1.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using OrderCost.localhost;
namespace OrderCost
{
/
www.eeworm.com/read/436860/1844670
cs form1.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using ProductInfo.localhost;
namespace ProductInfo
{
www.eeworm.com/read/433926/1875659
properties db.properties
driverclass = com.mysql.jdbc.Driver
connecturl = jdbc:mysql://localhost:3306/messageboard?user=root&password=1234&useUnicode=true&characterEncoding=UTF-8
uesrname = root
password = 1234
www.eeworm.com/read/433926/1875666
properties db.properties
driverclass = com.mysql.jdbc.Driver
connecturl = jdbc:mysql://localhost:3306/messageboard?user=root&password=1234&useUnicode=true&characterEncoding=UTF-8
uesrname = root
password = 1234
www.eeworm.com/read/433911/1879474
cpp indirect_logging.cpp
// $Id: indirect_logging.cpp 80826 2008-03-04 14:51:23Z wotte $
// This is a simple test that sends logging records to the Client
// Logging Daemon running on the localhost. This daemon then forw
www.eeworm.com/read/428861/1953171
java sql_data.java
//sql_data.java
package news;
import java.sql.*;
public class sql_data {
String sDBDriver = "com.microsoft.jdbc.sqlserver.SQLServerDriver";
String url =
"jdbc:microsoft:sqlserver://localhost