码迷,mamicode.com
首页 >  
搜索关键字:ps move    ( 17927个结果
2021.2.19cf痛苦经历
A. Shifting Stacks time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output You have n stacks of b ...
分类:其他好文   时间:2021-02-20 11:52:20    阅读次数:0
JVM线上故障初步简易排查
线上故障主要包括cpu 磁盘 内存 网络等问题 依次排查 1.cpu 1) 先用ps找到进程pid 2) top -H -p pid 找到cpu占用高的线程 3)printf '%x\n' pid 获得16进制的nid 4) jstack pid |grep 'nid' -C5 -color 显示堆 ...
分类:其他好文   时间:2021-02-20 11:45:56    阅读次数:0
1033 旧键盘打字 (20 分)
兄弟题1084 Broken Keyboard (20 分),一样的水~。 ps:`当按键都没坏的时候,输入可能为空,要用getline而不能用cin。 bool vis[200]; string a,b; int main() { getline(cin,a); getline(cin,b); f ...
分类:其他好文   时间:2021-02-19 13:11:20    阅读次数:0
构建后端第5篇之---Idea 查看继承 实现关系图
first question: how to show a class children class : move mousrmark to class name , Ctrl + H how to show a class children class in diagram : ctrl + al ...
分类:其他好文   时间:2021-02-17 14:33:03    阅读次数:0
2020 BIT冬训-贪心 K - USB vs. PS/2 CodeForces - 762B
Problem Description Due to the increase in the number of students of Berland State University it was decided to equip a new computer room. You were gi ...
分类:其他好文   时间:2021-02-16 12:07:01    阅读次数:0
多个html打包,分别引入不同的 多个 js 文件 流程
1. 入口配置一个或者多个: entry:{ // 单个 js 打包 'js/a':'./htmlDist/cn/js/A.js' , // 单个 js 'js/b':[ // 多个 js 合并 './htmlDist/cn/js/B.js' , './htmlDist/cn/js/c.js' , ...
分类:Web程序   时间:2021-02-10 12:56:26    阅读次数:0
【Android】从gitclub下载的源码,运行提示> Failed to apply plugin [id 'com.github.dcendents.android-maven']
Ps:假期想做一个3d球体的相册,在网上搜索源码,定位到一个抽象出来的3dTagCloudAndroid技术。下载到本地,想在手机端运行遇到个报错,记录下。 Ps:开源库地址:https://github.com/misakuo/3dTagCloudAndroid 首先:本地克隆代码,后会自动加载依 ...
分类:移动开发   时间:2021-02-09 12:16:21    阅读次数:0
IntelliJ IDEA创建maven web项目(IDEA新手适用)(转)
https://blog.csdn.net/czc9309/article/details/80304074 PS:从eclipse刚转到IDEA,对于这个陌生的工具我表示无言,但听说很好用,也就试试,结果我几乎花了一晚上的时间才搭起来maven web项目,觉得在此给各位一个搭建maven web ...
分类:Web程序   时间:2021-02-08 12:19:16    阅读次数:0
docker常规操作——启动、停止、重启容器实例
一、启动一个已经停止的容器实例 docker start 容器ID或容器名,建议使用容器ID,容器ID支持模糊查询而容器名称不支持1. 先查看已经暂停的容器实例信息 2. 通过docker start 067启动容器 3. 通过docker ps 查看当前启动的容器 具体操作如下图 docker s ...
分类:其他好文   时间:2021-02-08 12:16:42    阅读次数:0
FTP服务搭建与配置
FTP是File Transfer Protocol(文件传输协议,简称文传协议)的英文简称,用于在Internet上控制文件的双向传输。 ? FTP的主要作用就是让用户连接一个远程计算机(这些计算机上运行着FTP服务器程序),并查看远程计算机中的文件,然后把文件从远程计算机复制到本地计算机,或把本 ...
分类:其他好文   时间:2021-02-05 11:00:32    阅读次数:0
17927条   上一页 1 ... 15 16 17 18 19 ... 1793 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!