shell字符串截取
1、使用 # 号操作符。用途是从左边开始删除第一次出现子字符串即其左边字符,保留右边字符。用法为#s… 继续阅读 shell字符串截取
1、使用 # 号操作符。用途是从左边开始删除第一次出现子字符串即其左边字符,保留右边字符。用法为#s… 继续阅读 shell字符串截取
#最常用配置 #initialPoolSize:连接池初始化时创建的连接数,default : 3,… 继续阅读 c3p0参数配置
GC(GarbageCollection)不会在主程序运行期对永久域进行清理。 各主要参数的作用如下… 继续阅读 JVM参数优化
yum install nethogs nethogs eth0 nethogs eth0 eth1… 继续阅读 nethogs进程流量统计
tcpdump是linux命令行下常用的的一个抓包工具,需要root权限 结果中每一行的各个数据表示… 继续阅读 tcpdump命令
Description: The sorting algorithm used by java.ut… 继续阅读 比较器报错:Comparison method violates its general contract
find:用于在文件树种查找文件,并作出相应的处理 find path -option [ -pri… 继续阅读 find命令
SUBSTR 截取子串 语法: SUBSTR(string,a[,b]) 功能: 返回从a位置开始的… 继续阅读 SUBSTR函数
tcp.analysis.lost_segment:表明已经在抓包中看到不连续的序列号。报文丢失会造… 继续阅读 wireshark过滤
Windows Server 2008查看远程桌面登录日志: 控制面板->查看事件日志->事件查看器… 继续阅读 windows查看登录主机名
错误提示:SQL Error (2013): Lost connection to MySQL se… 继续阅读 MySQL连接异常2013
ssh连不上,用root上去su到常用用户时报错: bash: fork: retry: Resou… 继续阅读 Resource temporarily unavailable
管道是一种两个进程间进行单向通信的机制。因为管道传递数据的单向性,管道又称为半双工管道。管道的这一特… 继续阅读 linux管道与重定向
list列出目标目录中所有的子目录和文件。 ls [选项] [目录名] ls -l 长列表 第1列 … 继续阅读 ls命令
scp是有Security的文件copy,基于ssh登录 和它类似的命令有cp,不过cp只是在本机进… 继续阅读 scp命令
Using CATALINA_BASE: /opt/servcom_tomcat Using CAT… 继续阅读 $CATALINA_PID was set but the specified file does not exist. Is Tomcat running? Stop aborted.
word count :统计指定文件中的字节数、字数、行数,并将统计结果显示输出。 -c 统计字节数… 继续阅读 WC命令
show engine innodb status SHOW PROCESSLIST查看问题id k… 继续阅读 error=1205 – Lock wait timeout exceeded; try restarting transaction 加锁超时
1、下载jprofiler linux版 wget http://download-aws.ej-t… 继续阅读 Linux快速部署jprofiler
/usr/bin/last:show listing of last logged in users… 继续阅读 last命令