码迷,mamicode.com
首页 >  
搜索关键字:bash 环境变量 bashrc profile    ( 35257个结果
【maven】maven+Myeclipse搭建
环境:win7+MyEclipse8.6+maven3.2.1安装maven1. 下载maven,解压到目录d下;2. 配置maven环境变量:MAVEN_HOME;添加path变量;3. dos中输入mvn -version测试设置是否成功,若出现,则成功;修改本地仓库 本地仓库是通过你的配置从....
分类:系统相关   时间:2014-05-21 21:26:39    阅读次数:606
cocos2dx 3.0 正式版 打包记录
1;产生一个新项目在环境变量里面配置路径D:\UserProfiles\FelixLiu\Downloads\cocos2d-x-3.0\cocos2d-x-3.0\tools\cocos2d-console\bin 这个主要是为了使用 cocos.py 工具,后面要 new compile 什么的...
分类:其他好文   时间:2014-05-21 21:15:01    阅读次数:179
<LINUX >bash shell 入门 --linux学习笔记
首先说下我个人对于shell的理解,我觉得shell是一种通过各种控制语句将linux命令进行集合实现批处理的一种脚本语言.shell编程入门其实很简单,语法知识并不多,但是高级shell编程就很难,因为shell是用户和linux之间的桥梁,要编写高质量的shell脚本,就需要用户对linux有很...
分类:系统相关   时间:2014-05-21 19:30:46    阅读次数:328
获取终端下光标的位置
1 #!/bin/bash 2 #based on a script from http://invisible-island.net/xterm/xterm.faq.html 3 exec /dev/tty 8 # tput u7 > /dev/tty # when TERM=xt...
分类:其他好文   时间:2014-05-21 18:43:15    阅读次数:300
Bash String Manipulation Examples – Length, Substring, Find and Replace--reference
In bash shell, when you use a dollar sign followed by a variable name, shell expands the variable with its value. This feature of shell is called para...
分类:其他好文   时间:2014-05-21 18:32:32    阅读次数:332
NSProcessInfo-当前进程信息类
1、NSProcessInfo常用方法: +(NSProcessInfo*)processInfo  //返回当前进程的信息 -(NSArray*)arguments  //以NSString对象数组的形式返回当前进程的参数 -(NSDictionary *)environment  //返回变量/值对词典,以描述当前的环境变量(比如PATH和HOME)及其值 -(int)processI...
分类:其他好文   时间:2014-05-21 17:16:15    阅读次数:229
Erlang开发环境的配置windows64位
1.下载最新的Erlang otp,下载地址:www.erlang.org/download/otp_win64_17.0.exe 安装。 2.下载Eclipse及JDK7,地址的话自己百度。然后进行安装。 3.配置环境变量C:\Program Files\Java\jdk1.7.0_03\bin;C:\Program Files\erl6.0\bin将这两个路径加入path路径。然后运行cm...
分类:Windows程序   时间:2014-05-21 16:47:10    阅读次数:391
unset : command not found问题解决
今天在登录系统的时候居然出现“unset:commandnotfound”这个东西,搞了好久,终于解决了。解决办法:检查/etc/profile和~/.bash_profile,原来在/etc/profile末尾多了一句“unsetMAILCHECK”,删除这句就行了
分类:其他好文   时间:2014-05-21 12:41:52    阅读次数:265
You have new mail in /var/spool/mail/root
1、在进入系统的时候经常提示Youhavenewmailin/var/spool/mail/rootecho“unsetMAILCHECK”>>/etc/profilesource/etc/profile关闭sendmail的功能:chmod0/usr/sbin/sendmailmv/usr/sbin/sendmail/usr/sbin/sendmail.bakln-s/var/qmail/bin/sendmail/usr/sbin/sendmail清..
分类:其他好文   时间:2014-05-21 12:39:10    阅读次数:278
使用Jenkins进行android项目的自动构建(1)
环境搭建1. 下载JDK,安装,并将JDK的安装目录加入到环境变量JAVA_HOME,将JDK的bin目录加入到环境变量PATH。2. 下载Android SDK,解压,并将SDK的安装目录加入到环境变量ANDROID_HOME,将SDK的tools和platform-tools目录加入到环境变量P...
分类:移动开发   时间:2014-05-21 03:25:07    阅读次数:322
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!