E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
bash_profile
【精】ORA-01157: cannot identify/lock data file 6 - see DBWR trace file ORA-01110: 解决方法
oracle@tyger~]$cat/etc/redhat-release RedHatEnterpriseLinuxServerrelease4.6(Tikanga)[oracle@tyger~]$..
bash_profile
wanghui5767260
·
2014-03-02 16:00
ide
ORA-01157
cannot
ORA-01110
删除数据文件
数据文件启动不了
mac .
bash_profile
1首先查看PATH命令:$PATH2如何设置PATH命令:echo"exportPATH=xxxxxx:$PATH">>~/.
bash_profile
解释:把"exportPATH=xxxxxx:$PATH
古剑寒
·
2014-03-02 10:00
Mac下转andriood步骤
android-ndk-r9c-darwin-x86_64.tar.bz23ADT:adt-bundle-mac-x86_64-20131030.zip二配置环境变量1cd到用户根目录下:cd~2修改或添加文件.bash_profile3在文件.
bash_profile
xufeng0991
·
2014-02-28 10:00
android
cocos2d-x
转andriod
MAC中设置android adb环境变量
Applications/eclipse/android-sdk-mac_x86/platform-tools)2.打开终端输入touch.bash_profileopen-e.bash_profile点回车3.添加路径.
bash_profile
guoshenglong11
·
2014-02-27 18:00
android
Mac OS 升级svn客户端
提示需要升级客户端可点击下面这个地址下载pkg包,在mac下可双击安装macosxsvnclient下载地址安装完成,最后一步提示添加svn地址到PATH变量中,然后在终端执行以下命令$cd$vi.bash_profile在.
bash_profile
zhizaibide1987
·
2014-02-26 15:00
关于环境变量,profile ,
bash_profile
,bashrc
转自:http://blog.csdn.net/snlying/article/details/6445189用户登录后加载profile和bashrc的流程如下:1)/etc/profile-------->/etc/profile.d/*.sh2)$HOME/.bash_profile-------->$HOME/.bashrc---------->/etc/bashrc说明:bash首先执行
hackerwin7
·
2014-02-26 10:00
bash
Path
linux环境变量文件
阅读更多/etc/profile、~/.
bash_profile
等几个文件的执行过程转载:http://blog.chinaunix.net/uid-14735472-id-3190130.html关于登录
handawei
·
2014-02-25 21:00
linux环境变量文件
/etc/profile、~/.
bash_profile
等几个文件的执行过程 转载:http://blog.chinaunix.net/uid-14735472-id-3190130
handawei
·
2014-02-25 21:00
linux
linux环境变量文件
/etc/profile、~/.
bash_profile
等几个文件的执行过程 转载:http://blog.chinaunix.net/uid-14735472-id-3190130
handawei
·
2014-02-25 21:00
linux
bash 管道 grep
profile类:交互式登录用户(设定环境变量,运行命令或脚本)/etc/profile:全局配置文件(root有权限修改)/etc/profile.d/*.sh:全局,对上者补充(root有权限修改)~/.
bash_profile
alfred2638923
·
2014-02-25 21:46
profile
配置文件
source
Export
管道
Ubuntu 环境变量
3、~/.
bash_profile
:在登录时用到的第三个
a351945755
·
2014-02-25 16:00
bash的环境配置文件
一般来说,login shell其实只会读取两个配置文件: 1)/etc/profile 这是系统整体的设置,最好不要修改这个文件 2)~/.
bash_profile
或 ~/.bash_login
wang_2011_ying
·
2014-02-25 14:00
bash
我的 Git 偏好設定
另外我最近看到一個點子是顯示從上一次commit之後過了多久時間,這可以提醒你是不是該commit了XD請修改家目錄的~/.
bash_profile
檔案(我是用Bash)。
doloveme
·
2014-02-25 09:00
git
我的 Git 偏好設定
另外我最近看到一個點子是顯示從上一次commit之後過了多久時間,這可以提醒你是不是該commit了XD請修改家目錄的~/.
bash_profile
檔案(我是用Bash)。
doloveme
·
2014-02-25 09:00
git
关于Linux服务器登录后显示“-bash-3.2#”
{
bash_profile
,bashrc}~-bash-3.2#source~/.bashrc
NicholasTse仔
·
2014-02-24 15:15
linux
服务器
bash
Mac ox 下配置 Android NDK 开发环境
也最好是目前最新的. 2.到http://developer.android.com/tools/sdk/ndk/index.html这里下载最新的ndk. 3.下载完成后,解压你下载的文件. 4.配置一下你的.
bash_profile
dianyueneo
·
2014-02-23 16:00
bash配置文件详解
bash的配置文件:profile类:交互式登录用户文件:/etc/profile:全局,对所有用户有效;/etc/profile.d/*.sh:全局,对所有用户有效;~/.
bash_profile
:仅对某用户自己有效
ljl_19880709
·
2014-02-23 12:01
bash
配置文件
交互式
bash配置文件详解
bash的配置文件:profile类:交互式登录用户文件:/etc/profile:全局,对所有用户有效;/etc/profile.d/*.sh:全局,对所有用户有效;~/.
bash_profile
:仅对某用户自己有效
ljl_19880709
·
2014-02-23 12:01
配置文件
bash
交互式
Linux
基础知识
linux shell 高级(一)
一、变量和运算符1.set命令可以查看和设置本地变量2.readonly查看本地只读变量readonlyvariable-name设置变量为只读变量3.环境变量的设置在$HOME/.
bash_profile
feilong0663
·
2014-02-20 17:24
linux
用户
信息
shell
linux shell 高级(一)
一、变量和运算符1.set命令可以查看和设置本地变量2.readonly查看本地只读变量readonlyvariable-name设置变量为只读变量3.环境变量的设置在$HOME/.
bash_profile
feilong0663
·
2014-02-20 17:24
linux
用户
profile
信息
Linux: .
bash_profile
和.bashrc的区别
bash_profile
和.bashrc的区别(如何设置生效) 2008-08-2815:33:09| 分类:linux|举报|字号 订阅/etc/profile:此文件为系统的每个用户设置环境信息
gocode
·
2014-02-20 14:00
Mac下的安卓开发工具的命令行配置
touch .
bash_profile
vi .
bash_profile
#加入下面的内容 ANDROID_NDK_ROOT={your ndk parent path}/android-ndk ANDROID_NDK
Javan.Eu
·
2014-02-20 13:00
android
ant
mac
NDK
命令行
sdk
Cygwin 配置代理
步骤进入主目录下,编辑.
bash_profile
文件(若不存在,则创建之)添加一行exporthttp_proxy=http://127.0.0.1:8087 保存退出,重新启动Cygwin即可。
陆卡普斯
·
2014-02-19 16:00
代理
cygwin
shell 学习 笔记(二)
/issue登陆前的信息/etc/issue.net telnet远程登陆的信息/etc/motd登陆后的信息bash的环境配置文件loginshell只会读取这两个文件/etc/profile~/.
bash_profile
billvsme
·
2014-02-19 15:00
linux
shell
centos下zeromq和jzmq的安装
(root用户下/root/.
bash_profile
,命令source/root/.
bash_profile
) 一般使用yum安装完jdk
fbfsber008
·
2014-02-17 12:00
细数 Linux 的 /etc/profile、~/.
bash_profile
等执行过程以及作用
在登录Linux时要执行文件的过程如下:在刚登录Linux时,首先启动/etc/profile文件,然后再启动用户目录下的 ~/.
bash_profile
、~/.bash_login或~/.profile
Zoker
·
2014-02-14 11:00
linux
Path
使 .
bash_profile
文件中环境变量马上生效的命令
使 .
bash_profile
文件中环境变量马上生效的命令 转载自 http://linux.chinaunix.net/techdoc/system
stephen830
·
2014-02-13 10:00
profile
使 .
bash_profile
文件中环境变量马上生效的命令
使 .
bash_profile
文件中环境变量马上生效的命令 转载自 http://linux.chinaunix.net/techdoc/system
stephen830
·
2014-02-13 10:00
profile
secureCRT 中文乱码
例如在~/.
bash_profile
里面添加[plain]viewplaincopyexportLANG=zh_CN.UTF8 重新登录之后生效。
liyongshan213
·
2014-02-08 11:13
linux
中文
alias别名设置
vim~/.
bash_profile
临时设置别名1aliasvi='vim'取消临时别外1unaliasvi设置永久全局别名12echo"aliasvi='vim'">>/etc/bashrcecho"aliasvi
sunshaozhong
·
2014-02-07 18:34
用户
profile
alias
浅析linux下的/etc/profile、/etc/bashrc、~/.
bash_profile
、~/.bashrc文件
.~/.
bash_profile
:每个用户都可使用该文件输入专用于自己使用的shell信息,当用户登录时,该文件仅仅执
wangwenxc
·
2014-02-07 15:00
环境变量文件详解
Linux vim不显示颜色简单处理
方法一:在.
bash_profile
或.bashrc加入下面TERM=xtermexportTERM再运行下脚本source.bashrc或source.bash_profile方法二:改客户端为xterm
wang7dao
·
2014-02-06 02:00
Ubuntu设置环境变量并立即生效
修改用户环境变量 用户环境变量通常被存储在下面的文件中: ~/.profile ~/.
bash_profile
或者 ~.
·
2014-02-03 19:00
ubuntu
python3 自己编写了一个Mac下分类软件,每次只需要启动 terminal 终端就会自动分类。
源代码在 https://git.oschina.net/dark.H/seed/tree/master/py/clear_download我是将其中的启动脚本"start.py"放在了~/.
bash_profile
青鸾之旅
·
2014-01-31 04:00
linux
mac
python3
软件分类
Mac OS X 配置环境变量
因此,对于一般用户而言,通常我们建议去修改~/.
bash_profile
来设置环境变量,它
hulefei29
·
2014-01-28 15:00
Mac OS X
RMAN 增量备份shell脚本
#”――――――――sunday―――――――――――-”source/home/oracle/.
bash_profile
$ORACLE_HOME/bin/rman<
a3z2008
·
2014-01-24 11:24
rman
执行netca报错 core-dump
(1)首先要确保修改后oracle下的.
bash_profile
已经生效,若还未生效可能会出现错误提示:netca:commandnotfound此时应该回到oracle目录下执行.
bash_profile
alangmei
·
2014-01-23 11:00
command
NetWork
shell备忘录
.//.bashrc中添加"aliasls='ls--color'"后,使用secureCRT(已配置ANSI颜色)登录并执行"ls"时没有出现颜色.原因:文件.bashrc没有被执行,查到.
bash_profile
陈好
·
2014-01-22 22:00
.
bash_profile
和.bashrc的什么区别
.~/.
bash_profile
:每个用户都可使用该文件输入专用于自己使用的shell信息,当用户登录时,该文件仅仅执行
barryxt
·
2014-01-16 18:00
多个ssh帐号
方法0:修改/.ssh/.
bash_profile
增加:eval`ssh-agent`ssh-add/root/.ssh/vt_download是修改立即生效:source.bash_profile方法
B_H_L
·
2014-01-15 14:00
Android JNI 开发简单介绍
Cygwin配置安装好Cygwin之后,进入安装目录,home\\.
bash_profile
miaowei
·
2014-01-13 16:00
android
jni
cygwin
Android JNI 开发简单介绍
Cygwin配置安装好Cygwin之后,进入安装目录,home\\.
bash_profile
文件中最后添加环境变量NDK=/cygdrive/e/Andriod/develop/android-ndk-r4exportNDK
miaowei
·
2014-01-13 16:00
android
cygwin
jni
Android JNI 开发简单介绍
Cygwin配置安装好Cygwin之后,进入安装目录,home\\.
bash_profile
miaowei
·
2014-01-13 16:00
android
jni
cygwin
source命令与“.”点命令
source命令通常用于重新执行刚修改的初始化文件,如.
bash_profile
和.profile等等。source命令可
feilong0663
·
2014-01-13 15:06
source
mac 关于向.
bash_profile
插入内容
可直接在终端输入"cd~/" 然后需要输入密码,则输入"pwd"得知而.
bash_profile
为该目录下的一个隐藏文件可使用文字编辑器vi直接新增在终端机上输入 "vi~/.
bash_profile
"
reylen
·
2014-01-10 15:00
[Linux] Bash的环境配置文件
当用户登陆时,将读取以下两个配置文件:1)/etc/profile:系统全局配置文件,最好不要修改该文件2)~/.
bash_profile
或~/.bash_login或~/.profile:用户私有的配置文件全局配置文件
u010415792
·
2014-01-08 17:00
linux
bash
配置文件
bash_profile
【Git笔记】运行man git时报错"No manual entry for git"的解决方法
/configure--prefix=xxx(这里的xxx为自定义的安装路径) c.make d.makeinstall e.在~/.
bash_profile
中将GITPATH/
slvher
·
2014-01-07 20:00
git
Oracle中RMAN的备份与恢复笔记
./.
bash_profile
(调整顺序为PATH=$PATH:$HOME/bin)确认为归档模式sqlplus/nologconn/assysdbaarchiveloglistaltersystemsetlo
kinwar
·
2014-01-04 17:15
oracle
linux
database
rman
System
mac 10.9安装maven及maven常用命令
先配置JAVA_HOME edit the file ~/.
bash_profile
and add the following line export JAVA_HOME=`/usr/
lizhuang
·
2014-01-03 15:00
maven
iMAC新建.
bash_profile
导致bash基本命令失效解决办法
新搞了台iMAC,原来没有.
bash_profile
,我自己建了一个,导致bash命令无法使用ixiaopengdeiMac:~bixiaopeng$ls -bash:ls:commandnotfound
wirelessqa
·
2014-01-02 16:00
上一页
89
90
91
92
93
94
95
96
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他