码迷,mamicode.com
首页 >  
搜索关键字:nc    ( 886个结果
linux 用户管理
关机&&重启 shutdown ``` //立即关机 shutdown -h now //一分钟后关机 shutdowm -h 1 //立即重启 shutdown -r now ``` halt:直接使用,关机 reboot:重启系统 sync:把内存的数据同步到磁盘 不管是重启还是关机,首先运行s ...
分类:系统相关   时间:2021-06-17 17:04:22    阅读次数:0
Flink-transformation(三)
ke01开启: nc -lk 8888 Map package com.text.transformation import org.apache.flink.streaming.api.scala.StreamExecutionEnvironment import org.apache.flink ...
分类:其他好文   时间:2021-06-11 18:25:57    阅读次数:0
ncat-相关参数用法
ncat是nc的衍生版本,是附带在nmap软件包里面,下面是一些常见的ncat的用法 开启http代理 ncat -lvvv 8080 --proxy-type http --proxy-auth cntf:cntf ...
分类:其他好文   时间:2021-04-12 12:04:11    阅读次数:0
NC 自定义项参照设置为查询条件
select * from pub_query_condition where pk_templet in (select id from pub_query_templet where node_code like'HTK103%')把consult_code 设置成bd_refinfo的参照名字 ...
分类:其他好文   时间:2021-03-15 10:59:36    阅读次数:0
字符计数与行计数
字符计数 #include<stdio.h> int main(){ long nc; nc = 0; while(getchar()!=EOF) ++nc; printf("%ld\n",nc); } 下面是for循环的代码: #include<stdio.h> int main(){ doubl ...
分类:其他好文   时间:2021-03-05 13:15:59    阅读次数:0
攻防世界(2):get_shell
告诉你shell是什么,就是这个system("/bin/sh") 这题直接白给了,nc一下就能ls看到flag ...
分类:系统相关   时间:2021-02-22 11:55:43    阅读次数:0
1037 Magic Coupon (25 分)
水题~。 魔鬼变量名。 vector<int> positive_coupon,negative_coupon; vector<int> positive_product,negative_product; int nc,np; int main() { cin>>nc; for(int i=0;i ...
分类:其他好文   时间:2021-02-20 11:51:01    阅读次数:0
「汇编语言 第 3 版 王爽」- 参考答案:检测点 11.2 @20210212
参考答案 AL CF OF SF ZF PF sub al, al 0h 00000000b 0/NC 0/NV 0/PL 1/ZR 1/PE mov al, 10h 10h 00100000b 0/NC 0/NV 0/PL 1/ZR 1/PE add al, 90h a0h 10100000b 0 ...
分类:编程语言   时间:2021-02-16 12:04:04    阅读次数:0
git工具 -- repo
资料1: https://wladimir-tm4pda.github.io/source/git-repo.html sync命令: repo sync [project-list ] Downloads new changes and updates the working files in y ...
分类:其他好文   时间:2021-02-15 12:26:44    阅读次数:0
【NC】遇到不知名的BUG怎么办?清除缓存来治它!!!
遇到不知名的BUG怎么办?清除缓存来治它!!! 以下情况可以尝试清除缓存: 1. 自己增加的节点无法显示。 2. 对节点进行某些操作设置后无法显示效果。 ... ...
分类:其他好文   时间:2021-01-06 12:32:25    阅读次数:0
886条   1 2 3 4 ... 89 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!