代码搜索:DataBase
找到约 10,000 项符合「DataBase」的源代码
代码结果 10,000
www.eeworm.com/read/470938/1435355
properties database.properties
#
# clear text name
##############################################################################
oracle_8.name=Oracle 8
#
# Alkacon OpenCms driver classes
###################################
www.eeworm.com/read/470938/1435361
properties database.properties
#
# clear text name
##############################################################################
mysql_3.name=MySQL 3.2.x
#
# Alkacon OpenCms driver classes
#################################
www.eeworm.com/read/470938/1435367
properties database.properties
#
# clear text name
##############################################################################
oracle.name=Oracle 9i & 10g
#
# Alkacon OpenCms driver classes
##############################
www.eeworm.com/read/470930/1438024
txt database.txt
-- 订单表增加“积分支付金额”字段
ALTER TABLE `ecs_order_info` ADD `integral_money` DECIMAL( 10, 2 ) NOT NULL AFTER `integral` ;
-- 增加“商品关联文章”表
CREATE TABLE `ecs_goods_article` (
`goods_id` MEDIUMINT UNS
www.eeworm.com/read/470930/1438036
txt database.txt
REPLACE INTO `ecs_shop_config` ( `id` , `parent_id` , `code` , `type` , `store_range` , `store_dir` , `value` )
VALUES (
506, '5', 'mail_charset', 'select', 'UTF8,GB2312,BIG5', '', 'UTF8'
);
R
www.eeworm.com/read/470930/1438048
txt database.txt
团购邮件模板。如果原来ecs_mail_templates表不存在 template_code = group_buy 的记录,就插入以下记录。否则跳过。以下语句是简体中文的记录。
INSERT INTO `ecs_mail_templates` (`template_code`, `is_html`, `template_subject`, `template_content`, `last_
www.eeworm.com/read/469338/1480280
properties database.properties
database.driver=com.mysql.jdbc.Driver
database.url=jdbc:mysql://localhost/userdb?user=root&password=root&useUnicode=true&characterEncoding=gbk
www.eeworm.com/read/469338/1480284
java database.java
/*
* Created on 2005-11-6
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style - Code Templates
*/
package ch2.util.db;
import java.sq
www.eeworm.com/read/469338/1480291
properties database.properties
database.driver=com.mysql.jdbc.Driver
database.url=jdbc:mysql://localhost/userdb?user=root&password=root&useUnicode=true&characterEncoding=gbk