码迷,mamicode.com
首页 >  
搜索关键字:find grep xargs    ( 34906个结果
进程管理
1.定时任务 crontab -e s m h d month w cmd 2.任务后台执行 command & 3.查看进程 ps -ef|grep prcss 4.杀死进程 kill -9 pid 5.服务状态 service prcss_name status|start|stop|resta ...
分类:系统相关   时间:2021-03-01 14:17:23    阅读次数:0
网络管理
1.查看端口 netstat -anp|grep port netstat -antup 2.文件传输 wget [-options] args curl [-options] args lftp [-options] args 3.远程登录 telnet host_name port ssh [- ...
分类:其他好文   时间:2021-03-01 14:17:05    阅读次数:0
[CodeForces1492C] Maximum Width
description: There are two strings \(a\), \(b\) with the length \(n\), and \(m\). Find the Array <\(p_1, p_2, ..., p_m>\), such that \(a_{p_i}= b_i\), ...
分类:其他好文   时间:2021-03-01 13:26:32    阅读次数:0
1121 Damn Single (25 分)
"Damn Single (单身狗)" is the Chinese nickname for someone who is being single. You are supposed to find those who are alone in a big party, so they can ...
分类:其他好文   时间:2021-03-01 13:14:50    阅读次数:0
Error: Cannot find module 'webpack-cli/bin/config-yargs
关于webpack配置服务webpack-dev-server的报错问题:Error: Cannot find module 'webpack-cli/bin/config-yargs' 安装本地服务步骤: 1、安装 loader:npm install webpack-dev-server --s ...
分类:Web程序   时间:2021-03-01 13:11:48    阅读次数:0
webdriver常用元素操作API
1、clear(): 清除对象的内容 driver.find_element_by_id('kw').clear() 2、send_keys(): 在对象上模拟按键输入driver.find_element(By.ID,'kw').send_keys("12306") 3、click(): 单击对象 ...
分类:Windows程序   时间:2021-03-01 12:50:47    阅读次数:0
easyui datagrid 中的numberbox添加blur事件
onClickRow: function (index) { var editor = feeTable.datagrid('getEditors', index); editor[0].target.next('span').find('input').blur(function () { fee ...
分类:其他好文   时间:2021-02-27 13:33:15    阅读次数:0
deepin 340 USB转console线驱动安装及使用
刚换DEEPIN系统, 有个路由器要做调整,的确是没windows友好,查了网上资料,归总一下。 zhaodong@zhaodong-PC:sudo find / -name serial 进入 zhaodong@zhaodong-PC:~/Desktop$ cd /usr/lib/modules/ ...
分类:其他好文   时间:2021-02-27 13:15:24    阅读次数:0
日常学习
simple_list_item_1 Unable to find explicit activity class 一个大佬 https://www.gcssloop.com/#blog @dimen/activity_vertical_margin 是什么意思? https://www.cnblo ...
分类:其他好文   时间:2021-02-26 13:23:23    阅读次数:0
CTF-攻防世界-Web-新11-command_execution(命令执行,OS注入)
题目描述: 小宁写了个ping功能,但没有写waf,X老师告诉她这是非常危险的,你知道为什么吗。 考察内容: OS注入,命令执行 解答: ping 8.8.8.8; ifconfig // 可以执行ifconfig系统命令 ping 8.8.8.8; find / -iname "*flag*" / ...
分类:Web程序   时间:2021-02-26 13:17:30    阅读次数:0
34906条   上一页 1 ... 21 22 23 24 25 ... 3491 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!