转自:http://www.cnblogs.com/einyboy/archive/2012/08/09/2630321.htmlanalyze table 一般可以指定分析: 表,所有字段,所有索引字段,所有索引。 若不指定则全部都分析。SQL>analyzetablemy_tablecomput...
分类:
数据库 时间:
2015-07-28 20:36:23
阅读次数:
181
Name chengji fengshu张三 数学 75张三 语文 81李四 数学 90李四 语文 76王五 数学 81王五 语文 100王五 英语 90SQL Server:select distinct [Name] from [表] where [Name] not in ( select [...
分类:
数据库 时间:
2015-07-28 20:35:36
阅读次数:
169
hibernate.cfg.xml文件内容: org.hibernate.dialect.MySQLDialect true true UTF-8 thread true true com.mysql.jdbc.Driver jdbc:mysql://localhost:3306...
分类:
数据库 时间:
2015-07-28 20:36:58
阅读次数:
130
原文地址:http://blog.csdn.net/business122/article/details/7528859今天写一个对数据库做快照的存储过程,用到了动态表名,突然发现MYSQL不支持直接使用变量做表名,GOOGLE了下,采用以下方法:DECLARE dbName VARCHAR(30...
分类:
数据库 时间:
2015-07-28 20:35:33
阅读次数:
123
MySQL导入.sql文件及常用命令在MySQL Qurey Brower中直接导入*.sql脚本,是不能一次执行多条sql命令的,在mysql中执行sql文件的命令:mysql> source d:/myprogram/database/db.sql;另附mysql常用命令:一) 连接MYSQL:...
分类:
数据库 时间:
2015-07-28 20:34:58
阅读次数:
155
直接上代码package com.guoxinet.o2o.annotation;import java.lang.annotation.Documented;import java.lang.annotation.ElementType;import java.lang.annotation.In...
分类:
数据库 时间:
2015-07-28 20:29:50
阅读次数:
163
1、下载Instant Client http://www.oracle.com/technology/global/cn/software/tech/oci/instantclient/index.html 根据你的操作系统选择不同的Instant Client版本 下载回是一个压缩文件,解压之后...
分类:
数据库 时间:
2015-07-28 20:26:03
阅读次数:
143
打开chrome在地址栏中输入:chrome://extensions选择扩展插件:将要安装的插件拖进来,后面跟着提示操作就可以了。拖放插件的后缀名是.crx, .exe结尾的不行。
分类:
数据库 时间:
2015-07-28 20:25:09
阅读次数:
154
商业智能又名商务智能,英文为Business Intelligence,简写为BI。商业智能的概念于1996年最早由加特纳集团(Gartner Group)提出,加特纳集团将商业智能定义为:商业智能描述了一系列的概念和方法,通过应用基于事实的支持系统来辅助商业决策的制定。商业智能技术提供使企业迅速分...
分类:
数据库 时间:
2015-07-28 20:25:09
阅读次数:
209
原文:http://www.codeproject.com/Articles/33052/Visual-Representation-of-SQL-Joins这个图文解释mysql join的各种技巧
分类:
数据库 时间:
2015-07-28 20:23:19
阅读次数:
169
1.mongodb.conf:添加auth=true2.use admin (3.0+ 使用createUser ; db.createUser({ user: "root", pwd: "123456", roles: [ { role: "userAdminAnyDatabase", db...
分类:
数据库 时间:
2015-07-28 20:20:51
阅读次数:
220
1. 连接到本机的mysqlmysql -u root -p //回车输入密码2. 修改root密码mysqladmin -u root -p password
分类:
数据库 时间:
2015-07-28 20:18:26
阅读次数:
134
异常信息如下:07-26 17:23:49.521: W/dalvikvm(29229): threadid=1: thread exiting with uncaught exception (group=0x40db8930) 出现这种情况,有可能是View,在Activity中强制类型转换的....
分类:
数据库 时间:
2015-07-28 20:16:47
阅读次数:
209
设置断点b main; 在main()入口处 b 148; 在第148行查看断点info b运行程序r单条语句执行n继续运行程序c打印变量i的值p i查看函数堆栈bt退出函数finishhelp命令只是例出gdb的命令种类,如果要看种类中的命令,可以使用help 命令,如:help breakpo....
分类:
数据库 时间:
2015-07-28 20:15:33
阅读次数:
125
cd touch?.bash_profile open?-e?.bash_profile localhost:~ yiou.wang$ cd localhost:~ yiou.wang$ touch .bash_profile localhost:~ yiou.wang$ open -e .bash_profile localhost:~ yiou.wang$? 然后会打...
分类:
数据库 时间:
2015-07-28 19:07:47
阅读次数:
146
关于sql server2008的安装及配置 下载sql server2008安装包,下载NavicatServer11.0.10绿色版数据库开发工具。 按照正常的步骤进行安装配置: 1、安装sql server2008安装包 2、进入sql server配置工具 选择SQL S...
分类:
数据库 时间:
2015-07-28 19:07:08
阅读次数:
175