网站首页 站内搜索

搜索结果

查询Tags标签: going,共有 4条记录
  • centos设备性能优化

    修改dns vi /etc/resolv.conf nameserver 114.114.114.114 修改防火墙 设置出网ip(自己更改网卡名和IP地址) iptables -t nat -A POSTROUTING -o enp1s0 -j SNAT --to-source 0.0.0.0 安装基本工具 [root@localhost ~]# tar xvf optimization_init.tar.gz [root@localho…

    2022/7/3 5:19:26 人评论 次浏览
  • centos设备性能优化

    修改dns vi /etc/resolv.conf nameserver 114.114.114.114 修改防火墙 设置出网ip(自己更改网卡名和IP地址) iptables -t nat -A POSTROUTING -o enp1s0 -j SNAT --to-source 0.0.0.0 安装基本工具 [root@localhost ~]# tar xvf optimization_init.tar.gz [root@localho…

    2022/7/3 5:19:26 人评论 次浏览
  • 云学编程的24天—【微软官方python入门教程 P40笔记】2021-11-21 P42装饰器Decorators

    Programming components Object: Nouns ; Data constructs ; Theyre the things that were going to operate upon. Functions/Methods: Verbs ; Actions ; Theyre all the different things that were going to be able to do. eg: My OS you might consider that an obj…

    2021/11/24 1:10:10 人评论 次浏览
  • 云学编程的24天—【微软官方python入门教程 P40笔记】2021-11-21 P42装饰器Decorators

    Programming components Object: Nouns ; Data constructs ; Theyre the things that were going to operate upon. Functions/Methods: Verbs ; Actions ; Theyre all the different things that were going to be able to do. eg: My OS you might consider that an obj…

    2021/11/24 1:10:10 人评论 次浏览
扫一扫关注最新编程教程