码迷,mamicode.com
首页 >  
搜索关键字:discovery rules    ( 2164个结果
"ISerializable" should be implemented correctly
https://rules.sonarsource.com/csharp/RSPEC-3925 The ISerializable interface is the mechanism to control the type serialization process. If not impleme ...
分类:其他好文   时间:2020-06-10 11:26:30    阅读次数:60
MLD协议测试——网络测试仪实操
一、简介 1. MLD简介 MLD · Multicast Listener Discovery Protocol · 组播侦听者发现协议 功能 · 在终端主机和与其直接相邻的组播路由器之间建立/维护组播组成员关系 标准 · RFC2710: MLD, 1999.10 · RFC3810: MLDv ...
分类:其他好文   时间:2020-06-08 12:58:36    阅读次数:70
vue composition api 访问 原vue2中 this.$refs
1 <el-form class="user-form" ref="ruleFormRef" :model="userForm" status-icon :rules="rules"> 2 <el-form-item label="原密码" prop="oldPass"> 3 <el-input t ...
分类:Windows程序   时间:2020-06-05 13:05:43    阅读次数:149
vue+elementUI关掉弹出框去除表单检验结果
<el-dialog title="被审单位" :visible.sync="dialogFromVisible" :before-close="cancelSetBsdw" width="45%" > <el-form ref="form" :rules="rules" :model="form" ...
分类:其他好文   时间:2020-06-04 15:25:14    阅读次数:110
[CSS] Resest CSS
/* * [Modified] Modern CSS Reset * @link https://github.com/hankchizljaw/modern-css-reset */ /* Box sizing rules */ *, *::before, *::after { box-sizin ...
分类:Web程序   时间:2020-06-03 15:14:21    阅读次数:166
2009 Land Rover Discovery 3 ABS Steering Angle Sensor Calibration Learning with launch X431 Diagnostic Tool
Tool:Launch X431 V,LAUNCH X431 V+,etc. Module:2009 Land Rover Discovery 3,VIN:SALAN25489A50****; Function:When finding DTC in ABS steering angle or re ...
分类:其他好文   时间:2020-05-31 19:36:41    阅读次数:63
zookeeper 实现一个简单的服务注册与发现(C++) 二:注册
git:git@github.com:ccx19930930/services_register_and_discovery.git 参考链接:https://www.cnblogs.com/haippy/archive/2013/02/21/2920280.html base_class.h 1 ...
分类:编程语言   时间:2020-05-30 20:16:08    阅读次数:68
zookeeper 实现一个简单的服务注册与发现(C++) 三:服务发现
git:git@github.com:ccx19930930/services_register_and_discovery.git 参考链接:https://www.cnblogs.com/haippy/archive/2013/02/21/2920280.html down_service_mg ...
分类:编程语言   时间:2020-05-30 19:55:01    阅读次数:56
使用EventBus,debug时不报错,release版本报错:its super classes have no public methods with the @Subscribe annotat
未添加 EventBus的混淆,所以在Debug版本中不报错在混淆文件“proguard-rules.pro”中添加: 1 ### eventbus 2 -keepattributes *Annotation* 3 -keepclassmembers class ** { 4 @org.greenr ...
分类:其他好文   时间:2020-05-29 12:13:10    阅读次数:211
php中手机号码验证的正则表达式
前端代码我使用jquery.validate.js,地图代码如下: <script type="text/javascrip"> $(document).ready(function() { $("#smForm").validate({ rules: { smMobilePhone: { requ ...
分类:移动开发   时间:2020-05-28 23:10:00    阅读次数:367
2164条   上一页 1 ... 11 12 13 14 15 ... 217 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!