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
Oracle 11R2 linux上新建实例
# su oracle# source ~/.
bash_profile
Step2. linux上oracle通过$ORACLE_HOME/bin目录下的dbca命令启动Database Configuration
·
2015-11-13 11:11
oracle
安装NDK:Cygwin中出现-bash: $'\r': command not found 错误 的解决办法
解决方法: 对/home/XXX(你的主机名)下的 .inputrc、.bashrc、.
bash_profile
和/etc下的 bash.bashrc、运行 dos2
·
2015-11-13 11:56
command
NOCATALOG的方式备份方案的制定
/home/oracle/.
bash_profile
SH_HOME=/opt/orac
·
2015-11-13 11:17
log
linux oracle sqlplus中文乱码解决
在oracle用户的~/.
bash_profile
中添加 NLS_LANG="SIMPLIFIED CHINESE"_CHINA.ZHS16GBKexport NLS_LANG
·
2015-11-13 10:49
Oracle SQL
Mac系统终端命令行不执行命令 总出现command not found解决方法
配置过安卓开发环境,改过
bash_profile
这个文件,最后不知怎么的只有cd命令能执行,我猜测可能修改
bash_profile
文件后没有保存 导致的 保存命令是: 
·
2015-11-13 10:16
command
XMPP-IOS即时通讯开发环境搭建
一.安装MySQL 1.启动MySQL服务器 2.设置MySQL命令行 打开终端,输入: sudo vi ~/.
bash_profile
接着输入i,进入编辑模式,输入:
·
2015-11-13 09:03
即时通讯开发
.
bash_profile
与.bashrc和.profile的区分概念
在Linux系统中配置环境变量相关的文件主要有如下几个,很容易弄混的,这儿简单区分下: /etc/profile:此文件为系统的每个用户设置环境信息,当用户第一次登录时,该文件被执行.并从/etc/profile.d目录的配置文件中搜集shell的设置. /etc/bashrc:为每一个运行bash shell的用户执行此文件.当bash shell被打开时,该文件被读取. ~/.bash_p
·
2015-11-13 08:25
profile
Windows/Unix/Linux编译C/C++添加头文件与库的搜索路径
~/.
bash_profile
:每个用
·
2015-11-13 07:35
windows
.bashrc和.
bash_profile
的区别
经常有人问我.bashrc和.
bash_profile
的区别,在这里把它写出来。
·
2015-11-13 07:17
profile
/etc/rc.local ; /etc/init.d ;/etc/profile;/etc/bashrc;~/.
bash_profile
;~/.bashrc;~/.bash_logout
1. /etc/rc.local 这是使用者自订开机启动程序,把需要开机自动运行的程序写在这个脚本里。 把脚本程序写在/etc/rc.d/init.d/目录下也可以 在完成 run level 3 的服务启动后,如果我还有其他的动作想要完成时,举例来说, 我还想要寄一封 mail 给某个系统管理帐号,通知他,系统刚刚重新开机完毕,那么,是否应该要制作一个 she
·
2015-11-13 06:37
profile
mac下设置PATH
1 首先查看PATH 命令:$PATH 2 如何设置PATH 命令:echo "export PATH=xxxxxx:$PATH" >> ~/.
bash_profile
·
2015-11-13 05:48
Path
解决SecureCRT中文显示乱码
比如在~/.
bash_profile
里面加入� export LANG=zh_CN.UTF8 又一次登录之后生效。
·
2015-11-13 05:43
secureCRT
Mac OSX Java 编译时乱码问题
之前没有配置过导致今天javac编译的时候发现再iterm和Terminal中显示的是乱码,后来在网上找到解决方法,现在共享一下: 方法一: 在iterm2/Terminal中输入: cd ~ touch .
bash_profile
·
2015-11-13 04:04
mac
OS
解决SecureCRT中文显示乱码
比如在~/.
bash_profile
里面加入 export LANG=zh_CN.UTF8 又一次登录之后生效。
·
2015-11-13 04:31
secureCRT
ANT与RTS的结合
ANT与RTS结合 用用户tn_prodpre登陆10.3.72.157,vi .
bash_profile
,设置如下环境变量: ANT_HOME=/home/tn_prodpre
·
2015-11-13 03:47
ant
mac下ant自动打包android应用环境变量问题
我设置的/Users/用户名/.
bash_profile
下的环境变量为: export JAVA_HOME=`/usr/libexec/java_home`export ANDROID_SDK_ROOT
·
2015-11-13 03:43
android
Linux学习笔记1
1 环境变量篇 1.1 修改查看生效系统环境变量 1> 涉及系统环境变量的文件.
bash_profile
2> 该文件位置 /root/.
bash_profile
3>
·
2015-11-13 03:05
linux
Linux学习笔记 1 环境变量 2 vi命令
1 环境变量篇 1.1 修改 查看 生效 系统环境变量 1 涉及系统环境变量的文件 --> .
bash_profile
·
2015-11-13 03:44
linux
mac .
bash_profile
环境变量汇总
export CATALINA_HOME=/Applications/MyApplications/apache-tomcat-7.0.54 export PATH=$PATH:$CATALINA_HOME/bin export M2_HOME=/Applications/MyApplications/apache-maven-3.2.2 export MAVEN_OPTS="
·
2015-11-13 03:03
profile
ubuntu 环境变量配置
3、~/.
bash_profile
:在登录时用到的
·
2015-11-13 01:30
ubuntu
mac 设置 ll 等alias 并永久生效
往上看了在.
bash_profile
中配置 然后 source 的方法, 试过了, 只是当前的终端有效,当电脑重启或者关闭终端就失效了,只好看看 mac 的 profile 代码  
·
2015-11-13 01:17
alias
.
bash_profile
和.bashrc的区别(如何设置生效)
.~/.
bash_profile
:每个用户都可使用该文件输入专用于自己使用的shell信息,当用户登
·
2015-11-13 00:38
profile
手动建库流程
修改.
bash_profile
oracle_sid=PROD 对象别名可创建 2.创建建库所需文件夹 admin(adump dudmp ) oradata 3.创建密码文件(
·
2015-11-13 00:46
流程
MAC 上找不到.
bash_profile
该怎么办?
创建.
bash_profile
输入touch .
bash_profile
4.
·
2015-11-13 00:15
profile
Kafka单机版环境搭建
使用版本:kafka_2.10-0.8.1.1 安装: tar -zxvf kafka_2.10-0.8.1.1.tgz -C ~/app/ 添加环境变量:.
bash_profile
·
2015-11-12 23:13
kafka
-bash: ulimit: pipe size: cannot modify limit: Invalid argument
账号切换到oracle账号时,出现了“-bash: ulimit: pipe size: cannot modify limit: Invalid argument”提示,一般出现这个错误是因为在设置.
bash_profile
·
2015-11-12 23:47
Invalid
LINUX下使用crontab进行RMAN备份实验
source /home/oracle/.
bash_profile
或者直接将/home/oracle/.bash_pro
·
2015-11-12 23:22
crontab
mac下配置cocos2d-x3.0
今天看到3.0的正式版公布了,就马上荡下来试试3.0,以下记录下环境变量配置过程 打开用户文件夹下.
bash_profile
文件,配置环境 1、首先配置下android sdk,我的是在opt
·
2015-11-12 23:31
cocos2d-x
在终端使用swift
Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin在命令行执行打开 .
bash_profile
·
2015-11-12 22:13
swift
配置linux中文
1、~/.
bash_profile
文件添加一下内容并执行source ~/.
bash_profile
export NLS_LANG=AMERICAN_AMERICA.ZHS16GBK
·
2015-11-12 18:46
linux
linux命令 环境设置 顺序
blog.csdn.net/dingxy/article/details/4016383在登录Linux时要执行文件的过程如下:在刚登录Linux时,首先启动 /etc/profile 文件,然后再启动用户目录下的 ~/.
bash_profile
·
2015-11-12 17:44
linux命令
在MAC中安装XMPP服务器
1.下载安装包 2.安装服务器-依次安装下面3个 3.启动mysql服务器 4.设置MySQL命令行搜索路径 •打开终端,输入: •vi ~/.
bash_profile
·
2015-11-12 15:57
XMPP
ORACLE SQL单行函数(三)【weber出品必属精品】
这个时候我们想来显示一下人民币的符号:¥ $ vi .
bash_profile
---写入如下内容: export NLS_LANG='SIMPLIFIED CHINESE'_CHINA.AL32UTF8
·
2015-11-12 15:40
Oracle SQL
嵌入式笔记 2
输出所有 export PATH=$PATH:/tmp/ 加入/tmp/到PATH路径下 查看 vim ~/
bash_profile
·
2015-11-12 14:43
嵌入式
Linux 之 /etc/profile、~/.
bash_profile
等几个文件的执行过程
在登录Linux时要执行文件的过程如下:在刚登录Linux时,首先启动 /etc/profile 文件,然后再启动用户目录下的 ~/.
bash_profile
、 ~/.bash_login或 ~/.profile
·
2015-11-12 14:38
profile
修改ORACLE-NLS_DATE_FORMAT时间格式的四种方式
在用户的.
bash_profile
中增加两句: export NLS_LANG=AMERICAN --
·
2015-11-12 14:43
oracle
cocos2d-2.0-x-2.0.3 交叉编译到 android
今天来了下载了最新的ndk8 更新了sdk 又重新是了一遍 居然成功了,不知道是工具的版本问题还是哪一步出错误了,在这里整理一下:首先各个工具都下下来配置好,然后将cygwin中的.
bash_profile
·
2015-11-12 13:36
android
Mac 下面,添加android adb命令(一般环境变量的添加方法)
在 用户目录下 ~/.
bash_profile
vim ~/.
bash_profile
2.加入我们需要添加的环境变量
·
2015-11-12 13:51
android adb
android ndk环境配置
安装后如果c:\cygwin下面没有.
bash_profile
,那么可以重安装目录中搜索一个.
bash_profile
文件,进行修改,然后直接拷贝到C:\Documents and Settings\Administrator
·
2015-11-12 13:48
android NDK
【原】Oracle11gR2图文安装
转载时请以超链接形式标明文章】 http://www.cnblogs.com/david-zhang-index/p/4365475.html 本文以看图说话的方式,详细解释安装过程,本文操作之前要求oracle用户、.
bash_profile
·
2015-11-12 12:37
oracle11g
【原】SQLPLUS支持上下翻页
david-zhang-index/p/4191650.html 适用:RHEL6 下载包内包含: rlwrap-0.37-1.el6.i686.rpm rlwrap-0.37-1.el6.x86_64.rpm .
bash_profile
·
2015-11-12 12:35
sqlplus
MacPort 的使用
的安装和使用 官网下载最版本的 安装包 自动安装 可能会出现很慢的情况 设置环境变量 vim ~/.
bash_profile
·
2015-11-12 12:20
port
Teamcenter10 step-by-step installation in Linux env-Oracle Instance Creation
environment It is recommended that user sets the specific environment for Oracle installation in ~/.
bash_profile
·
2015-11-12 11:54
instance
linux下 /etc/profile、~/.
bash_profile
~/.profile的执行过程
关于登录linux时,/etc/profile、~/.
bash_profile
等几个文件的执行过程。
·
2015-11-12 09:17
profile
linux--解决oracle sqlplus 中上下左右backspace不能用
nbsp; 解决不能backspace 方法1: stty erase ^h 在oracle用户下;在用户环境配置文件.
bash_profile
·
2015-11-12 09:02
Oracle SQL
linux系统环境变量.
bash_profile
/bashrc文件
系统环境变量的查看: [root@localhost ~]# envHOSTNAME=localhost.localdomainSELINUX_ROLE_REQUESTED=TERM=xtermSHELL=/bin/bashHISTSIZE=1000SSH_CLIENT=192.168.7.105 50641 22SELINUX_USE_CURRENT_RANGE=QTDIR=/usr/lib/
·
2015-11-12 08:35
profile
.
bash_profile
和.bashrc的什么区别及启动过程
.~/.
bash_profile
:每个用户都可使用该文件输入专用于自己使用的shell信息,当用户登录时,该文件仅仅
·
2015-11-12 08:52
profile
[Mac入门]如何在Mac下显示Finder中的所有文件
在Unix下工作,你可能需要处理一些“特殊“文件或文件夹,例如/usr,/bin, etcf,或一些"dot files"(如.
bash_profile
)。
·
2015-11-11 18:59
find
Mac 系统环境变量配置
Mac 系统环境变量配置 例如这里要配置一下 QUICK_V3_ROOT 的环境变量 1.打开终端 输入 vim ~/.
bash_profile
&
·
2015-11-11 18:12
环境变量
bash的一些使用技巧
将2(标准错误)定位到1(标准输出上去) 1(标准输出)定位到 /dev/null中command 命令是对命令进行操作的命令,command -v就是显示命令相关信息的命令 vim .
bash_profile
·
2015-11-11 18:14
bash
上一页
74
75
76
77
78
79
80
81
下一页
按字母分类:
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
其他