代码搜索:thin
找到约 1,525 项符合「thin」的源代码
代码结果 1,525
www.eeworm.com/read/181243/5277444
java thincrustdough.java
package headfirst.factory.pizzaaf;
public class ThinCrustDough implements Dough {
public String toString() {
return "Thin Crust Dough";
}
}
www.eeworm.com/read/164604/5488723
java thincrustdough.java
package headfirst.factory.pizzaaf;
public class ThinCrustDough implements Dough {
public String toString() {
return "Thin Crust Dough";
}
}
www.eeworm.com/read/414053/2154406
properties db.properties
driver=oracle.jdbc.driver.OracleDriver
url=jdbc:oracle:thin:@10.0.9.20:1521:icss
username=homework
userpass=123
www.eeworm.com/read/380073/2663619
java thincrustdough.java
package headfirst.factory.pizzaaf;
public class ThinCrustDough implements Dough {
public String toString() {
return "Thin Crust Dough";
}
}
www.eeworm.com/read/376530/2709197
properties config.properties
driver=oracle.jdbc.driver.OracleDriver
url=jdbc:oracle:thin:@localhost:1521:xe
username=raohui
password=raohui
www.eeworm.com/read/376530/2709207
properties config.properties
driver=oracle.jdbc.driver.OracleDriver
url=jdbc:oracle:thin:@localhost:1521:xe
username=raohui
password=raohui
www.eeworm.com/read/361182/2952131
cs hemlinestyle.cs
namespace Imps.Client.Pc.BizControls
{
using System;
public enum HemlineStyle
{
None = 1,
Normal = 4,
Thin = 2
}
}
www.eeworm.com/read/255418/4375760
java thincrustdough.java
package headfirst.factory.pizzaaf;
public class ThinCrustDough implements Dough {
public String toString() {
return "Thin Crust Dough";
}
}
www.eeworm.com/read/428408/8871070
txt jdbcforsql.txt
1、Oracle8/8i/9i数据库(thin模式)
Class.forName("oracle.jdbc.driver.OracleDriver").newInstance();
String url="jdbc:oracle:thin:@localhost:1521:orcl"; //orcl为数据库的SID
String user="test";
String passwor
www.eeworm.com/read/274007/10891163
txt dbs.txt
1、Oracle8/8i/9i数据库(thin模式)
Class.forName("oracle.jdbc.driver.OracleDriver").newInstance();
String url="jdbc:oracle:thin:@localhost:1521:orcl"; //orcl为数据库的SID
String user="test";
String pas