码迷,mamicode.com
首页 >  
搜索关键字:transport rule    ( 2196个结果
新加坡地图
新加坡大地图01:http://download.zhufunin.com/large-transport-map-of-singapore.jpg 新加坡大地图02: http://download.zhufunin.com/large-detailed-MRT-and-LRT-map-of-Si ...
分类:其他好文   时间:2020-05-19 10:28:30    阅读次数:79
iscsi target CLEANUP_WAIT
1 target端如何进入CLEANUP_WAIT状态的 - target: One or more of the following events caused this transition: a) Internal event that indicates that a transport c ...
分类:其他好文   时间:2020-05-18 15:55:20    阅读次数:65
TZOJ 2462: Ferry Loading III
描述 Before bridges were common, ferries were used to transport cars across rivers. River ferries, unlike their larger cousins, run on a guide line and ...
分类:其他好文   时间:2020-05-18 14:16:55    阅读次数:47
Element表单验证(2)
上篇讲的是async-validator的基本要素,那么,如何使用到Element中以及怎样优雅地使用,就在本篇。 上篇讲到async-validator由3大部分组成 Options Validate Rules 基本验证流程如下 先按照rule的规则,制定每个字段的规范,生成rules 根据ru ...
分类:其他好文   时间:2020-05-17 16:16:19    阅读次数:63
SpringBoot Elasticsearch工具类封装
最近项目需要封装Elasticsearch工具类,特此记录便于日后查阅。 1、maven依赖 <dependency> <groupId>org.elasticsearch.plugin</groupId> <artifactId>transport-netty4-client</artifactI ...
分类:编程语言   时间:2020-05-15 16:03:46    阅读次数:82
验证器的使用
namespace app\index\validate; use think\Validate; class User extends Validate { protected $rule = [ 'name' => 'require|max:25', 'email' => 'email', ]; ...
分类:其他好文   时间:2020-05-13 12:17:41    阅读次数:81
kubernetes-Prometheus基于邮件告警
1、告警逻辑框架 Prometheus的告警逻辑框架: 1)指标获取:Prometheus从监控目标中获取指标数据; 2)设置规则:运维人员根据运维管理需要,设置告警规则(rule_files); 3)推送告警:在Pometheus中指定指定告警规则,并设置告警服务器(prometheus.yml) ...
分类:Web程序   时间:2020-05-12 17:15:23    阅读次数:80
1041 Be Unique
Being unique is so important to people on Mars that even their lottery is designed in a unique way. The rule of winning is simple: one bets on a numbe ...
分类:其他好文   时间:2020-05-11 23:31:41    阅读次数:66
MYSQL分库分表
partition($data, $field, $rule); // $data 分表字段的数据 // $field 分表字段的名称 // $rule 分表规则 // 用于写入 $data = [ 'user_id' => 110, 'user_name' => 'think' ]; $rule ...
分类:数据库   时间:2020-05-11 13:13:47    阅读次数:67
记录:通过ffmpeg rtsp转 http m3u8
环境 Windows 10 大华rtsp直播 转 http请求m3u8 ffmpeg -rtsp_transport tcp -i "rtsp://账号:密码@IP:端口/cam/realmonitor?channel=1&subtype=0" -fflags flush_packets -max_ ...
分类:Web程序   时间:2020-05-10 12:50:35    阅读次数:248
2196条   上一页 1 ... 10 11 12 13 14 ... 220 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!