会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
bob
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
下一页
2016年12月16日
安装Linux Mint
摘要: 1、尽量选择trusty的安装版本,kde和xfce不支持Win+..快捷键,推荐cinnamon;制作安装U盘后,选择非EFI模式启动;选择start Linux Mint(就是第一项); 2、Install Mint;依次选择安装选项,不要连接网络,否则安装时会下载语言包等,全部下载完成需要一个
阅读全文
posted @ 2016-12-16 23:49 _bob
阅读(2536)
评论(3)
推荐(0)
编辑
2016年11月12日
Get Script Path in Shell
摘要: #!/usr/bin/bashdir_old=$(pwd)absolute_script_path=$(cd $(dirname $0) && pwd)relative_script_path=$(dirname $0)wrong_absolute_script_path=$dir_old/$rel
阅读全文
posted @ 2016-11-12 16:42 _bob
阅读(430)
评论(0)
推荐(0)
编辑
2016年10月31日
Shell父进程获取子进程的变量值
摘要: #!/bin/kshshit=""export shitshit=$(su - grid -c 'echo $ORACLE_BASE')pvar=$(subvar="hello shell"; echo $subvar)echo $pvarecho $shit
阅读全文
posted @ 2016-10-31 18:44 _bob
阅读(3094)
评论(0)
推荐(0)
编辑
2016年10月24日
rar限制大小的压缩命令
摘要: rar a -r -v1500m $PKG_NAME.rar $PKG_NAME
阅读全文
posted @ 2016-10-24 18:31 _bob
阅读(306)
评论(0)
推荐(0)
编辑
2016年10月6日
Shell study note
摘要: 5.1 printenv view Global variables bash new shell set Global variables and local variables export test Local → Global, so it can be accessed in both s
阅读全文
posted @ 2016-10-06 22:36 _bob
阅读(238)
评论(0)
推荐(0)
编辑
2016年8月24日
Background Color Setting
摘要: 88123205 #C7EDCD
阅读全文
posted @ 2016-08-24 21:30 _bob
阅读(193)
评论(0)
推荐(0)
编辑
2016年7月21日
MergeRecord_C++中map的使用
摘要: //============================================================================ // Name : TTTest.cpp // Author : // Version : // Copyright : Your copyright notice // Description : H...
阅读全文
posted @ 2016-07-21 22:31 _bob
阅读(367)
评论(0)
推荐(0)
编辑
2016年7月3日
Open Re...
该文被密码保护。
阅读全文
posted @ 2016-07-03 17:31 _bob
阅读(4)
评论(0)
推荐(0)
编辑
2016年6月10日
Ruby学习笔记
摘要: 另存为*.rb文件,在终端执行ruby *.rb。
阅读全文
posted @ 2016-06-10 12:44 _bob
阅读(325)
评论(0)
推荐(0)
编辑
2016年5月20日
Huawei校招机试中的猴子吃桃问题
摘要: //============================================================================ // Name : Monkey&Peach.cpp // Author : dun // Version : // Copyright : Your copyright notice // Descri...
阅读全文
posted @ 2016-05-20 20:51 _bob
阅读(890)
评论(4)
推荐(0)
编辑
上一页
1
2
3
4
下一页