后端 第11页
如何下载保存推特Twitter上的GIF动图和视频-Ddmit

如何下载保存推特Twitter上的GIF动图和视频

2021最新基于nginx搭建v2ray服务端配置vmess+tls+websocket详细教程(图文) 极力推荐:racknerd(17.88刀/年,5T流量/月)快速搭建v2ray服务端配置vmess+tls+websocket详细教程(图文) 史上最详...
ddmit的头像-DdmitDdmit4年前
03.6W+8
CentOS 7通过yum安装Nginx-Ddmit

CentOS 7通过yum安装Nginx

创建文件: /etc/yum.repos.d/nginx.repo 添加如下内容: [nginx-stable] name=nginx stable repo baseurl=http://nginx.org/packages/centos/$releasever/$basearch/ gpgcheck=0 enabled=1 mod...
ddmit的头像-DdmitDdmit4年前
047280
CentOS忘记mariadb/mysql root密码解决办法-Ddmit

CentOS忘记mariadb/mysql root密码解决办法

这里有两种方式实现修改mariadb root密码。 mariadb版本:Server version: 10.3.10-MariaDB MariaDB Server 服务器:CentOS Linux release 7.5.1804 (Core) 方式1 1.查看mysql版本 mysql --vers...
ddmit的头像-DdmitDdmit4年前
025050
@Component使用@Autowired注入失败报空指针异常-Ddmit

@Component使用@Autowired注入失败报空指针异常

在使用@Component注解的工具类中,注入RestTemplate和读取nacos配置@Value注解读取失败。解决办法是使用@PostConstruct注解进行初始化。 @Component public class SmsUtil { private static Sms...
ddmit的头像-DdmitDdmit4年前
017120
Windows10 git commit报错node: command not found解决办法-Ddmit

Windows10 git commit报错node: command not found解决办法

在使用git准备提交文件时,报错: Commit failed with error 0 file committed, 1 file failed to commit: 上传车辆同行记录; .git/hooks/pre-commit: line 32: node: command not found 解决...
ddmit的头像-DdmitDdmit4年前
025700
Springboot提示No beans of 'RestTemplate' type found错误-Ddmit

Springboot提示No beans of ‘RestTemplate’ type found错误

错误信息 在使用RestTemplate时,IntelliJ Idea提示Could not autowire. No beans of 'RestTemplate' type found.。 代码清单: @Component public class SmsUtil { @Autowired private RestTem...
jQuery根据多个class name获取元素-Ddmit

jQuery根据多个class name获取元素

实现方式: <a href='javascript:void(0);' class='centerLeftNav active' id='1></a> <a href='javascript:void(0);' class='centerLeftNav' id='2'></a> var aTagId ...
ddmit的头像-DdmitDdmit4年前
014130
JS判断一个字符串是否包含某些特殊字符?-Ddmit

JS判断一个字符串是否包含某些特殊字符?

JS判断一个字符串是否包含某些特殊字符? 实现 /** * 判断字符串是否包含指定字符串数组中的某一项 * @param {String} text 字符串 * @param {Array} values 可能包含的字符串数组 * @returns {...
ddmit的头像-DdmitDdmit4年前
013961
简略记一下Office 365开发者计划加入过程-Ddmit

简略记一下Office 365开发者计划加入过程

简略步骤如下: 1.加入页面 中文 https://developer.microsoft.com/zh-CN/microsoft-365/dev-program 或英文 https://developer.microsoft.com/en-us/microsoft-365/dev-program 2.查看存储 htt...
ddmit的头像-DdmitDdmit4年前
014660
Office 365安装时只安装Word、Excel等特定项-Ddmit

Office 365安装时只安装Word、Excel等特定项

Office365默认安装时会将Word、Excel、PowerPoint、OneNote、Outlook、Publisher和Access全家桶全部装到电脑,而我们许多人只需要前三者。那么如何安装我们需要的选项呢,方法还是有的。 打开官...
ddmit的头像-DdmitDdmit4年前
023170