码迷,mamicode.com
首页 >  
搜索关键字:sz    ( 840个结果
最小圆覆盖 gym-102006 I
#include #define LL long long #define fi first #define se second #define mk make_pair #define PLL pair #define PLI pair #define PII pair #define SZ(x)... ...
分类:其他好文   时间:2018-12-29 23:10:42    阅读次数:347
lrzsz的yum安装
1,yum安装lrzsz 2,sz命令发送文件到本地: # sz filename 3,rz命令本地上传文件到服务器: # rz 执行该命令后,在弹出框中选择要上传的文件即可。 ...
分类:其他好文   时间:2018-12-24 00:05:36    阅读次数:197
有用命令
scp yangpeng@10.9.139.171:/MOM/codeBuild02/yangpeng/45G/upSystem_v2.1_sz . yangpeng@10.9.139.171's password: upSystem_v2.1_sz: not a regular file [roo ...
分类:其他好文   时间:2018-12-20 18:42:22    阅读次数:167
c++数据
1.变量名 命名规则: 在名称中只能使用字母字符、数字和下划线; 名称的第一个字符不能是数字; 不能将C++关键词用作名称。 常用的前缀:n-整数,str/sz-字符串,b-布尔值,p-指针,c-单个字符,m-类成员值 2.整形 short 至少16位; int至少与short一样长; long至少 ...
分类:编程语言   时间:2018-12-19 21:09:37    阅读次数:156
浅谈fhq_treap
``` class Fhq_Treap{ private: int tot,son[100010][2],key[100010],val[100010],sz[100010]; inline void updata(int u){ sz[u]=sz[son[u][0]]+sz[son[u][1]]+... ...
分类:其他好文   时间:2018-12-14 19:56:39    阅读次数:142
P2617 Dynamic Rankings(带修主席树)
所谓带修主席树,就是用树状数组的方法维护主席树的前缀和 思路 带修主席树的板子 注意数据范围显然要离散化即可 代码 cpp include include include using namespace std; struct Node{ int sz,lson,rson; }PT[100100 4 ...
分类:其他好文   时间:2018-12-12 00:28:28    阅读次数:191
在SecureCRT中给linux上传和下载文件
下载:sz中的s意为send(发送),告诉客户端,我(服务器)要发送文件 send to cilent,就等同于客户端在下载。 上传:rz中的r意为received(接收),告诉客户端,我(服务器)要接收文件 received by cilent,就等同于客户端在上传。 *如果linux上没有这两个 ...
分类:Web程序   时间:2018-12-07 21:02:06    阅读次数:188
Linux和Windows互传文件
使用xshell连接工具Linux和Windows互传文件:安装包:yuminstall-ylrzsz输入命令:sz+文件名(Linux传到Windows)输入命令:rz(Windows传到Linux)
分类:Windows程序   时间:2018-12-06 14:16:59    阅读次数:224
linux 常见命令
linux下载到windows sz filename rzsz 需要安装 yum install lrzsz 解压文件夹 unzip file.zip压缩文件夹 zip -r file.zip ./* 删除文件夹: rm -rf /var/log移除文件rm filename 复制文件到当前目录c ...
分类:系统相关   时间:2018-11-28 18:55:51    阅读次数:259
查看日志
查看 tail -n 500 log.out cat -n log.out |grep "1.0.0" 下载日志 cat log.out >log.bak.txt sz log.bak.txt less命令查看日志 第一步:打开日志文件 less log.out 第二步:定位到日志文件的最后一行:s ...
分类:其他好文   时间:2018-11-23 18:34:11    阅读次数:166
840条   上一页 1 ... 15 16 17 18 19 ... 84 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!