码迷,mamicode.com
首页 >  
搜索关键字:direct access    ( 13951个结果
Spring Boot 集成阿里云 OSS 进行文件存储
武培轩推荐搜索SpringBootJava数据结构MySQLRedisElasticsearch最近因为项目中需要存储很多的图片,不想存储到服务器上,因此就直接选用阿里云的对象服务(ObjectStorageService,简称OSS)来进行存储,本文将介绍SpringBoot集成OSS的一个完整过程。那么OSS是什么呢?简而言之,OSS是一种海量、安全、低成本、高可靠的云存储服务。关于OSS的知
分类:编程语言   时间:2020-08-19 19:30:58    阅读次数:71
laravel-admin安装的时候运行php artisan admin:install命令报错SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 1。。。处理方法
错误如下所示: 首先删除已经创建的两张表,然后在app\Providers\AppServiceProvider.php文件中boot方法中增加默认值,别忘记引入 Schema类 <?php namespace App\Providers; use Illuminate\Support\Servic ...
分类:数据库   时间:2020-08-18 13:14:43    阅读次数:75
编译安装‘黑客帝国’cmatrix
1.[root@centos8 ~]#wget https://github.com/abishekvashok/cmatrix/releases/download/v2.0/cmatrix-v2.0-Butterscotch.tar 2. [root@centos8 ~]#dnf -y insta ...
分类:其他好文   时间:2020-08-17 17:01:41    阅读次数:55
MySQL--01
数据库简介 按照数据结构,来组织、存储管理数据的仓库。 mysql 关系型的数据库 sql (struct query language) 甲骨文 oracle(甲骨文数据库) sql server(windows专有数据) access (windows) pgsql(postgre sql) s ...
分类:数据库   时间:2020-08-17 16:59:43    阅读次数:72
Tomcat端口修改
1.Connector port处修改,此处就是访问的端口 <Connector port="8001" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="8443" /> 2.Connector port处修改 <Connect ...
分类:其他好文   时间:2020-08-11 11:54:22    阅读次数:68
C++第三章理论题错题整理2
Because the cstdarg defines this header file to process the unknown number of arguments. va_list is provided by C++ to access manipulated arguments in ...
分类:编程语言   时间:2020-08-10 17:25:03    阅读次数:77
dockerfile源码编译安装nginx、php和harbor
docker源码编译安装nginx、php、harbor
分类:Web程序   时间:2020-08-10 14:33:42    阅读次数:85
go build寻找import的包过程(1.14版本开启go mod)
今天在看一个程序代码,发现里面用到了grpc,程序的目录结构是这样的 onlineClean 包名main main.go go.mod proto structs.go 包名proto rpcClient 包名main test.go 其中rpcCleint/test.go里面有这样的代码 imp ...
分类:其他好文   时间:2020-08-08 23:44:57    阅读次数:123
k8s通过rbd使用ceph,pvc在线扩容
总结:1、storageclass必须支持在线扩容2、只能扩容,不能收缩3、根据扩容大小,卷扩容需要一定时间一、查看storageclass是否支持动态扩容[root@k8s-master03~]#kubectlgetstorageclassNAMEPROVISIONERAGEcephfsceph.com/cephfs289drbd(default)kubernetes.io/rbd289d[ro
分类:其他好文   时间:2020-08-05 19:47:28    阅读次数:98
【O365 PowerShell Script】安全与合规中心审核日志
#安全与合规中心审核日志,常用于分析用户账号被盗用的情况。可以根据IP地址,账号查询用户AzureAD,ExchangeOnline,Teams,OneDrive,Sharepoint的所有操作日志#Securityandcompliancecenterauditlog,oftenusedtoanalyzethesituationofuseraccounttheft.Youcanqueryallo
分类:系统相关   时间:2020-08-03 18:41:25    阅读次数:79
13951条   上一页 1 ... 32 33 34 35 36 ... 1396 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!