摘要:
作为一名习惯了shell编程的工程师,写java最麻烦就是IO操作。曾经一个 > file_name 就完成了写操作,一个 < file_name 或者 cat file_name 就完成了读操作,java的读写文件真台让我头疼了。索性总结下,仅供参考。 写在前面的话:java编程里面对于文件的操作 阅读全文
posted @ 2020-05-19 15:24
smallfishy
阅读(149)
评论(0)
推荐(0)
摘要:
多光盘合并成一个文件1、分开下载光盘,比如 SLE-15-SP1-Installer-DVD-x86_64-GM-DVD1.iso SLE-15-SP1-Packages-x86_64-GM-DVD1.iso2、使用SLE-15-SP1-Installer-DVD-x86_64-GM-DVD1.is 阅读全文
posted @ 2020-05-19 15:21
smallfishy
阅读(2368)
评论(0)
推荐(0)
摘要:
1、suse 系列zypper in -t pattern gnome_x11zypper in -t pattern x112、redhat系列yum groupinstall "X Window System"yum groupinstall "GNOME Desktop Environment 阅读全文
posted @ 2020-05-19 15:20
smallfishy
阅读(202)
评论(0)
推荐(0)
摘要:
应该是转载了别人的。 1. 先根据进程名查看进程idps aux | grep 进程名(或者ps -ef | grep 进程名) y@ubuntu:~$ ps aux | grep bitcoindy 2708 101 12.1 1611172 488580 ? Ssl Aug22 32:04 bi 阅读全文
posted @ 2020-05-19 15:19
smallfishy
阅读(5253)
评论(0)
推荐(0)
摘要:
shell逻辑判断 (1)字符串操作符 用于计算字符串表达式test命令 | 含义 Str1 = str2 | 当str1与str2相同时,返回TrueStr1! = str2| 当str1与str2不同时,返回TrueStr | 当str不是空字符时,返回True-n str | 当str的长度大 阅读全文
posted @ 2020-05-19 15:18
smallfishy
阅读(173)
评论(0)
推荐(0)
摘要:
应该是转载的,但是不知道转了谁的。 1、centos 时区设置$timedatectl statusLocal time: 四 2014-12-25 10:52:10 CSTUniversal time: 四 2014-12-25 02:52:10 UTCRTC time: 四 2014-12-25 阅读全文
posted @ 2020-05-19 15:17
smallfishy
阅读(763)
评论(0)
推荐(0)
摘要:
JAVA > 面向对象编程语言Linux > 类Unix操作系统 Hadoop生态HDFS > 解决存储问题MapReduce > 解决计算问题Yarn > 资源协调者Zookeeper > 分布式应用程序协调服务Flume > 日志收集系统 Hive > 基于Hadoop的数仓工具HBase > 阅读全文
posted @ 2020-05-19 15:16
smallfishy
阅读(128)
评论(0)
推荐(0)
摘要:
或非原创,我也说不清楚了。 一、ORACLE的启动和关闭 1、在单机环境下 要想启动或关闭ORACLE系统必须首先切换到ORACLE用户,如下 su - oracle a、启动ORACLE系统 oracle>svrmgrl SVRMGR>connect internal SVRMGR>startup 阅读全文
posted @ 2020-05-19 15:09
smallfishy
阅读(309)
评论(0)
推荐(0)
摘要:
或非原创,我也说清楚了! 查看表空间的名称及大小:SQL>select t.tablespace_name, round(sum(bytes/(1024*1024)),0) ts_sizefrom dba_tablespaces t, dba_data_files d where t.tablesp 阅读全文
posted @ 2020-05-19 15:04
smallfishy
阅读(337)
评论(0)
推荐(0)
摘要:
非原创。 软件下载地址 https://fossies.org/linux/privat/rlwrap-0.43.tar.gz/ [root@localhost db]#ll|grep rlwrap-rw-r--r--. 1 root root 313139 Jul 30 08:50 rlwrap- 阅读全文
posted @ 2020-05-19 15:03
smallfishy
阅读(279)
评论(0)
推荐(0)

浙公网安备 33010602011771号