搜索结果
查询Tags标签: id,共有 7294条记录-
Python爬虫爬取动态页面思路+实例(二)
简介 上篇Python爬虫爬取动态页面思路+实例(一)提到,爬取动态页面有两种方法分析页面请求 selenium模拟浏览器行为(这篇介绍这个)理论上来讲,这种方法可以应对各种动态加载,因为模拟人的行为嘛,如果人自己用浏览器来看网页都加载不出数据来,这网站吃枣药丸。但是…
2021/7/23 9:06:13 人评论 次浏览 -
Python爬虫爬取动态页面思路+实例(二)
简介 上篇Python爬虫爬取动态页面思路+实例(一)提到,爬取动态页面有两种方法分析页面请求 selenium模拟浏览器行为(这篇介绍这个)理论上来讲,这种方法可以应对各种动态加载,因为模拟人的行为嘛,如果人自己用浏览器来看网页都加载不出数据来,这网站吃枣药丸。但是…
2021/7/23 9:06:13 人评论 次浏览 -
python远程启动linux部署的redmine
前提:pip install paramiko 执行:python redmine.py #redmine.py import paramiko# 创建ssh对象 ssh = paramiko.SSHClient() # 连接方式 ssh.set_missing_host_key_policy(paramiko.AutoAddPolicy()) # 发起连接 ssh.connect("ip地址", 端口号, "用户名…
2021/7/23 7:09:14 人评论 次浏览 -
python远程启动linux部署的redmine
前提:pip install paramiko 执行:python redmine.py #redmine.py import paramiko# 创建ssh对象 ssh = paramiko.SSHClient() # 连接方式 ssh.set_missing_host_key_policy(paramiko.AutoAddPolicy()) # 发起连接 ssh.connect("ip地址", 端口号, "用户名…
2021/7/23 7:09:14 人评论 次浏览 -
MySQL_08约束
MySQL_08约束 1.什么是约束? 约束对应的英语单词:constraint 在创建表的时候,我们可以给表中的字段加一些约束,来保证这个表中数据的完整性、有效性。 约束的作用就是为了保证表中的数据有效。 2.常用的约束包括哪些?约束名 关键字非空约束 not null唯一性约束 uniqu…
2021/7/23 2:06:17 人评论 次浏览 -
MySQL_08约束
MySQL_08约束 1.什么是约束? 约束对应的英语单词:constraint 在创建表的时候,我们可以给表中的字段加一些约束,来保证这个表中数据的完整性、有效性。 约束的作用就是为了保证表中的数据有效。 2.常用的约束包括哪些?约束名 关键字非空约束 not null唯一性约束 uniqu…
2021/7/23 2:06:17 人评论 次浏览 -
SQL注入bypass
一、数据库层特性 1、Mysql数据库bypass 1.参数和union之间 id=1\Nunion id=1.1union id=8e0union 2.union和select之间 union%0aselect union%09select union%0bselect union%0cselect union%0dselect union%a0select union/**/select union/*!50000*/select uni…
2021/7/23 2:06:04 人评论 次浏览 -
SQL注入bypass
一、数据库层特性 1、Mysql数据库bypass 1.参数和union之间 id=1\Nunion id=1.1union id=8e0union 2.union和select之间 union%0aselect union%09select union%0bselect union%0cselect union%0dselect union%a0select union/**/select union/*!50000*/select uni…
2021/7/23 2:06:04 人评论 次浏览 -
SpringBoot(四)SpringBootWeb开发(国际化员工信息管理系统)
一:导入模板引擎 在pom.xml文件中导入Thymeleaf依赖: <dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-thymeleaf</artifactId> </dependency> Thymeleaf的介绍、具体功能、拥有哪些方法…
2021/7/22 23:15:29 人评论 次浏览 -
SpringBoot(四)SpringBootWeb开发(国际化员工信息管理系统)
一:导入模板引擎 在pom.xml文件中导入Thymeleaf依赖: <dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-thymeleaf</artifactId> </dependency> Thymeleaf的介绍、具体功能、拥有哪些方法…
2021/7/22 23:15:29 人评论 次浏览 -
MyBatis-返回List类型参数。
Mapper.javapublic interface StorageMapper extends BaseMapper<Storage> {List<Integer> getStorageIdByChannelId(List<Integer> channelIds);}mapper.xml<select id="getStorageIdByChannelId" resultType="java.lang.String&quo…
2021/7/22 23:14:48 人评论 次浏览 -
MyBatis-返回List类型参数。
Mapper.javapublic interface StorageMapper extends BaseMapper<Storage> {List<Integer> getStorageIdByChannelId(List<Integer> channelIds);}mapper.xml<select id="getStorageIdByChannelId" resultType="java.lang.String&quo…
2021/7/22 23:14:48 人评论 次浏览 -
MongoDB中的数据类型
Object ID:文档id String :字符串最常用,必须是有效的utf-8 Boolean:存储一个布尔值,true或者false Integer:证书可以是32位也可以是64位,这取决于服务器 Double:存储浮点值 Arrays:数组或列表,多个值存储到一个键 Object :用于嵌入式的文档,即一个值为一个文…
2021/7/22 19:35:55 人评论 次浏览 -
MongoDB中的数据类型
Object ID:文档id String :字符串最常用,必须是有效的utf-8 Boolean:存储一个布尔值,true或者false Integer:证书可以是32位也可以是64位,这取决于服务器 Double:存储浮点值 Arrays:数组或列表,多个值存储到一个键 Object :用于嵌入式的文档,即一个值为一个文…
2021/7/22 19:35:55 人评论 次浏览 -
关于sql json数据的处理
$resultProductPrice = DB::update("update lev_product_price set detail=json_set(detail,$.颜色,红色) where id = 41");$resultProductPrice = DB::update("update lev_product_price set detail = replace(detail, ".addslashes($name)." ,…
2021/7/22 19:16:53 人评论 次浏览