码迷,mamicode.com
首页 >  
搜索关键字:resource    ( 6742个结果
HTML基础 marquee div块实现循环跑马灯的效果
OS : Windows 10 browser : Chrome 83.0.4103.116 editor : Visual Studio Code 1.46.1 typesetting : Markdown html <!DOCTYPE html> <html lang="zh-CN"> <hea ...
分类:Web程序   时间:2020-07-06 01:13:50    阅读次数:144
springboot常用功能
1、常用注解 2、邮件功能 //依赖引入 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-mail</artifactId> </dependency> //邮件配置:a ...
分类:编程语言   时间:2020-07-05 21:35:19    阅读次数:78
LTE - Create Synchronization Signals
In this example, the primary and secondary synchronization signals are created and mapped to a resource grid. Set up the cell-wide settings. Create a ...
分类:其他好文   时间:2020-07-05 17:46:46    阅读次数:79
springcloud-消息驱动Stream01(十)
消息驱动-Stream概述 消息驱动之生产者 消息驱动之消费者 ...
分类:编程语言   时间:2020-07-05 13:16:36    阅读次数:76
url、href、src的区别是什么?
一、URL的概念 统一资源定位符(或称统一资源定位器/定位地址、URL地址等,英语:Uniform Resource Locator,常缩写为URL),有时也被俗称为网页地址(网址)。如同在网络上的门牌,是因特网上标准的资源的地址(Address)。 二、URL的格式 2.1 标准格式 协议类型:[ ...
分类:Web程序   时间:2020-07-05 00:26:37    阅读次数:96
oracle 03-19 使用数据库资源管理器
Using Database Resource Manager ObjectivesAfter completing this lesson, you should be able to do the following:? Configure the Database Resource Manag ...
分类:数据库   时间:2020-07-04 20:48:36    阅读次数:69
thinkphp5.1在php7.3下使用phpmailer报错
thinkphp5.1在php7.3下使用phpmailer报错: unable to select [11]: Resource temporarily unavailable (max_fd=592) 1、邮箱开启授权,获取授权码 首先在163邮箱中开启smtp授权(imap和pop两个我都开了 ...
分类:Web程序   时间:2020-07-04 15:28:41    阅读次数:114
Spring IoC 属性赋值阶段
前言 本系列全部基于 Spring 5.2.2.BUILD-SNAPSHOT 版本。因为 Spring 整个体系太过于庞大,所以只会进行关键部分的源码解析。 本篇文章主要介绍 Spring IoC 容器中 bean 的属性赋值阶段。 正文 我们在Spring IoC bean 的创建一文中分析创建 ...
分类:编程语言   时间:2020-07-04 13:53:35    阅读次数:77
关于mybatis报错:org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)的解决方法
今天在练习使用springboot通过mapper和xml方式整合mybatis时发生报错,通过百度大佬们的解决方法发现都不行。最后发现是我的xml文件没有按照传统的maven架构进行放置。 因为springboot使用的是maven架构,xml文件必须放到src/main/resource下才能被 ...
分类:Web程序   时间:2020-07-04 01:01:01    阅读次数:83
11 . KubernetesRBAC认证及ServiceAccount、Dashboard
简介 Kubernetes RBAC角色权限控制 RBAC是基于角色的访问控制 (Role-Based Access Control) 在RBAC中,权限与角色相关联。Kubernetes 基于角色的访问控制使用rbac.authorization.k8s.io API组来实现权限控制,RBAC允许 ...
分类:Web程序   时间:2020-07-03 22:58:29    阅读次数:65
6742条   上一页 1 ... 21 22 23 24 25 ... 675 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!