码迷,mamicode.com
首页 >  
搜索关键字:org    ( 61976个结果
Nginx conf 设置语法高亮
原文:https://www.jianshu.com/p/534741a16c56 配置 mkdir -p ~/.vim/syntax cd ~/.vim/syntax wget http://www.vim.org/scripts/download_script.php?src_id=14376 ...
分类:其他好文   时间:2021-06-28 21:05:53    阅读次数:0
uView框架中图标的使用
技术概述 在uview中使用组件icon图标.包括在某些场景下对文字的拓展,省去使用image组件。增加了产品的美观性。包括Uview内置的图标和自定义拓展的图标。 技术详述 基本使用 使用<u-icon>元素来调用已有图标,使用name参数选择图标名。内置图标可到uview官方网站查阅。 如要表示 ...
分类:其他好文   时间:2021-06-28 21:02:38    阅读次数:0
shairo快速上手
1、Maven依赖 <dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-core</artifactId> <version>1.7.1</version> </dependency> <dependency> <gr ...
分类:其他好文   时间:2021-06-28 20:30:27    阅读次数:0
使用Jmeter进行压力测试
使用Jmeter进行压力测试 官网:https://jmeter.apache.org/ 1. 介绍 ? Apache JMeter是Apache组织开发的基于Java的压力测试工具。用于对软件做压力测试,它最初被设计用于Web应用测试,但后来扩展到其他测试领域。 它可以用于测试静态和动态资源,例如 ...
分类:其他好文   时间:2021-06-28 20:16:09    阅读次数:0
vue3.0-reactivityApi
reactivity api: https://v3.vuejs.org/api/reactivity-api 获取响应式数据 API 传入 返回 备注 reactive plain-object 对象代理 深度代理对象中的所有成员 readonly plain-object or proxy 对象 ...
分类:Windows程序   时间:2021-06-28 19:56:34    阅读次数:0
spring boot 整合 shiro 权限框架
1.配置 pom <shiro.version>1.4.0</shiro.version> <!--shiro start--> <dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-core</artifactId> ...
分类:编程语言   时间:2021-06-28 19:50:46    阅读次数:0
Spring入门系列-创建一个Spring的helloworld项目
创建一个Spring的helloworld项目 创建maven项目,导入Spring的环境依赖 可以参考:https://www.cnblogs.com/nwu-edu/p/9542074.html,为了简化直接导入webmvc的依赖 <dependency> <groupId>org.spring ...
分类:编程语言   时间:2021-06-28 19:43:13    阅读次数:0
SpringBoot-指标监控
1、SpringBoot Actuator 1、简介 未来每一个微服务在云上部署以后,我们都需要对其进行监控、追踪、审计、控制等。SpringBoot就抽取了Actuator场景,使得我们每个微服务快速引用即可获得生产级别的应用监控、审计等功能。 <dependency> <groupId>org. ...
分类:编程语言   时间:2021-06-28 19:28:31    阅读次数:0
EventBus
implementation 'org.greenrobot:eventbus:3.2.0' EventBus package com.qiqi.app.bean; public class EventMessageWrap { public final String message; public ...
分类:其他好文   时间:2021-06-28 18:59:05    阅读次数:0
springboot bean的循环依赖实现 源码分析
springboot bean的循环依赖实现 源码分析 本文基于springboot版本2.5.1 <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifac ...
分类:编程语言   时间:2021-06-28 18:56:06    阅读次数:0
61976条   上一页 1 ... 4 5 6 7 8 ... 6198 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!