码迷,mamicode.com
首页 >  
搜索关键字:proc    ( 8879个结果
2020 BIT冬训-模拟与暴力 D - Crashing Robots POJ - 2632
Problem Description In a modernized warehouse, robots are used to fetch the goods. Careful planning is needed to ensure that the robots reach their de ...
分类:其他好文   时间:2021-02-05 10:47:53    阅读次数:0
救火必备linux命令小结
线上查问题的时候有些命令是必备,有必要把一些常用命令总结一下,查找问题一般可以分为系统参数、性能参数、进程、内存、网络、存储、内存和jvm这么几类: 系统参数cat /proc/cpuinfo cpu相关参数 cat /proc/meminfo 内存相关参数 cat /proc/loadavg 负载 ...
分类:系统相关   时间:2021-02-03 10:49:18    阅读次数:0
U3D地形工具真实城市 CityGen3D v1.3
CityGen3D - Procedural Unity Scenes From Real World Map Data With CityGen3D you can have terrain, roads and buildings all generated for you based on r ...
分类:其他好文   时间:2021-02-02 11:15:24    阅读次数:0
Spring - Bean的生命周期
简单来说,Spring Bean的生命周期只有四个阶段:实例化 Instantiation --> 属性赋值 Populate --> 初始化 Initialization --> 销毁 Destruction 但具体来说,Spring Bean的生命周期包含下图的流程: (1)实例化Bean: 对 ...
分类:编程语言   时间:2021-01-30 11:51:04    阅读次数:0
Linux 的基础知识关于基本操作命令 --- No.3
先得过一下基本操作命令(顺带一提,小火车的放到说SSH那里毕竟展示的时候是用cmder来的)。 咱们先看下最最基础的命令都不用记 init 系列的话从0 - 6 0 - 停机() 1 - 单用户模式 2 - 多用户,没有 NFS 不联网 3 - 完全多用户模式(标准的运行级) 这个用的比较多 4 - ...
分类:系统相关   时间:2021-01-30 11:49:51    阅读次数:0
【zombie】如何查看并杀死僵尸进程?
【zombie】如何查看并杀死僵尸进程? 赏金Micheal关注 2019.03.31 19:40:15字数 1,016阅读 4,373 僵尸进程定义 In UNIX System terminology, a process that has terminated,but whose parent ...
分类:系统相关   时间:2021-01-30 11:48:16    阅读次数:0
linux 查看操作系统
一、linux下如何查看已安装的centos版本信息: 1.Linux查看当前操作系统版本信息 cat /proc/version Linux version 2.6.32-696.el6.x86_64 (mockbuild@c1bm.rdu2.centos.org) (gcc version 4. ...
分类:系统相关   时间:2021-01-30 11:41:40    阅读次数:0
微信小程序--加载动画【水波涟漪效果 蓝色】
效果图 Demo源码 wxml <view class="loading"> <view class="circle"> <view class="wave"></view> </view> </view> wxss 在这里插入代码片 ...
分类:微信   时间:2021-01-28 11:53:47    阅读次数:0
解决springboot连接Redis出现 Redis exception; nested exception is io.lettuce.core.RedisException: java.io.IOException: 远程主机强迫关闭了
出现的场景 在springboot 连接redis的时候出现以下报错 2021-01-27 10:12:07.077 ERROR 4428 [nio-8004-exec-5] s.x.s.e.GlobalExceptionHandler : Redis exception; nested excep ...
分类:编程语言   时间:2021-01-28 11:39:51    阅读次数:0
shader之threejs应用
shader之threejs应用 shader用作编写threejs自定义材质的着色器。 效果: 代码: <template> <div class="threeModel"> <div id="modelBox"></div> </div> </template> <script> import ...
分类:Web程序   时间:2021-01-25 11:14:53    阅读次数:0
8879条   上一页 1 ... 8 9 10 11 12 ... 888 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!