笔记
超超超超子
这个作者很懒,什么都没留下…
展开
-
SpringCloud系列:springboot改造集成nacos
依赖: <dependency> <groupId>com.alibaba.cloud</groupId> <artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId> </dependency> <dependency> <groupId>com.alibaba.cloud</groupId&g原创 2022-05-16 16:04:13 · 441 阅读 · 0 评论 -
[基础+实战]SQL注入。注:我只是一个搬运工
看论坛。看到了一篇不错得文章,适合新手小白学习,总结的东西也挺全的。做笔记刚刚好。所以搬过来,分享给大家! MySQL注入函数 MySQL常用函数 MySQL内置的函数能够让我们更为快捷的得到想要的信息,操作字符串的函数也有助于在注入时绕过WAF。这里列举一些注入常用的函数。 1 2 3 4 5 6 7 8 9 10 11 select SYSTE...转载 2019-11-20 14:02:51 · 482 阅读 · 0 评论 -
Ext 工作笔记
1.Ext页面传值问题 引用界面 items:[ xtype:‘A’ fileId:me.fileId //获取fileId ] A页面中 取值 fileId:‘’ 2.EXT前端访问后台 Service.syncCall("类","方法名",参数) 3.Ext中对比两个List<String> 中的值 for(var i=0;i<s...原创 2019-05-22 21:41:34 · 202 阅读 · 0 评论