码迷,mamicode.com
首页 >  
搜索关键字:free    ( 5321个结果
C++内存管理
C语言中申请和释放空间(内置类型) malloc只负责申请空间, 不进行空间初始化 calloc负责申请空间, 并进行零时的初始化, 全部初始化为0 realloc调整生成的空间 void test(){ int* p1 = (int*)malloc(sizeof(int)); free(p1); ...
分类:编程语言   时间:2021-05-24 05:53:58    阅读次数:0
[Tools] YAML
If you are new to YAML, here is a useful link to a blog on YAML. YAML tutorial Here is a free tool that was mentioned in the video that can convert YA ...
分类:其他好文   时间:2021-05-04 16:11:49    阅读次数:0
[AWS - Monitoring and Troubleshooting] 5.1 Write code that can be monitored
Trusted Advisor The trusted advisor is an AWS service that evaluates your environment and can provide recommendations for improvement Security improve ...
分类:其他好文   时间:2021-05-04 16:11:23    阅读次数:0
linux Error downloading packages free 0 * needed 71 k
linux Error downloading packages free 0 * needed 71 k 原因:硬盘空间不足 查看磁盘大小 /]# df -hl 从/主目录开始搜索,查看占用磁盘大的 # du -sh * 最后发现jenkins目录下占用过高 cd /var/lib/Jenkins ...
分类:系统相关   时间:2021-04-30 12:41:59    阅读次数:0
linux Error downloading packages free 0 * needed 71 k
linux Error downloading packages free 0 * needed 71 k 原因:硬盘空间不足 查看磁盘大小 # df -hl 从/主目录开始搜索,查看占用磁盘大的 # du -sh * 最后发现jenkins目录下占用过高 # cd /var/lib/jenkins ...
分类:系统相关   时间:2021-04-28 12:21:51    阅读次数:0
erlang环境构建,emqx测试工具安装
几个cpu more /proc/cpuinfo |grep "physical id"|uniq|wc -l 每个cpu是几核(假设cpu配置相同) more /proc/cpuinfo |grep "physical id"|grep "0"|wc -l 查看内存 free -g otps 地址 ...
分类:其他好文   时间:2021-04-28 11:49:32    阅读次数:0
2020年kali最新国内更新源sources.list
2020年kali最新国内更新源sources.list 打开sources.list文件 #/etc/apt/sources.list 更新一下内容 #中科大 deb http://mirrors.ustc.edu.cn/kali kali-rolling main non-free contri ...
分类:其他好文   时间:2021-04-24 13:53:22    阅读次数:0
spire.xls 将excel转为pdf
我的idea使用maven引入依赖没有成功,只能下载jar包 下载jar包地址: http://repo.e-iceblue.com/nexus/content/groups/public/e-iceblue/spire.xls.free/ pom.xml中配置jar所在路径 <dependency ...
分类:其他好文   时间:2021-04-23 12:25:08    阅读次数:0
zimg 使用
/* * Copyright (c) 2015 Paul B Mahol * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under th ...
分类:其他好文   时间:2021-04-16 12:07:43    阅读次数:0
常用监控命令
详见:https://www.cnblogs.com/liyuanhong/articles/14653178.html 1、监控cpu w top htop uptime glances ps 2、监控内存 free glances top htop 3、监控磁盘 df glances iotop ...
分类:其他好文   时间:2021-04-14 11:52:58    阅读次数:0
5321条   上一页 1 2 3 4 5 6 ... 533 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!