Mac OSX Catalina: can’t be opened because Apple cannot check for malicious software macOS cannot verify that this app is free from malware. Solution: ...
分类:
移动开发 时间:
2020-04-28 17:20:18
阅读次数:
244
<input type="text" id="subject_add" name="subject_add" lay-verify="subject_add" class="layui-input"> lay-verify="subject_add" <script>layui.use(['form ...
分类:
其他好文 时间:
2020-04-27 15:46:26
阅读次数:
329
验证规则 $validate = new Validate( [ 'user_name' => 'require|mobile', 'password' => 'require|max:16|min:8', 'verify_code' => 'require', 'type' => 'number| ...
分类:
其他好文 时间:
2020-04-26 11:01:23
阅读次数:
75
环境说明操作系统:CentOSLinuxrelease7.4.1708(Core)数据库版本:IP地址:10.1.3.19主机名:db100103019CPU:2核内存:4G硬盘:30G系统环境配置环境准备1.1配置hosts#vim/etc/hosts10.1.3.19db1001030191.2安装依赖包#yum-yinstallwgetbinutilscompat-libcap1compat
分类:
数据库 时间:
2020-04-25 11:06:40
阅读次数:
87
概要: 可能有的同学在使用Python的时候喜欢使用.py文件,而有的同学喜欢使用Jupyter Notebook做开发,但是苦于不会使用远程服务器的Jupyter Notebook而放弃,而这篇文章将教会你怎样远程访问Jupyter Notebook。 官方地址:官方地址 远访配置: 创建Jupy ...
数组类型 在 C 中,数组实际上是对象,数组是一种数据结构,它包含若干相同类型的变量。 数组概述 数组具有以下属性: 数组可以是 "一维" 、 "多维" 或 "交错" 的。 数值数组元素的默认值设置为零,而引用元素的默认值设置为 null。 交错数组是数组的数组,因此其元素是引用类型并初始化为 nu ...
分类:
编程语言 时间:
2020-04-22 18:10:55
阅读次数:
84
一、创建三方平台 1、授权流程相关 2、授权后实现业务 3、其他 二、开发 1、授权流程 步骤 1:第三方平台方获取预授权码(pre_auth_code) (1)获取票据 验证票据(component_verify_ticket),在第三方平台创建审核通过后,微信服务器会向其 ”授权事件接收URL” ...
分类:
微信 时间:
2020-04-22 16:26:32
阅读次数:
233
今天有一个爬虫挂了,测试发现报错: unable to verify the first certificate 这里给出一种有效解决方法,参考:https://www.reddit.com/r/node/comments/7vyc2q/cant_get_https_request_with_cer ...
分类:
Web程序 时间:
2020-04-21 18:18:03
阅读次数:
231
https://docs.mellanox.com/pages/releaseview.action?pageId=15053848 Prerequisites 1. Install CentOS 7.72. Set up an account to use the Linux Foundation ...
分类:
其他好文 时间:
2020-04-21 16:52:37
阅读次数:
117
代码实现 获取vkey,从上面的分析我们可以知道,get请求的网址为 https://www.administratorm.com/WANG.WANG/index.php?url=[要下载的vip电影] 我采用输入链接的方式来拼接get请求要访问的url,顺便使用urllib库将输入链接编码,方便后 ...
分类:
编程语言 时间:
2020-04-21 13:08:01
阅读次数:
89