代码搜索:test1
找到约 3,239 项符合「test1」的源代码
代码结果 3,239
www.eeworm.com/read/248548/4469849
txt src_wuziqi.txt
"C:\\Program Files\\JCreator 2.5 汉化版\\MyProjects\\test1\\chessClient.java\\zhao\\wuziqi\\chessPad.java"
"C:\\Program Files\\JCreator 2.5 汉化版\\MyProjects\\test1\\chessClient.java\\zhao\\wuziqi\\chessI
www.eeworm.com/read/193974/5138447
py pr192.py
# PR#192, dir(func) and dir(method) returning []
def test1():
'Test function 1'
pass
def test2(a, b=2, c=3):
pass
attrs = dir(test1)[:]
for attr in ['__doc__', '__name__', 'func_code',
www.eeworm.com/read/361774/2944029
sql distributedtrans.sql
Create database Test1
Go
Use Test1
Go
Create Table FromTable (Amount INT)
Go
Insert Into FromTable(Amount) Values (100)
Go
Create database Test2
Go
Use Test2
Go
Create Table ToTable (Amo
www.eeworm.com/read/361774/2944035
sql dbsetup.sql
Create database Test1
Go
Use Test1
Go
Create Table FromTable (Amount INT)
Go
Insert Into FromTable(Amount) Values (100)
Go
Create database Test2
Go
Use Test2
Go
Create Table ToTable (Amo
www.eeworm.com/read/305277/3779143
scala bigints.scala
object Test extends Application {
Test1
Test2
}
object Test1 {
import BigInt._
val x: BigInt = 1
val y = x + 1
val z = 1 + y
println(z)
println(z
www.eeworm.com/read/340441/12157022
map project.map
PROGRAM "G:\徐力\test\Test1\main\bin\Project.abs"
*********************************************************************************************
TARGET SECTION
------------------------------------
www.eeworm.com/read/191809/5161546
c vers3.c
/*
* Main program for test1, test2.
*/
main()
{
printf("%d\n", show_foo());
}
www.eeworm.com/read/190682/5170861
c vers3.c
/*
* Main program for test1, test2.
*/
main()
{
printf("%d\n", show_foo());
}
www.eeworm.com/read/305277/3778314
check enums.check
test Test1 was successful
test Test2 was successful
test Test3 was successful