代码搜索:mySQL
找到约 10,000 项符合「mySQL」的源代码
代码结果 10,000
www.eeworm.com/read/458842/7288692
plg mysql.plg
Build Log
--------------------Configuration: MySql - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\饶崇涛\LOC
www.eeworm.com/read/458842/7288696
ncb mysql.ncb
www.eeworm.com/read/458842/7288702
dsw mysql.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# 警告: 不能编辑或删除该工作区文件!
###############################################################################
Project: "MySql"=".\MySql.dsp
www.eeworm.com/read/452453/7440901
sql mysql.sql
CREATE DATABASE signup;
use signup;
###本数据库是用户详细资料
CREATE TABLE profile (
userid varchar(20) NOT NULL, #用户id
username varchar(50) NOT NULL, #用户姓名
email varchar(50),
www.eeworm.com/read/452453/7440906
sql mysql.sql
CREATE TABLE address (
addressID varchar(50) NOT NULL default '0',
street varchar(50) default '',
city varchar(50) default '',
zip varchar(50) default '',
state varchar(50) default '',
cus
www.eeworm.com/read/450785/7476830
txt mysql.txt
1. mysql中查询最后一条记录:select * from employeeinfotable order by ID desc limit 1
2. java中把String转换为Date型:
String date="2006-11-23"
SimpleDateFormat df =new SimpleDateFo
www.eeworm.com/read/450462/7483751
doc mysql.doc
www.eeworm.com/read/445638/7592348
cpp mysql.cpp
// MySql.cpp : Defines the initialization routines for the DLL.
//
#include "stdafx.h"
#include "MySql.h"
//一个字段结构
typedef struct _FIELDS
{
char field_name[DEFAULT_FIELD_SIZE];//字段名
void
www.eeworm.com/read/445638/7592368
h mysql.h
/* Copyright (C) 2000-2003 MySQL AB
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Softwar
www.eeworm.com/read/445638/7592371
h mysql.h
#include "include/mysql.h"
#include
#include
//*************************************************************
//*************************************************************