#region 重命名块参照 /// /// 重命名块参照 /// /// 当前数据库 /// 块参照旧名 /// 块参照新名 public static void RenameBlock(this Database db, string oldBlockname, string newBlo...
分类:
其他好文 时间:
2014-07-14 08:01:55
阅读次数:
309
/// /// 取得当前图层名称 /// /// 数据库对象 /// public static string GetCurrentLayer(this Database db) { //Database db = HostApplicationServices.WorkingDatabase...
分类:
Web程序 时间:
2014-07-14 00:31:49
阅读次数:
278
Oracle Database,又名Oracle RDBMS,或简称Oracle。是甲骨文公司的一款关系数据库管理系统。到目前仍在数据库市场上占有主要份额。劳伦斯·埃里森和他的朋友,之前的同事 Bob Miner和Ed Oates在1977年建立了软件开发实验室咨询公司(SDL,Software D...
分类:
数据库 时间:
2014-07-13 23:51:33
阅读次数:
503
1). In /etc/my.ini, addskip-grant-tables2). mysql -u root -p (no password required)mysql> show databases;+--------------------+| Database |+----------...
分类:
Web程序 时间:
2014-07-13 20:58:19
阅读次数:
349
1、打开PowerDesigner,设置PowerDesigner的当前数据库为Access;2、在PowerDesigner中新建表结构(物理模型);3、PowerDesigner菜单中:Database -> Generate Database...(快捷键Ctrl+G); 在弹出的对话框中,设...
分类:
数据库 时间:
2014-07-13 20:18:53
阅读次数:
292
create database data_Test --创建数据库data_Test GO use data_Test GO create table tb_TestTable --创建表 ( id int identity(1,1) primary key, userName nvarchar(2...
分类:
其他好文 时间:
2014-07-13 19:11:16
阅读次数:
292
1. DataBases a.show databases; b.create database mydatabase; c.use mydatabase;2.Tables a.show tables; b.create table if not exists mytable ( ...
分类:
数据库 时间:
2014-07-13 19:07:23
阅读次数:
298
1、错误描述
2014-7-12 21:06:05 com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource getPoolManager
信息: Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquire...
分类:
数据库 时间:
2014-07-13 16:41:14
阅读次数:
372
#!/bin/bash#Authorxieping1991@163.comcd/sqlbak/usr/local/mysql/bin/mysqladmin-uroot-p123456flush-logsMAXIMUM_BACKUP_FILES=10BACKUP_FOLDERNAME="database_backup"DB_HOSTNAME="localhost"DB_USERNAME="root"DB_PASSWORD="123456"DATABASES=("数据库名称""数据库名称""..
分类:
数据库 时间:
2014-07-13 14:27:14
阅读次数:
376
emca命令行模式下安装配置Database Control。...
分类:
数据库 时间:
2014-07-12 20:14:00
阅读次数:
410