一、ORACLE的启动和关闭1、在单机环境下要想启动或关闭ORACLE系统必须首先切换到ORACLE用户,如下su - oraclea、启动ORACLE系统oracle>svrmgrlSVRMGR>connect internalSVRMGR>startupSVRMGR>quitb、关闭ORACLE...
分类:
数据库 时间:
2014-10-16 18:01:42
阅读次数:
345
出现以上的问题是无法识别SID,解决方法如下:1.找到以下目录,/opt/oracle/product/10.2.0/db_1/network/admin,修改listener.ora,(find -name listener.ora即可找到该文件)为: # listener.ora Network...
分类:
其他好文 时间:
2014-10-16 17:13:22
阅读次数:
185
create database link DBL_XE
connect to "FS_51" identified by "FS_51" using ' (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = T...
分类:
数据库 时间:
2014-10-16 12:17:22
阅读次数:
232
出错原因:cmd在path路径找不到adb命令,是因为adb.exe文件存在于android-sdk安装目录platform-tools/子目录下,要将这个路径配置到环境变量里面。解决方案: 按照书中讲的添加环境变量:C:\android-sdk-windows\tools之后,再添加\platfo...
分类:
数据库 时间:
2014-10-16 04:11:11
阅读次数:
198
grunt server默认访问地址为127.0.0.1:9000,如果需要从外部通过IP访问需要将Gruntfile.js的connect.option.hostname改为0.0.0.0
分类:
其他好文 时间:
2014-10-16 01:57:51
阅读次数:
470
用jedis连接远程的redis时,抛出连接超时异常:connect timed out。...
分类:
其他好文 时间:
2014-10-15 22:17:21
阅读次数:
314
安装好nginx和php-fpm后出现502的错误 查找原因是说php-fpm没有启动 ,但在我实际中这个进程是启动的 找了半天没找到原因,查看nginx日志后 发现以下错误
[crit] 2686#0: *1 connect() to unix:/var/run/php5-fpm.sock failed (13: Permission denied) while connecting to u...
分类:
其他好文 时间:
2014-10-15 19:48:51
阅读次数:
290
//第一步 try ? wordapplication1.Connect; except ? wordapplication1.Disconnect; ? messagedlg(‘请安装Office中的Word软件!‘,mterror,[mbok],0); ? exit; end; // 不显示word wordapplication1.Visible:=...
使用logcat命令查看和跟踪系统日志缓冲区的命令logcat的一般用法是:[adb] logcat [] ... [] ... 下文介绍过滤器和命令选项,详细内容可参见Listing of logcat Command Options。 可以在开发机中通过远程shell的方式使用logcat...
分类:
数据库 时间:
2014-10-15 19:19:51
阅读次数:
281
= 15(unmatched!);adb OK; Crashlogs: 0; Tombstones: 1; Sigs: 2+2+0+0; Throttlings: 0+0+0+0; Device errors: 0" addedBy="muxiaofx@muxiaofx-desk{clie...
分类:
编程语言 时间:
2014-10-15 17:23:31
阅读次数:
186