代码搜索:create
找到约 10,000 项符合「create」的源代码
代码结果 10,000
www.eeworm.com/read/470832/1443423
c create.c
/*
* create.c
*
* Description:
* This translation unit implements routines associated with spawning a new
* thread.
*
* ------------------------------------------------------------------
www.eeworm.com/read/469567/1479692
sql create.sql
drop table admin;
drop table electric;
drop table house;
drop table repair;
drop table standard;
drop table student;
drop table studenthouse;
drop table water;
select * from admin;
select * from elec
www.eeworm.com/read/469304/1480811
java create.java
import javax.naming.*;
import javax.naming.directory.*;
import java.util.Hashtable;
/**
* Demonstrates how to create a new subcontext called "ou=NewOu" with some
* attributes.
* (Run Destroy a
www.eeworm.com/read/464823/1524703
create_mssql
-- Copyright (C) 2000-2002 Carnegie Mellon University
--
-- Author(s): Chris Reid
--
-- Based on the create_mysql file from:
-- Jed Pickel
www.eeworm.com/read/464823/1524704
create_postgresql
-- Copyright (C) 2000-2002 Carnegie Mellon University
--
-- Maintainer: Roman Danyliw ,
--
-- Original Author(s): Jed Pickel (2000-2001)
--
www.eeworm.com/read/464823/1524705
create_mysql
# Copyright (C) 2000-2002 Carnegie Mellon University
#
# Maintainer: Roman Danyliw ,
#
# Original Author(s): Jed Pickel (2000-2001)
#
www.eeworm.com/read/463757/1535507
java create.java
/*
* Copyright (c) 1995 - 2008 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the f
www.eeworm.com/read/462670/1543754
as asnative-create.as
// makeswf -v 7 -s 200x150 -r 1 -o asnative-create.swf asnative-create.as
trace ("Check ASnative creates a new functio object every time");
foo = ASnative(5, 0);
foo.bla = 42;
trace (foo);
trace (fo