码迷,mamicode.com
首页 >  
搜索关键字:up    ( 7825个结果
批处理:根据进程名称查询进程,如果有进程就输出up没有就输出donw
需求:windows系统上 根据进程名称查询进程,如果有进程就输出 up ,没有就输出 donw. 完成!! ...
分类:系统相关   时间:2018-10-13 02:40:43    阅读次数:213
Ubuntu安装GitLab
一:环境描述 1. 硬件:Upboard Core 2. CPU:Intel(R) Atom(TM) x5-Z8350 CPU @ 1.44GHz 3. 系统:Linux lich-UP-CHCR1 4.15.0-36-generic #39-Ubuntu SMP Mon Sep 24 16:19: ...
分类:系统相关   时间:2018-10-13 02:19:49    阅读次数:229
CF1065F Up and Down the Tree
题意:给你一棵树,你起点在1,1也是根节点,你每次可以选择去你子树的某个叶子节点,也可以选择,从叶子节点返回距离不超过k的一个根,也就是说,你从1开始,向下跳,选择一个叶子(就是没有子树的节点),然后可以选择一个距离小于等于k的点跳回去,然后继续跳下去再跳上来,问你最多能去多少个叶子节点,n<=1e ...
分类:其他好文   时间:2018-10-12 23:40:22    阅读次数:203
网络接口信息简述
使用ifconfig+网卡名查看指定网络接口的信息,如下图; 说明: 第1行:UP表示此网络接口为启用状态,RUNNING表示网卡设备已连接,MULTICAST表示支持组播,MTU为数据包最大传输单元. 第2行:依次为网卡IP、子网掩码、广播地址。 第3行:IPv6地址, 第4行:Ethernet( ...
分类:其他好文   时间:2018-10-12 14:06:01    阅读次数:207
CentOS7 Failed to start LSB: Bring up/down解决方法
[root@localhost ~]# systemctl status network.service● network.service - LSB: Bring up/down networking Loaded: loaded (/etc/rc.d/init.d/network; bad; v ...
分类:其他好文   时间:2018-10-12 14:04:36    阅读次数:176
HDU - 5542 The Battle of Chibi(LIS+树状数组优化)
The Battle of Chibi Cao Cao made up a big army and was going to invade the whole South China. Yu Zhou was worried about it. He thought the only way to ...
分类:编程语言   时间:2018-10-11 22:04:08    阅读次数:198
install ros error :Set up your keys timed out
错误: sudo apt-key adv --keyserver hkp://ha.pool.sks-keyservers.net --recv-key 421C365BD9FF1F717815A3895523BAEEB01FA116Executing: gpg --ignore-time-conf ...
分类:其他好文   时间:2018-10-11 16:57:29    阅读次数:384
linux系统中中断已连接的用户
1、用w命令查看当前系统登录的用户 root@debian:~# w 15:27:05 up 3:48, 5 users, load average: 0.49, 0.43, 0.43USER TTY FROM LOGIN@ IDLE JCPU PCPU WHATroot pts/0 172.16. ...
分类:系统相关   时间:2018-10-11 16:55:26    阅读次数:192
使用git提交时报错:error: RPC failed; HTTP 413 curl 22 The requested URL returned error: 413 Request Entity Too Large
Delta compression using up to 4 threads.Compressing objects: 100% (2364/2364), done.Writing objects: 100% (4329/4329), 1.15 MiB | 11.20 MiB/s, done.To ...
分类:Web程序   时间:2018-10-11 15:44:33    阅读次数:1688
前端页面添加表格,实现每一行能上下移动,还可修改数据库排序字段值
var up = "上移"; var down = "下移"; data[i].templateName+templateString+temOrderNum up+" "+down /* 表格整行上下移动 */ function moveUp(_a){ var _row = _a.parentNo... ...
分类:移动开发   时间:2018-10-10 23:39:01    阅读次数:334
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!