vim /var/log/mysqld.log A temporary password is generated for root@localhost: yqtAhsIw/9MI mysql -u root -p password:yqtAhsIw/9MI create user 'aa01'@' ...
分类:
数据库 时间:
2016-11-01 21:15:42
阅读次数:
249
问题: Xcode项目发送网络请求时,报错:“App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be c ...
分类:
Web程序 时间:
2016-11-01 00:58:51
阅读次数:
197
在一测试环境做测试的时候发生以下错误: 查看临时表空间:temp表空间是处于online状态 但是没有发现临时文件: 查看物理文件:文理文件仍然存在 从物理文件的时间戳可以看出temp文件最后一次访问时间 根据时间查看alert日志,发现在对应的时间做个重建控制文件操作,并且在重建控制完成后启动数据 ...
分类:
其他好文 时间:
2016-10-26 00:59:41
阅读次数:
276
/*分为四步 *//*第1步:创建临时表空间 */create temporary tablespace user_temp tempfile 'D:\oracle\oradata\Oracle9i\user_temp.dbf' size 50m autoextend on next 50m max ...
分类:
数据库 时间:
2016-10-17 11:16:38
阅读次数:
248
--创建临时表空间(不必须)create temporary tablespace zwtest tempfile 'D:\Java\oracle\oradata\zwtest.dbf' size 50m autoextend on next 50m maxsize 20480m extent ma ...
分类:
数据库 时间:
2016-10-15 16:54:09
阅读次数:
210
1.卸载老版本mysql 2.卸载完后,下载mysql版本5.7,安装完后有个默认密码提示框,需要记住此密码 A temporary password is generated for root@localhost: UpauVqBjb7%0 If you lose this password, p ...
分类:
数据库 时间:
2016-10-15 11:32:25
阅读次数:
263
当工作在非常大的表上时,你可能偶尔需要运行很多查询获得一个大量数据的小的子集,不是对整个表运行这些查询,而是让MySQL每次找出所需的少数记录,将记录选择到一个临时表可能更快些,然后在这些表运行查询。 创建临时表很容易,给正常的CREATE TABLE语句加上TEMPORARY关键字: CREATE ...
分类:
数据库 时间:
2016-10-08 19:19:45
阅读次数:
172
Xcode 7中http通信出现如下错误:Application Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions ca ...
分类:
Web程序 时间:
2016-10-02 00:15:27
阅读次数:
137
在星外不是安全模式的时候 但是又没有执行目录 有时候远程调用也不行对吧 winrar 有执行权限的时候C:\windows\IIS Temporary Compressed Files\ 这个目录有点特殊。如果你直接在shell上操作 上传 下载 复制 移动到这目录是没有权限的但是大牛说的 如果有w ...
分类:
其他好文 时间:
2016-10-01 19:23:39
阅读次数:
144
App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured via your app' ...
分类:
移动开发 时间:
2016-09-24 10:35:38
阅读次数:
218