代码搜索:DataBase
找到约 10,000 项符合「DataBase」的源代码
代码结果 10,000
www.eeworm.com/read/363957/9928642
svn-base purchaseorderaccessor.cs.svn-base
using Mied.BusinessObject;
using Mied.BusinessObject.Bills;
using Mied.BusinessObject.Items;
using Mied.BusinessObject.Preferences;
namespace Mied.DAL.Accesses
{
public class PurchaseOrder
www.eeworm.com/read/363957/9928652
cs purchaseorderaccessor.cs
using Mied.BusinessObject;
using Mied.BusinessObject.Bills;
using Mied.BusinessObject.Items;
using Mied.BusinessObject.Preferences;
namespace Mied.DAL.Accesses
{
public class PurchaseOrder
www.eeworm.com/read/168118/9937917
m readpmdb.m
% Function: readPMdb
%
% Usage: [num value] = readPMdb('filename.a_db');
%
% Reads a ProMAX ASCII database output file, returning two vectors
% containing the values of that database order. For exam
www.eeworm.com/read/167987/9942808
sedding1
# My first sed script by Jack Sprat
/Lewis/a\
Lewis is the TOP Salesperson for April!!\
Lewis is moving to the southern district next month.\
CONGRATULATIONS!
/Margot/c\
*******************\
MARG
www.eeworm.com/read/363312/9959904
m pasemptyrecord.m
function record=PASemptyrecord
record.imgname='';
record.imgsize=[];
record.database='';
record.objects=PASemptyobject;
return
www.eeworm.com/read/362757/9981889
java complexconstructorexample.java
import java.sql.*;
public class ComplexConstructorExample
{
// if you have a database running, change these to work for your environment
static String dbURL = "jdbc:mysql://localhost:3306/st
www.eeworm.com/read/362757/9981890
java simpleconstructorexample.java
import java.sql.*;
public class SimpleConstructorExample
{
// if you have a database running, change these to work for your environment
static String dbURL = "jdbc:mysql://localhost:3306/sto
www.eeworm.com/read/166418/10021573
java titlesbean.java
// TitlesBean.java
// Class TitlesBean makes a database connection and retrieves
// the books from the database.
package com.deitel.advjhtp1.store;
// Java core packages
import java.io.*;
imp
www.eeworm.com/read/166162/10031441
txt liu jiaxu.txt
# Host: localhost
# Database: hms
# Table: 'discard'
#
CREATE TABLE `discard` (
`EquipNo` int(11) NOT NULL default '0',
`DiscardDate` datetime NOT NULL default '0000-00-00 00:00:00',
`Di