会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
求知若饥,虚心若愚。
[Stay Hungry, Stay Foolish.]
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
31
32
33
34
35
36
37
38
39
···
58
下一页
2018年1月24日
安装informatic过程中的错误
摘要: 1.Check if the DISPLAY variable is set export DISPLAY=192.168.3.201:0.0 在注销用户并切换到oracle或者infa 用户,就可以执行了(重新开个窗口登录) 2.Database driver event...Error occu
阅读全文
posted @ 2018-01-24 16:51 酸奶加绿茶
阅读(340)
评论(0)
推荐(0)
2018年1月23日
linux系统字符集
摘要: 这是当前字符集 [root@node2 ~]# echo $LANG en_US.UTF-8 已安装的字符集 [root@node2 ~]# locale LANG=en_US.UTF-8 LC_CTYPE="en_US.UTF-8" LC_NUMERIC="en_US.UTF-8" LC_TIME="en_US.UTF-8" LC_COLLATE="en_US.UTF-8" LC_MON...
阅读全文
posted @ 2018-01-23 11:45 酸奶加绿茶
阅读(276)
评论(0)
推荐(0)
netstat
摘要: netstat - Print network connections, routing tables, interface statistics, masquerade connections, and multicast memberships 可以显示收集链接、路由表信息、接口统计信息、假装链
阅读全文
posted @ 2018-01-23 11:21 酸奶加绿茶
阅读(206)
评论(0)
推荐(0)
2018年1月19日
查看linux系统的信息
摘要: #!/bin/sh ################################################## #function:get host's information #Author:eric-chen export filename filename=linuxHostInfo.dat datadir=./ echo -n "">$datadir$filename fun...
阅读全文
posted @ 2018-01-19 11:24 酸奶加绿茶
阅读(186)
评论(0)
推荐(0)
2018年1月18日
以太坊私有链的搭建
摘要: 1.建一个目录 2.编写配置文件 3.初始化 eric@eric-virtual-machine:~/ethdev2$ geth --datadir "./chain" init piccgenesis.json WARN [01-18|00:10:53] No etherbase set and
阅读全文
posted @ 2018-01-18 00:10 酸奶加绿茶
阅读(306)
评论(0)
推荐(0)
2018年1月17日
$0 $1
摘要: linux中shell变量$#,$@,$0,$1,$2的含义解释变量说明: $$ Shell本身的PID(ProcessID) $! Shell最后运行的后台Process的PID $? 最后运行的命令的结束代码(返回值) $* 所有参数列表。如"$*"用「"」括起来的情况、以"$1 $2 … $n
阅读全文
posted @ 2018-01-17 20:35 酸奶加绿茶
阅读(243)
评论(0)
推荐(0)
dirname
摘要: dirname strip last component from file name (strip 除去,剥去) 把文件的绝对路径的最后一个除去 如: eric@eric-virtual-machine:~/ethdev1$ dirname /home/eric/ /root/ /opt/home
阅读全文
posted @ 2018-01-17 20:17 酸奶加绿茶
阅读(260)
评论(0)
推荐(0)
2018年1月14日
github、git、idea
摘要: 1.idea配置git和github 1.1 配置github账号 1.2配置git软件 1.3创建项目并提交到远程Git仓库 我们一般直接在github上面创建repository(名称和project名字相同),然后git clone到本地,再建项目 注意: 1) 2) 3)使用图形按钮提交 h
阅读全文
posted @ 2018-01-14 22:52 酸奶加绿茶
阅读(192)
评论(0)
推荐(0)
ubuntu环境变量在/etc/environment
摘要: ubuntu环境变量在/etc/environment
阅读全文
posted @ 2018-01-14 21:25 酸奶加绿茶
阅读(862)
评论(0)
推荐(0)
ubuntu的PPA
摘要: PPA,表示Personal Package Archives,也就是个人软件包集很多软件包由于各种原因吧,不能进入官方的Ubuntu软件仓库。为了方便Ubuntu用户使用,launchpad.net提供了ppa,允许用户建立自己的软件仓库,自由的上传软件。PPA也被用来对一些打算进入Ubuntu官
阅读全文
posted @ 2018-01-14 21:12 酸奶加绿茶
阅读(184)
评论(0)
推荐(0)
上一页
1
···
31
32
33
34
35
36
37
38
39
···
58
下一页
公告