这是我的页面头部
摘要: import base64 import json import requests import time arr = ['戚朗瑞','王相文'] headers= { "accept": "*/*", "accept-language": "zh-CN,zh;q=0.9", "cache-cont 阅读全文
posted @ 2023-07-13 09:01 范晨鹏 阅读(22) 评论(0) 推荐(0) 编辑
摘要: unreal engine 5 安装后移动到其它主机,epic games launcher 不能主动识别。 关键配置文件为:epic games launcher 的 manifests文件。该文件位于 C:\Program Files (x86)\Epic Games\Launcher\Epic 阅读全文
posted @ 2022-11-10 17:36 范晨鹏 阅读(717) 评论(0) 推荐(0) 编辑
摘要: 对于忘带钥匙的人来说,被关在单元楼外是经常的事情。所以将家里的楼宇对讲客户端进行改造,听到铃声响起时,自动按下开门键。 工作环境:型号是competition MT320-jv 可视系列,工作电压 12v,7条线。其中视频、音频、开门各用一条线。 (1)设计思路:铃声响起可用声音传感器模块来检测。开 阅读全文
posted @ 2021-12-14 14:01 范晨鹏 阅读(902) 评论(0) 推荐(0) 编辑
摘要: 使用摄像头采集轨道信息。经过比较使用“直方图双峰法”比较合适。 Prewitt 等人于六十年代中期提出的直方图双峰法(也称mode 法) 是典型的全局单阈值分割方法。 该方法的基本思想是:假设图像中有明显的目标和背景,则其灰度直方图呈双峰分布,当灰度级直方图具有双峰特性时,选取两峰之间的谷对应的灰度 阅读全文
posted @ 2021-12-01 00:17 范晨鹏 阅读(162) 评论(0) 推荐(0) 编辑
摘要: 树莓派ssh卡顿,一般是dhcp设置导致路由器丢包。解决方案是直接用网线双机互联。具体工作是对树莓派的 /etc/dhcpcd.conf进行配置 sudo vi /etc/dhcpcd.conf, shift+g 到文件末尾,添加以下内容: interface eth0 static ip_addr 阅读全文
posted @ 2021-11-28 21:43 范晨鹏 阅读(471) 评论(0) 推荐(0) 编辑
摘要: ntfs记录的文件时间,在MFT的0x10属性中,存储的是8个byte的时间,这个时间表示的是自1601年1月1日的00:00开始的100ns的计数. 132,670,139,622,214,003(00) ns = 132,670,139,62 s from dateutil.parser imp 阅读全文
posted @ 2021-06-14 21:10 范晨鹏 阅读(357) 评论(0) 推荐(0) 编辑
摘要: https://linuxize.com/post/how-to-install-django-on-centos-7/ CONTENTS Installing Django on CentOS 7 1. Installing Python 3 2. Creating a Virtual Envir 阅读全文
posted @ 2020-10-29 02:05 范晨鹏 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 场景:对H5打包的 app实现抓包 环境:centos 8 follow the guide: https://www.linuxtechi.com/setup-bind-server-centos-8-rhel-8/ How to Setup DNS Server (Bind) on CentOS 阅读全文
posted @ 2020-10-15 03:43 范晨鹏 阅读(927) 评论(0) 推荐(0) 编辑
摘要: http://www.showerlee.com/archives/2511 阅读全文
posted @ 2020-02-01 23:05 范晨鹏 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 环境:centos 8.0.1905用jupyter huanjinghttps://tensorflow.google.cn/install/docker [david@localhost ~]$ sudo podman run -it -rm -p 8888:8888 tensorflow/te 阅读全文
posted @ 2020-01-31 02:51 范晨鹏 阅读(819) 评论(0) 推荐(0) 编辑