CopyTable is a simple Apache HBase utility that, unsurprisingly, can be used for copying individual tables within an HBase cluster or from one HBase cluster to another. In this blog post, we’ll talk a...
分类:
其他好文 时间:
2014-10-10 11:34:01
阅读次数:
246
因为零时表只存在于一个exec 会话中,所以可以用 多个 select 返回到 dataset 中处理多个table,按照select 的顺序,读取 tables[0],table[1] ,多用于统计,返回统计总数等等。exec (@sql + ';select * from #tempTota.....
分类:
其他好文 时间:
2014-10-10 00:06:57
阅读次数:
201
#service mysql stop#mysqld_safe --skip-grant-tables另外开个SSH连接或终端[root@localhost ~]# mysqlmysql>use mysqlmysql>update user set password=password("123456...
分类:
数据库 时间:
2014-10-09 19:49:27
阅读次数:
224
datatable转dataView进行过滤 //将获取到类别作为源数据进行筛选后赋值给要返回的dataset DataTable dataSource = dsChildId.Tables[0]; DataView...
分类:
其他好文 时间:
2014-10-09 17:24:39
阅读次数:
192
找到mysql的配置文件 my.ini在[mysqld]下面添加 skip-grant-tableswin+R 快捷键 输入cmd 然后输入命令net stop mysql 最后使目录指向mysql安装目录下的bin目录输入命令 mysqld-nt --skip-grant-tables (本地测试提示一个waring 貌似没影响)再次win+R快捷键 输入cmd 然后输入命令 mysql -...
分类:
数据库 时间:
2014-10-09 14:57:58
阅读次数:
262
For i = 1 To ActiveDocument.Tables.Count ActiveDocument.Tables(i).Cell(1, 1).Select With Selection .SelectRow .Font.Bold = True .Shading.BackgroundPat...
分类:
其他好文 时间:
2014-10-09 14:37:13
阅读次数:
209
一、问题描述:pl/sql Dynamic Performance Tables not accessible,Automatic Statistics disabled for this session打开PL/SQL时,报的错。二、解决办法,来源与互联网:第三种方法(推荐)彻底禁掉PL/SQL ...
分类:
数据库 时间:
2014-10-09 01:37:27
阅读次数:
373
mysql登陆出现这个错误时,解决方法如下:1. 修改mysql配置文件,增加 skip-grant-tables如我的机器是linux 所以要修改/etc/mysql/my.cnf 在mysqld下增加skip-grant-tables。 这是为了让root可以不用密码登陆2. 重启mysql/e...
分类:
其他好文 时间:
2014-10-09 01:23:17
阅读次数:
171
1、查看当前数据库中的所有用户:selectusernamefromdba_users; 2、查看当前会话登录的用户:show user或select username from user_users;3、查看某用户的所有表:select * from dba_tables where own...
分类:
数据库 时间:
2014-10-07 21:01:14
阅读次数:
212
除了之前介绍的将数组数据在一个页面中输出的方法,还可以将数组数据分组,按照点击,在不同页面中分别显示,方法为:Model:例如:TableRouter:设置一个父对象和子对象设置:this.resource("tables",function() { this.resource("table",.....
分类:
Web程序 时间:
2014-10-03 21:19:35
阅读次数:
201