上一页 1 ··· 7 8 9 10 11 12 13 下一页
摘要: 1、下载反编译软件 下载地址:https://github.com/HelloKittyNII/Shared/tree/master/android_tools 下载apktool.bat和apktool.jar。 2、解包 找一个未加固的apk文件,放在与apktool.bat和apktool.j 阅读全文
posted @ 2021-01-14 14:24 盛世芳华 阅读(3228) 评论(0) 推荐(0)
摘要: PHP加密: function strencode2($string) { $string = base64_encode ( $string ); $key = '123456'; $len = strlen ( $key ); $code = ''; for($i = 0; $i < strle 阅读全文
posted @ 2021-01-12 16:40 盛世芳华 阅读(1726) 评论(0) 推荐(0)
摘要: 新建register.reg Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\exe1] @="exe1 Protocol" "URL Protocol"="" [HKEY_CLASSES_ROOT\exe1\shell\open\co 阅读全文
posted @ 2021-01-11 16:17 盛世芳华 阅读(482) 评论(0) 推荐(0)
摘要: 首次训练: python train.py --config=yolact_coco_custom_config --resume=weights/yolact_plus_resnet50_54_800000.pth --only_last_layer --batch_size 56 首次训练使用了 阅读全文
posted @ 2020-12-21 09:52 盛世芳华 阅读(1303) 评论(0) 推荐(1)
摘要: 公司服务器使用了GeForce RTX 3090显卡,该显卡目前只能安装cuda11.0版本,所以需要安装pytorch1.7,在编译DCNv2时出现“error: identifier “THCState_getCurrentStream“ is undefined”错误。 其他人的解决方案是降低 阅读全文
posted @ 2020-12-18 14:03 盛世芳华 阅读(2443) 评论(0) 推荐(1)
摘要: http://用户名:密码@wowza服务器地址:8086/livestreamrecord/recordAction?action=startRecordingSegmentBySchedule&appName=slc&streamName=136.stream&segmentSchedule=0 阅读全文
posted @ 2020-08-03 16:42 盛世芳华 阅读(239) 评论(0) 推荐(0)
摘要: $(document).ready(function(){ $(".cEefyz").mouseover(function(){ $(this).addClass("kb9BMR"); $(".cEefyz").mouseout(function(){ $(this).removeClass("kb 阅读全文
posted @ 2020-08-01 17:06 盛世芳华 阅读(110) 评论(0) 推荐(0)
摘要: 安装顺序: Opencv 显卡驱动 CUDA10.2 cuDnn YOLOv3 1、Opencv3.2.0安装 搭建依赖环境 sudo apt-get install build-essential 安装依赖包 sudo apt-get install cmake git libgtk2.0-dev 阅读全文
posted @ 2020-07-28 15:04 盛世芳华 阅读(4688) 评论(0) 推荐(0)
摘要: <?php header("content-type:text/html;charset=utf-8"); //以投资1万元为例 $money = 10000; //指数A $a_mairu = 0.0015; $a_guanli = 0.006; $a_tuoguan = 0.001; $a_xi 阅读全文
posted @ 2020-07-25 14:04 盛世芳华 阅读(495) 评论(0) 推荐(0)
摘要: 最近了解并尝试在Win10安装YOLOv3,参考了十几篇文章,发现每个人都有自己的安装方式,最初尝试用cmake编译,虽然安装完成,但无法使用GPU,坑非常多,经2天努力终于安装成功,分享并记录自己的安装过程,供大家参考。 系统:Win10 显卡:GeForce RTX2070 with Max-Q 阅读全文
posted @ 2020-07-06 11:37 盛世芳华 阅读(12417) 评论(18) 推荐(1)
上一页 1 ··· 7 8 9 10 11 12 13 下一页