摘要: Win10设置共享访问时总是提示输入用户名和密码!如何解决? 以下设置适用于Win7、Win8、Win8.1、Win10在设置共享后,其它电脑访问共享时提示需要密码的解决方法。(达到目的有很多途径,此方法仅供参考) 1、计算机(右键)>管理>本地用户和组>Guest(右键-设置密码-确定)即空密码。 阅读全文
posted @ 2023-03-01 09:52 _迷途 阅读(2436) 评论(0) 推荐(0) 编辑
摘要: 代码如下: 图片下载后,把扩展名的jpg改成zip 阅读全文
posted @ 2023-02-28 00:22 _迷途 阅读(11) 评论(0) 推荐(0) 编辑
摘要: Free VMware Workstation Pro 17 full license keys Install VMWare Workstation PRO 17 (Read it right. PRO!) *If you have a problem comment and people wil 阅读全文
posted @ 2023-01-18 14:10 _迷途 阅读(987) 评论(0) 推荐(0) 编辑
摘要: pip install Pillow import hashlib from io import BytesIO def get_hash(file): """ :param bytes file: :return: """ md5hash = hashlib.md5(Image.open(file 阅读全文
posted @ 2023-01-10 15:04 _迷途 阅读(289) 评论(0) 推荐(0) 编辑
摘要: /** * 通过数据库的方式递归查询当前分类ID的所有子分类ID * @param $id * @return array * @throws DataNotFoundException * @throws DbException * @throws ModelNotFoundException * 阅读全文
posted @ 2022-12-23 23:26 _迷途 阅读(110) 评论(0) 推荐(0) 编辑
摘要: /** * 通过数据库递归的方式查找当前分类ID的所有上级ID * @throws ModelNotFoundException * @throws DbException * @throws DataNotFoundException */ public function findAllParen 阅读全文
posted @ 2022-12-23 23:13 _迷途 阅读(91) 评论(0) 推荐(0) 编辑
摘要: thinkphp/library/think/route/Rule.php 第794行,增加这段代码: elseif (is_array($route) && count($route) == 2) { $result = $this->dispatchMethod($request, $route 阅读全文
posted @ 2022-12-22 10:39 _迷途 阅读(42) 评论(0) 推荐(0) 编辑
摘要: 企业微信群机器人说明文档:https://developer.work.weixin.qq.com/document/path/91770。利用群机器人有个优点,在程序哪里经常抛出异常,就可以在第一时间知道。 Python3: import json import requests from dat 阅读全文
posted @ 2022-12-14 09:30 _迷途 阅读(295) 评论(0) 推荐(0) 编辑
摘要: 首先: composer require topthink/think-captcha v3.0.8 把这张图片下载,后缀名png改成zip,解压到: vendor/topthink 阅读全文
posted @ 2022-12-13 14:55 _迷途 阅读(51) 评论(0) 推荐(0) 编辑
摘要: composer require topthink/think-filesystem 阅读全文
posted @ 2022-12-13 11:03 _迷途 阅读(496) 评论(0) 推荐(0) 编辑