码迷,mamicode.com
首页 >  
搜索关键字:free edb to pst    ( 6811个结果
Centos 配置交换空间
运行命令free -h,若swap那一行都是0的话表明没有交换空间。dd if=/dev/zero of=/var/swap bs=1024 count=2048000if 表示infile,of表示outfile,bs=1024代表增加的模块大小,count=2048000代表2048000个模块 ...
分类:其他好文   时间:2021-05-24 07:51:25    阅读次数:0
解决找图标的问题
<style type="text/css"> <!-- @import url(E:/mashibin/html/TP0002/v2/demo1/node_modules/@fortawesome/fontawesome-free/css/all.css);/*这里是通过@import引用CSS的 ...
分类:其他好文   时间:2021-05-24 07:48:28    阅读次数:0
今日排错---harbor无法登陆failed with status: 502 Bad Gateway
现象 [root@ln0-181 src]# docker login harbor.spos.lab Authenticating with existing credentials... Login did not succeed, error: Error response from daem ...
分类:其他好文   时间:2021-05-24 07:34:00    阅读次数:0
表示层+base64
(2)表示层表示层提供各种用于应用层数据的编码和转换功能,确保一个系统的应用层发送的数据能被另一个系统的应用层识别。如果必要,该层可提供一种标准表示形式,用于将计算机内部的多种数据格式转换成通信中采用的标准表示形式。数据压缩和加密也是表示层可提供的转换功能之一。 在项目开发中,为了方便数据传输,可以 ...
分类:其他好文   时间:2021-05-24 06:28:33    阅读次数:0
CentOS7调整分区大小
前言 部署CentOS7的时候分配的动态扩充虚拟磁盘,共1T大小,在安装Centos时默认分区,系统仅给/分配50G,而大量空间都挂载到/home下,最近CentOS7使用中发现空间已不足够,所以就想如何将/home下的空间重新分配扩容到/下。 配置过程 查看分区大小 df -h 或者lsblk [ ...
分类:其他好文   时间:2021-05-24 06:24:49    阅读次数:0
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
6811条   上一页 1 2 3 4 5 6 ... 682 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!