码迷,mamicode.com
首页 >  
搜索关键字:anonymous access    ( 10482个结果
redis缓存
一首页热点数据放到缓存(不经常修改的数据) 1.轮播图 2.热门课程 3.名师 代码实现 1.导入依赖 <!-- redis --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-st ...
分类:其他好文   时间:2021-03-12 12:15:40    阅读次数:0
搬家第41天-CITECT2018使用citectVBA显示隐藏microsoftdatagrid的列
前面的练习记录了查询access数据将结果显示在microsoft datagrid控件上面,有时候需要对显示的某些列隐藏。 在画面上放置microsoft form checkbox控件,数量与datagrid中查询结果的字段数量相关,本次联系对温度1至温度4,压力1至压力4,流量1,流量2一共十 ...
分类:编程语言   时间:2021-03-11 18:25:58    阅读次数:0
podmen
安装podmen [root@localhostl ~]# yum -y remove docker-ce [root@localhostl ~]# yum -y install podman [root@localhostl ~]# cd /etc/containers/ [root@localh ...
分类:其他好文   时间:2021-03-10 13:05:54    阅读次数:0
How to deploy EBS CSI on AWS EKS in China region?
How to deploy EBS CSI on AWS EKS in China region? ISSUE Cannot access k8s.gcr.io repository in China region. Prerequisites Fetch the Account ID and sa ...
分类:其他好文   时间:2021-03-08 13:03:04    阅读次数:0
git clone 报错解决方法
###1.git clone 报错问题 fatal: unable to access 'https://github.com/monster1935/vue-admin.git/': SSL certific... $ git clone https://github.com/monster193 ...
分类:其他好文   时间:2021-03-05 13:10:16    阅读次数:0
springboot 项目 启动 警告 WARNING: An illegal reflective access operation has occurred
警告如图所示,该警告是因为jdk版本太高(我用的是15.0,据说9.0的也会这样),具体的原理还没有研究,它不影响项目的正常运行,但是看着很糟心有木有~~~~ 解决方案是把项目jdk降低到1.8及以下,建议1.8。 ...
分类:数据库   时间:2021-03-03 12:24:53    阅读次数:0
?linux基础命令 截取 cut
######cut -d 指定分隔符 -f 指定列数 1,2,3 [root@rongbiz002 26]# awk '{print $1}' /www/wwwlogs/c2p.rongbiz.com-access_log|head -n5 |cut -d '.' -f 1,2,3 112.64.5 ...
分类:系统相关   时间:2021-02-27 13:40:48    阅读次数:0
错误:you (root) are not allowed to access to (crontab) because of pam configuration.
linux crontab报以下错误解决 [root@china ~]# crontab -l 拒绝权限You (root) are not allowed to access to (crontab) because of pam configuration. 解决: 1.查看定时任务的日志/va ...
分类:数据库   时间:2021-02-27 13:40:22    阅读次数:0
Mac环境下生成ssh密钥
测试 输入以下命令 git version返回版本号就表示成功 如 git version 2.20.1 (Apple Git-117) 检测本地是否有ssh cd ~/.ssh 此命令可以进入到.ssh文件目录下ls 此命令显示目录下的所有文件 生成ssh密钥 ssh-keygen -t rsa ...
分类:系统相关   时间:2021-02-27 13:01:29    阅读次数:0
华为交换机端口模式
华为交换机端口模式 以太网端口的三种链路类型: Access, Trunk, Hybrid Access 类型的端口只能属于 1 个 VLAN ,一般用于连接计算机的端口; Trunk 类型的端口可以允许多个 VLAN 通过,可以接收和发送多个 VLAN 的报文,一般用于交换机之间连接的端口; Hy ...
分类:其他好文   时间:2021-02-26 13:13:25    阅读次数:0
10482条   上一页 1 ... 7 8 9 10 11 ... 1049 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!