呆萌秀发

文章
7
资源
0
加入时间
3年0月21天

Ubuntu6.10 环境变量设置

# /etc/profile: system-wide .profile file for the Bourne shell (sh(1))# and Bourne compatible shells (bash(1), ksh(1), ash(1), ...).if [ "$PS1" ]; then  if [ "$BASH" ]; then    PS1='\u@\h:\w\$ '    if...

把二进制文件转化为字节数组

在java 中,如何把二进制文件转化为字节数组(byte[])呢?看下面的静态方法:/** * 把二进制文件转化为字节数组 * @param path :path of specified file * @return bytes[] * @throws Exception */ public static byte[] toByteArrFromFil...

Clamav安装及基本使用教程(附安装脚本)

下载Clamav http://www.clamav.net/download.html I, CentOS7.4安装Clamav安装依赖yum -y install gcc-c++ pcre-devel zlib-devel openssl-devel llvm-devel libxml2 libxml2-devel libcurl-devel解压编译安装tar zxf ...