会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
安迪9468
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
···
66
下一页
2021年6月30日
docker修改端口映射
摘要: docker修改端口 一、修改端口步骤 1、查询hash docker inspect 容器 # 查询容器信息,获取容器的hash值 2、关闭容器 docker stop 容器 3、关闭docker systemctl stop docker 4、进入配置目录 cd /var/lib/docker/
阅读全文
posted @ 2021-06-30 22:28 安迪9468
阅读(338)
评论(0)
推荐(0)
2021年5月25日
docker网络模式
摘要: https://blog.csdn.net/qq_42770949/article/details/105283969 docker run创建Docker容器时,可以用--net选项指定容器的网络模式,Docker有以下5种网络模式:bridge模式:使用–net =bridge指定,默认设置;o
阅读全文
posted @ 2021-05-25 14:14 安迪9468
阅读(269)
评论(0)
推荐(0)
Jupyter笔记
摘要: Jupyter Notebook是一个开源的web应用程序,一个交互式笔记本,支持运行 40 多种编程语言 jupyter的安装和使用1、安装pip3 install jupyter找到安装的jupyter二进制文件find / -name jupyter创建软连接ln -s /usr/local/
阅读全文
posted @ 2021-05-25 11:45 安迪9468
阅读(261)
评论(0)
推荐(0)
内存取证-volatility
摘要: centos7中安装volatility3参考https://blog.csdn.net/Cony_14/article/details/109230474 简介:2019年后,volatility重构出第3个版本,即volatility3volatility3的开发文档如下:https://vol
阅读全文
posted @ 2021-05-25 11:42 安迪9468
阅读(2051)
评论(0)
推荐(0)
autoit笔记
摘要: autoit按键表示{F4}——F4键{ENTER}——enter键组合按键:^ 表示Ctrl,! 表示 Alt,+ 表示Shift,#表示 Win!+{F4} ALT+F4组合键 ^c Ctrl + F4组合键 @YEAR 当前年份值 获取窗体句柄$handle = WinGetHandle("紫
阅读全文
posted @ 2021-05-25 11:22 安迪9468
阅读(436)
评论(0)
推荐(0)
2021年5月21日
centos7升级ruby
摘要: 升级ruby 一、安装rvm 1、下载rvmyum install wget -ycd download/mkdir rvm && cd rvmwget https://codeload.github.com/rvm/rvm/tar.gz/1.29.8 2、安装rvmtar -zxvf rvm-1.
阅读全文
posted @ 2021-05-21 19:19 安迪9468
阅读(480)
评论(0)
推荐(0)
2021年5月14日
python开发-面试刷题
摘要: 1 https://blog.csdn.net/qq_33528613/article/details/78602566 2、 https://blog.csdn.net/sinat_38682860/article/details/94763641 3、 https://zhuanlan.zhih
阅读全文
posted @ 2021-05-14 14:22 安迪9468
阅读(58)
评论(0)
推荐(0)
2021年4月28日
win7文件命名前过滤字符标记:替换字符
摘要: win7文件和文件夹命名时,有9个字符(英文状态下)禁止使用。为避免自动命名文件时出错,替换掉英文标记字符为中文标记字符。以下python代码就是实现这个功能的方法。 # 函数:标记字符替换。 def E_trans_to_C(string): '''# win7文件和文件夹命名时,有9个字符(英文
阅读全文
posted @ 2021-04-28 18:37 安迪9468
阅读(306)
评论(0)
推荐(0)
获取网络时间戳
摘要: 一、需求背景 为了获取网络时间,采用python实现。 二、代码 # -*- coding: utf-8 import sys import time import requests # 1、获取网络北京时间戳 def get_beijing_stamp_from_web(url): # 请求网络数
阅读全文
posted @ 2021-04-28 14:05 安迪9468
阅读(988)
评论(0)
推荐(0)
2021年3月17日
jupyter的安装和使用(python3版)
摘要: 一、什么是jupyter Jupyter Notebook是一个开源的web应用程序,一个交互式笔记本,支持运行 40 多种编程语言。 二、jupyter的安装和使用(python3版) 1、安装 pip3 install jupyter 找到安装的jupyter二进制文件 find / -name
阅读全文
posted @ 2021-03-17 17:33 安迪9468
阅读(1106)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
66
下一页
公告