码迷,mamicode.com
首页 >  
搜索关键字:share    ( 6078个结果
不要让谁打乱你生活的节奏
https://www.bilibili.com/video/av23303260/?share_source=copy_link&p=1&ts=1560733035&share_medium=iphone&bbid=25ba10defc0d1b5464dc135bbb00e33c ...
分类:其他好文   时间:2020-04-05 20:37:57    阅读次数:71
2020年4月3号全网IT资料
资料分享]{文档:2020年4月3号全网资料.xlsx 链接:http://note.youdao.com/noteshare?id=5e237a90028a094b518d9417839e67cd&sub=924C2E92945B4A369CBA1DD4490AC344} ...
分类:其他好文   时间:2020-04-05 11:23:32    阅读次数:63
assert False 与 try 结合 在开发中的使用
让错误抛出 发现其中的问题 # coding=utf-8 from rest_framework.views import exception_handler from rest_framework.exceptions import ErrorDetail from share.dj_custom ...
分类:其他好文   时间:2020-04-04 20:32:45    阅读次数:65
C++智能指针简单实现
share_ptr 简单实现: #include <iostream> using namespace std; template<class T> class SmartPtr { public: SmartPtr(T* ori_ptr); ~SmartPtr(); SmartPtr(SmartP ...
分类:编程语言   时间:2020-04-04 13:10:44    阅读次数:69
解决virtualbox安装linux 共享文件夹没有访问权限的问题
Virtualbox是一款免费试用的虚拟机软件。基本功能完全可替代需要购买或crack的VMware。 在Windows主机上用Virtualbox搭建Linux虚拟机,虚拟机和主机之间传递文件最方便的方法就是共享文件夹。 假设将Windows下的share文件夹作为共享文件夹。设置好共享文件夹之后 ...
分类:系统相关   时间:2020-04-04 11:34:55    阅读次数:184
ub编译vbox
sudo passwd root cd /usr/share/lightdm/lightdm.conf.d/gedit 50-unity-greeter.conf gedit /root/.profile 修改 tty -s && mesg n || true //使源生效sudo apt-get ...
分类:其他好文   时间:2020-04-04 11:26:31    阅读次数:87
centos8平台使用iostat监控磁盘io
一,iostat所属的包: [root@centos8 ~]# whereis iostat iostat: /usr/bin/iostat /usr/share/man/man1/iostat.1.gz [root@centos8 ~]# rpm -qf /usr/bin/iostat sysst ...
分类:移动开发   时间:2020-04-03 20:23:39    阅读次数:382
Windows生成项目目录结构
Windows生成项目目录结构 在日常开发工作中,写文档的时候我们经常会有罗列出项目的结构图的需要;如下所示: 如果手工整理的话,太过浪费时间,其实我们可以借助Windows操作系统的 命令来快速生成目录结构: 在需要生成项目结构的目录下, ; 在 窗口输入 然后回车即可生成项目目录结构( 为指定生 ...
分类:Windows程序   时间:2020-04-03 12:26:26    阅读次数:81
centos8平台使用ethtool配置网卡
一,ethtool命令所属的包 [root@centos8 liuhongdi]# whereis ethtool ethtool: /usr/sbin/ethtool /usr/share/man/man8/ethtool.8.gz [root@centos8 liuhongdi]# rpm -q ...
分类:其他好文   时间:2020-04-03 12:07:06    阅读次数:298
centos8平台用ss监控网络
一,ss所属的包: [root@blog ~]# whereis ss ss: /usr/sbin/ss /usr/share/man/man8/ss.8.gz [root@blog ~]# rpm -qf /usr/sbin/ss iproute-4.18.0-15.el8.x86_64 通常默认 ...
分类:其他好文   时间:2020-04-03 12:00:36    阅读次数:346
6078条   上一页 1 ... 36 37 38 39 40 ... 608 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!