导入:(antd组件——Form表单) import { Button, Form, Input } from 'antd'; const FormItem = Form.Item; state = { loading: false, yztime: 59, }; //倒计60s count = ( ...
分类:
其他好文 时间:
2019-04-28 17:11:29
阅读次数:
592
CentOS 7修改方式如下: # lsb_release -a --查看系统版本-CentOS Linux release 7.6 # timedatectl --查看当前系统时区# ls -l /etc/localtime# timedatectl list-timezones | grep ' ...
分类:
系统相关 时间:
2019-04-22 00:36:17
阅读次数:
205
PURPOSE The purpose of this document is to give a quick guide for using RMAN on RAC databases. We will follow this points: 1. Verify the database mode ...
分类:
其他好文 时间:
2019-04-20 13:03:15
阅读次数:
156
urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1056) ...
分类:
编程语言 时间:
2019-04-20 12:45:09
阅读次数:
167
首先需要导jar包! 配置你自己的web.xml 接下来创建一个spring-shiro.xml,我是自己这样写的,你们写的啥自己看看 <aop:config proxy-target-class=“true” ></aop:config> 对了,你们springmvc.xml中还需要添加一段配置, ...
分类:
其他好文 时间:
2019-04-19 01:15:05
阅读次数:
164
短信视乎已经被慢慢淡出平常的交流工具队列,但始终抹不去它的存在,短信验证码视乎从未被取代,此外在重要的信息通知的地位也是不可取的的。所以了解短信的使用是开发中很有必要的一环。 腾讯云的短信服务提供有100条内免费,所以方便开发测试。 申请短信服务并建立模板 https://console.cloud ...
分类:
Web程序 时间:
2019-04-18 23:22:27
阅读次数:
488
gen_sample_by_captcha.py 生成验证码图片 sample.py 配置文件 verify_and_split_data.py train_model_v2.py 训练模型,训练过程中同时输出训练集和验证集的准确率 训练结果 test_batch.py 批量验证 程序结果 封装识别 ...
分类:
其他好文 时间:
2019-04-16 15:58:37
阅读次数:
482
docker-compose用于定义和运行多个docker容器。采用YAML文件配置应用服务,可从配置文件启动相关服务,一条命令可以启动多个容器。 docker-compose应用 compose将所管理的容器分为三层:工程(project)、服务(service)、容器(container)。co ...
分类:
其他好文 时间:
2019-04-16 00:58:23
阅读次数:
137
cdh版本:5.14主要参照官方文档:https://www.cloudera.com/documentation/enterprise/5-14-x/topics/sentry.html一.部署sentry服务1.配置:官方建议将hivemetastore的heapsize至少设为10GB:SettheHMSheapsizetoatleast10GB.Thisisrequiredbecauseb
分类:
其他好文 时间:
2019-04-15 19:55:11
阅读次数:
826
-2 调用对象的direct_pay()方法,传入商品描述,商品订单号,商品价格,返回一堆字符串,拼接到支付宝网关的后面-3 向支付宝网关发送get请求,看到支付页面,用户付款-4 付款成功,支付宝会有一个get回调,一个post回调(需要对回调内容进行验签,alipay.verify)-一般get ...
分类:
其他好文 时间:
2019-04-04 20:29:07
阅读次数:
188