- 博客(16)
- 收藏
- 关注
转载 windows 命令行重启
CMD 命令行重启计算机 shutdown -r -t 0 立即重启 shutdown -r 一分钟后重启(默认的重启时间) 转载于:https://my.oschina.net/...
2018-11-13 10:21:00 5275
转载 强制卸载 openssl ,将导致 yum 无法使用
问题描述 使用如下方式强制性的卸载了 openssl 。 rpm -e --nodeps openssl 结果导致 yum 无法使用,异常信息如下所示。 [root@Development ~]# yumThere was a problem importing one of t...
2018-09-01 15:52:00 4321
转载 Java 笔记
int , short , boolean, float 和 byte[] 互转 import java.nio.ByteBuffer;public class DataTypeChangeHelper { public static byte[] short2ByteArray(s...
2018-05-30 14:15:00 133
转载 Linux 切割文件
若是文件过大, 可以使用如下命令进行切割 split -b 100m 1111.log (按照字节分隔) split -l 1000000 1111.log(按照行数分隔) 通过切割后的文件名字可以看出先后顺序, 排序越靠后, 表示文件内容越新。 比如 xaa xab xac xad ...
2018-04-10 13:56:00 119
转载 Create Oracle User
create user username identified by passworddefault tablespace tablespaceName(FEEL) temporary tablespace tablespaceName(TEMP) profile DEFAULT; gran...
2018-04-09 10:14:00 75
转载 FusionInsight : 重新执行 preinstall.sh ,需要卸载 Manager 、Diskmgr、NTP
一、卸载 Manager 在集群的所有主机执行如下命令。 cd/root/FusionInsight/FusionInsight_Manager/software sh install.sh -f install.ini 以上命令是安装 Manager ,此时会提示先卸载 Manag...
2018-03-29 16:24:00 1438
转载 配置 CentOS 本地 yum 源
挂载 CentOS 镜像 参考本篇文章,https://my.oschina.net/u/3263785/blog/1635989 新建 repo 文件 在/etc/yum.repos.d 下创建文件local.repo,填写如下内容。 [localRepo] name=loc...
2018-03-29 15:52:00 96
转载 Install Python Argparse Module
By default, CentOS is installed and the python argparse module is not installed. When you execute the following python statement , an exception is ...
2018-03-26 11:35:00 703
转载 The Hosts File Direcotory of Windows 10
C:\Windows\System32\drivers\etc 转载于:https://my.oschina.net/u/3263785/blog/1649085
2018-03-22 12:03:00 119
转载 Copy File/Folder to Remote Folder
Copy folder to remote folder scp -r local_folder remote_username@remote_ip:remote_folder Copy file to remote folder scp local_file remote_usern...
2018-03-20 14:19:00 140
转载 挂载 CentOS 镜像
挂载之前,Linux 的挂载点如下所示。 # df -h Filesystem Size Used Avail Use% Mounted on /dev/sda3 2.3T 64G 2.1T 3% / tmpfs ...
2018-03-16 16:37:00 316
转载 Review the Host Name of CentOS
# uname -a Linux x44 2.6.32-358.el6.x86_64 #1 SMP Fri Feb 22 00:31:26 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux X44 is the host name. # hostname x4...
2018-03-16 16:00:00 69
转载 Review the Bit and Version and Kernel of CentOS
Bit 1. # uname -a Linux x44 2.6.32-358.el6.x86_64 #1 SMP Fri Feb 22 00:31:26 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux 2. # file /bin/ls /bin/ls: ...
2018-03-16 15:56:00 62
转载 Temporarily Switch Linux Language Environment
LANG=en Switch to English language environment. 转载于:https://my.oschina.net/u/3263785/blog/163...
2018-03-16 08:49:00 103
转载 [ JDK ] 列表转数组 toArray
<T> T[] toArray(T[] a) :该方法返回一个数组,数组元素包含了 List<T> 中的所有元素,数组中的元素顺序和 List<T> 中的元素顺序保持一致。 该方法声明了类型参数(泛型参数) T ,代表数组元素的类型。请...
2017-09-17 17:38:00 199
转载 Java 高级特性: Lambda 表达式
前几天发表了本文的图片版,本文原来是在 word 编写的,后来想要发布到开源中国的博客,为了图方便,就直接截图上传到博客了。很多朋友看了之后留言,想要文字版的。本文篇幅非常长,把文字整理到博客真的非常费时。还好终于整理好了,献给你们,希望对你们有帮助。 本文源代码上传到了码云...
2017-09-11 14:21:00 469
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人