代码搜索:localhost
找到约 10,000 项符合「localhost」的源代码
代码结果 10,000
www.eeworm.com/read/378694/2682464
tpl piwik_tag.tpl
{if ereg('http://127.0.0.1|http://localhost|http://piwik.org', $url)}
{literal}
www.eeworm.com/read/378601/2684324
vspscc uds.csproj.vspscc
""
{
"FILE_VERSION" = "9237"
"ENLISTMENT_CHOICE" = "COMPULSORY"
"PROJECT_FILE_RELATIVE_PATH" = ""
"NUMBER_OF_EXCLUDED_FILES" = "0"
"ORIGINAL_PROJECT_FILE_PATH" = "http://localhost/UDS/UDS.cspro
www.eeworm.com/read/378437/2686366
++
SqlDataAdapter adapter=new SqlDataAdapter("select * from titles where price!=0",
"server=localhost;database=pubs;uid=sa;pwd=;");
DataSet ds=new DataSet();
adapter.Fill(ds);
DataView view=new Data
www.eeworm.com/read/376710/2708263
txt hrms.txt
driver=com.microsoft.jdbc.sqlserver.SQLServerDriver
sqlserver.url=jdbc:microsoft:sqlserver://localhost:1433;databaseName=hrms
sqlserver.user=sa
sqlserver.password=123456
sqlserver.maxconn=2000
www.eeworm.com/read/367917/2830007
sql mysql_user.sql
INSERT INTO user VALUES ( 'localhost', 'mysqldb', 'mysqldb', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y');
UPDATE USER SET password = PASSWORD('mysqldb') where user = 'my
www.eeworm.com/read/363744/2911301
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
www.eeworm.com/read/360023/2970585
java useportscanner.java
import java.net.*;
import java.io.*;
public class usePortScanner{
public static void main(String[] args) {
String host = "localhost";
if (args.length > 0) {
host = args[0];
}
// 扫描端口
for
www.eeworm.com/read/358128/3004774
test ssl_compress.test
# Turn on compression between the client and server
# and run a number of tests
-- source include/have_ssl.inc
-- source include/have_compress.inc
connect (ssl_compress_con,localhost,root,,,,,SSL CO