apple 官方文档 https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/Multithreading/RunLoopManagement/RunLoopManagement.html#//apple_ ...
分类:
移动开发 时间:
2020-07-27 09:52:52
阅读次数:
89
RDF(Resource Description Framework 资源描述框架) 知识总是以三元组形式出现: (subject, predicate, object) 即 (主,谓,宾) 资源和属性用URI来定义(http://demo.com/KG) 属性值可以一个值,或者一个资源(URI) ...
分类:
其他好文 时间:
2020-07-27 09:16:47
阅读次数:
80
<p><iframe name="ifd" src="https://mnifdv.cn/resource/cnblogs/STM32W5500AIR202B/" frameborder="0" scrolling="auto" width="100%" height="1500"></iframe ...
分类:
其他好文 时间:
2020-07-26 23:13:20
阅读次数:
101
点击tip,发现url中直接出现了文件包含 考虑php://filter伪协议,使用php://filter伪协议进行文件包含时,要加上read=convert.base64-encode对文件进行编码请求得到base64编码后的文件源码: 构造payload:?file=php://filter/ ...
分类:
其他好文 时间:
2020-07-26 23:00:10
阅读次数:
87
一,引言 上节,我们讲到使用 Azure Traffic Manager 为我们的 Demo 项目提供负载均衡,以及流量转发的功能。但是Azure 提供类似的功能的服务远远不止这一个,今天我们就来讲一下 Azure Load Balance ,通过它来实现负载均衡,流量转发,以及分享一下 Azure ...
分类:
Web程序 时间:
2020-07-26 15:06:18
阅读次数:
91
(一)两种打包表单区别 |属性 |特点 |应用 | | | | | |get |加到url,直接可见 |书签,历史浏览 | |post |间接可见,请求发送量多 |私密,订购,评论,反馈 | (二)三种溯源区别 |属性 |特点 |应用 | | | | | |url(uniform resource ...
分类:
Web程序 时间:
2020-07-26 01:58:40
阅读次数:
95
Filter总共有五种,Authorization Filter,Resource Filter,Exception Filter,Action Filter,Result Filter Exception Filter 设置 新增全局异常过滤器GlobalExceptionFilter.cs, 当 ...
分类:
Web程序 时间:
2020-07-26 01:08:28
阅读次数:
210
RabbitMq高级特性之消费端限流 一丶首先部署SpringBoot框架 完成 SpringBoot 整合 RabbitMq 中的Topic通配符模式 二丶在 resource资源文件夹里application.yml文件中 添加配置 spring: rabbitmq: listener: sim ...
分类:
其他好文 时间:
2020-07-26 01:02:48
阅读次数:
134
XAML: <Window x:Class="WpfApplication1.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft ...
1.组件注解@Component("xxx")@Scope("prototype")@Lazy(true)@DepondsOn({"aa","bb"})@PostConstructor和@PreDestroy@Resource(name="xx")@Autowired(required=false) ...
分类:
编程语言 时间:
2020-07-25 09:20:19
阅读次数:
98