Easter79 Easter79
3年前
swconfig
 swconfig是交换接口(switch)配置命令。swconfiglist;列出可用的SWITCH设备信息(dev参数)Found:switch0ag71xxmdio.0swconfigdevswitch0help;查询该设备信息switch0:ag71xxmdio.0(Athero
Wesley13 Wesley13
3年前
MySQL中update修改数据与原数据相同会再次执行吗
背景本文主要测试MySQL执行update语句时,针对与原数据(即未修改)相同的update语句会在MySQL内部重新执行吗?测试环境MySQL5.7.25Centos7.4binlog\_format为ROW参数root@localhost:(
Easter79 Easter79
3年前
SpringMVC接收Postman post json数据
当postman向服务端post数据时,一般要求在body里已xwwwformurlencoded格式写成keyvalue的形式。服务端通过以下代码可以取到参数finalMap<String,StringallParamsMaps.newHashMap();finalEnumeration<Stringpar
Stella981 Stella981
3年前
SAP Spartacus navigation ui节点的url字段的生成逻辑
genericlink.component.ts实现了ngOnChangeshook,类型为SimpleChanges的输入参数,包含了beforeChange和afterChange的值:!(https://oscimg.oschina.net/oscnet/upcafb5183bc2f371fb9be5d9622ae9097.png)
Stella981 Stella981
3年前
PostMan测试WebService
1.选用POST方法2.URL填写服务地址3.参数选raw,XML(text/xml)4.编写soapenv:Body部分,如:<soapenv:Envelopexmlns:soapenv"http://schemas.xmlsoap.org/soap/envelope/"xmlns:pm"http://ww
Stella981 Stella981
3年前
SQL注入之Sqli
废话不在多说 let'sgo!开始挑战第五关(DoubleQuerySingleQuotesString)和第六关(DoubleQueryDoubleQuotesString)首先访问我们的环境,加入id参数,输入'出现报错,对报错信息进行分析!(https://oscimg.oschina.net/o
Wesley13 Wesley13
3年前
HDFS文件操作命令
1.HDFS启动与关闭1)启动脚本:  startall.sh2)关闭脚本:  stopall.sh2.HDFS文件操作命令2.1操作命令格式hdfsdfscmdargscmd是具体命令args是命令参数2.2cat格式:hdfsdf
Stella981 Stella981
3年前
HTML mailto 标签用法
如何使用mailto?1)基本用法<ahrefmailto:sample@163.comsendemail</a或者<formaction"mailto:sample@163.com"</formmailto后跟的是收信人。可使用参数列表to收信人suject主题cc抄送bcc暗抄
Easter79 Easter79
3年前
SpringBoot自定注解+SpringAop实现操作日志
使用自定义注解SpringAop实现操作日志记录,记录内容包括请求参数、请求方法、请求响应时间等的记录。一、在pom文件中,引入依赖包和插件。<dependency<groupIdorg.springframework.boot</groupId<artifactIdspringbootsta
Stella981 Stella981
3年前
React对state的初级理解
props是参数,个个Class之间传值用的。state则为某个Class的内部状态,Class需要根据这个state是否改变而做出改变;<div id"content"</div    <script type"text/babel"      var CommentForm  React.createC