上一页 1 2 3 4 5 6 7 8 9 ··· 13 下一页
摘要: 当你想点击一个按钮,然后在一个区域中展示一个页面的时候. 需要做三件事. 1:建立两个页面,一个主页面,一个副页面 2:在容器中注册需要显示的页面 protected override void RegisterTypes(IContainerRegistry containerRegistry) 阅读全文
posted @ 2022-06-09 11:33 吖水的程序路 阅读(404) 评论(0) 推荐(0) 编辑
摘要: 1.使用nuget下载:. Microsoft.Extensions.Configuration.Json Pomelo.EntityFrameworkCore.MySql 2:创建实体类: GirlInfo public class GirlInfo { [Key] [DatabaseGenera 阅读全文
posted @ 2022-05-29 16:06 吖水的程序路 阅读(227) 评论(0) 推荐(0) 编辑
摘要: (4461, 1, '2017-12-25 00:01:32', '2017-12-24 16:01:32', '<a href="http://localhost:9091/wp-content/uploads/2017/12/2017122406132046.jpg"><img class="a 阅读全文
posted @ 2022-04-10 17:03 吖水的程序路 阅读(63) 评论(0) 推荐(0) 编辑
摘要: 安装好python 环境, pip install you-get 使用you-get 工具就可以下载了 you-get https://wobbt.wobbt.com/wp-content/uploads/2022/01/www.wobbt_.com-4.jpg 阅读全文
posted @ 2022-03-23 15:29 吖水的程序路 阅读(871) 评论(0) 推荐(0) 编辑
摘要: 这上下两段规则都是可以应用的, 之前编写xpath 规则写法不生效的原因是定位产生的问题,不应该定位到属性 阅读全文
posted @ 2022-03-21 18:49 吖水的程序路 阅读(31) 评论(0) 推荐(0) 编辑
摘要: (.*?):(.*) '$1':'$2', 小技巧,懒汉神器 阅读全文
posted @ 2022-03-21 16:58 吖水的程序路 阅读(73) 评论(0) 推荐(0) 编辑
摘要: 1. VSCODE 安装插件 PHP Debug( Debug supprot for PHP with XDebug); 2. 下载php_xdebug扩展文件dll,需要与PHP版本匹配,然后放到PHP目录下的EXT文件夹中;下载地址:https://xdebug.org/download.ph 阅读全文
posted @ 2022-02-04 21:05 吖水的程序路 阅读(452) 评论(0) 推荐(1) 编辑
摘要: 使用这个工具 HtmlAgilityPack var doc = new HtmlAgilityPack.HtmlDocument(); doc.LoadHtml(html); var nodes = doc.DocumentNode.SelectNodes("//table[@id='game_t 阅读全文
posted @ 2021-07-07 11:37 吖水的程序路 阅读(261) 评论(0) 推荐(0) 编辑
摘要: A 存在 问题 导致 攻击 a , a极度信任A, a不知道是什么原因,只能将问题怪罪自身:"是a的不够好", 久而久之 a 的自信心受挫, 失去平衡,将任何事都怪于自身 a极度信任A, a不知道是什么原因B攻击a,A为了维护a说:"是B的不够好", 久而久之 ,将任何事都怪于B 人的判断具有自我遮 阅读全文
posted @ 2021-07-05 12:49 吖水的程序路 阅读(55) 评论(0) 推荐(0) 编辑
摘要: function captureImage () { var scale = 0.25; var txt = document.querySelector('div p .external'); video = document.querySelector("video"); var canvas  阅读全文
posted @ 2021-06-30 14:53 吖水的程序路 阅读(82) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 13 下一页