1、ls 2、cd 3、ll 显示目录下文件的详细信息 4、rz 在某个目录下上传文件 5、sz 在某个目录下下载某个文件 6、tail -f -n 1000 xxx 监控显示文件 7、cat xxx | grep aaa 查询某个文件中包含某个字符串 8、ps -ef | grep java 查看 ...
分类:
系统相关 时间:
2017-06-07 00:48:37
阅读次数:
204
转: http://blog.csdn.net/sz_bdqn/article/details/6666262 要了解这个类首先要弄清楚一个概念:bean factory post-processor官方解释是这样的:A bean factory post-processor is a java c ...
分类:
其他好文 时间:
2017-06-04 20:00:23
阅读次数:
276
1 public class Solution { 2 3 public static int SequenceSearch(int[] sz, int key) { 4 for (int i = 0; i < sz.length; i++) { 5 if (sz[i] == key) { 6 re... ...
分类:
其他好文 时间:
2017-06-02 17:48:33
阅读次数:
99
#include<cstdio> #include<cstring> #include<algorithm> using namespace std; const int maxn=300010; char s[maxn]; int l,len,sz; long long ans; struct t ...
分类:
其他好文 时间:
2017-06-01 22:42:27
阅读次数:
180
Mysql安装步骤:系统版本:[root@db01~]#cat/etc/redhat-releaseCentOSrelease6.8(Final)1、上传MySQL二进制安装包:https://pan.baidu.com/disk/home#category/type=6&vmode=list###-网盘下载地址[root@db01~]#cd/home/oldboy/tools/
[root@db01tools]#rz-y
[root@db01too..
分类:
数据库 时间:
2017-05-31 19:11:56
阅读次数:
336
常用的压缩格式targzipbzip2zip.tz--》tar.gz 文件传输 window传输到linux 1.安装lrzsz(必须要使用支持这个功能的客户端xshell,secureCRT,putty不支持,适合传输小文件)sz、rz2.xftp(传输大文件,xshell自带xftp) linu ...
分类:
其他好文 时间:
2017-05-31 18:50:08
阅读次数:
191
首先建立文件 /download sz和rz命令无法用。则用以下1.和2.3步骤 需要上传或者下载,需要使用rz和sz命令。如果linux上没有这两个命令工具,则需要先安装。可以使用yum安装。运行命令yum install lrzsz。 安装完成后就可以使用rz命令上传本地的文件到linux平台。 ...
分类:
Web程序 时间:
2017-05-29 00:58:10
阅读次数:
440
题意:一个长为N的字符串( 3 <= N <= 5000)。问最少插入多少个字符使其变成回文串。 题目链接:http://poj.org/problem?id=1159 ——>>状态:dp[i][j]表示第i个字符到第j个字符组成的字符串变成回文串的最少插入次数。 状态转移方程: 若sz[i] == ...
分类:
编程语言 时间:
2017-05-26 10:43:14
阅读次数:
237
rz 上传文件 sz下载文件 date 显示日期 cal 显示日历 shutdown -h now立刻关机 now相当于时间为0 init 0关机 shutdown -h +10十分钟之后关机 shutdown -r now重启 chmod 改变权限 u=rwx,g=rwx,o=rwx +文件名或目 ...
分类:
系统相关 时间:
2017-05-24 15:53:43
阅读次数:
226