后端 第11页
MyEclipse:String literal is not properly closed by a double-quote-Ddmit

MyEclipse:String literal is not properly closed by a double-quote

初学java,经常遇到这个问题”String literal is not properly closed by a double-quote eclipse”,错误的具体表现形式就是中文乱码,解决方法之一就是更改工程的编码方式。首先选择工程,右...
ddmit的头像-DdmitDdmit6年前
018071
Apple账号登录提示:Please sign in with an app-specific password问题解决-Ddmit

Apple账号登录提示:Please sign in with an app-specific password问题解决

错误信息 使用Xcode或cydia impactor登录苹果账号时提示: file:provision.cpp;line:173;what: Please sign in with an app-specific password. You can create one at appleid.apple.com. 这是...
ddmit的头像-DdmitDdmit5年前
024611
Docker启动容器报错:port is already allocated解决办法-Ddmit

Docker启动容器报错:port is already allocated解决办法

环境信息 docker: 19.03.6; CENTOS 7搬瓦工 ; 错误原因 服务器重启后,docker启动nginx等容器报错: Failed to allocate and map port 443-443: Bind for 0.0.0.0:443 failed: port is alread...
ddmit的头像-DdmitDdmit5年前
027301
Java将文件名转为小写-Ddmit

Java将文件名转为小写

代码: /** * 列出目录下所有的文件&文件夹 * * @param dirName 路径名称 * @return * @author 四个空格-https://www.4spaces.org */ public static void listAllFiles(String dirName) { /...
ddmit的头像-DdmitDdmit5年前
013451
VMware Workstation 12 Pro安装CentOS图文教程-Ddmit

VMware Workstation 12 Pro安装CentOS图文教程

本文记录了VMware Workstation 12 Pro安装CentOs的整个过程,具体如下: VMware Workstation 12; CENTOS 6.4 ; 创建虚拟机 1.首先安装好VMware Workstation 12,具体安装过程此处略过; 2.启...
ddmit的头像-DdmitDdmit6年前
019361
好恶心的阿里云主机,不忍吐槽-Ddmit

好恶心的阿里云主机,不忍吐槽

阿里自己的网站内容从来不跑在阿里云主机上也就罢了,上个月我购买了一个阿里云主机,感觉速度还可以,于是把自己的个人博客搬到了阿里云主机,本来打算以后博客就在阿里云呆着了,可是好景不长...
ddmit的头像-DdmitDdmit6年前
017201
Java中将字符串转为驼峰格式-Ddmit

Java中将字符串转为驼峰格式

方式1 使用CaseUtils 对Java字符串进行转换为驼峰格式: CaseUtils.toCamelCase(null, false) = null CaseUtils.toCamelCase('', false, *) = '' CaseUtils.toCamelCase(*, false, null) = * Ca...
ddmit的头像-DdmitDdmit5年前
062031
Google Gson报错:java.lang.ClassCastException: com.google.gson.internal.LinkedTreeMap cannot be cast to解决办法-Ddmit

Google Gson报错:java.lang.ClassCastException: com.google.gson.internal.LinkedTreeMap cannot be cast to解决办法

Google Gson报错:java.lang.ClassCastException: com.google.gson.internal.LinkedTreeMap cannot be cast to解决办法 错误信息: java.lang.ClassCastException: com.google.gson.internal.Li...
ddmit的头像-DdmitDdmit6年前
041121
推荐10款最好用的免费安卓文件管理器-Ddmit

推荐10款最好用的免费安卓文件管理器

文件管理器是管理文件的软件,帮助用户处理日常工作,管理储存在本地和网络中的文件。所有文件管理器都提供了基本的操作如创建、打开、查看、编辑、移动和删除文件。许多Android文件管理器还提...
ddmit的头像-DdmitDdmit6年前
076071
Windows平台iTunes非Microsoft Store版官网下载-Ddmit

Windows平台iTunes非Microsoft Store版官网下载

下载iTunes非Microsoft Store版 在使用AltStore时,提示必须安装iTunes网页版,而不是Microsoft Store版才能使用,于是去官网下载: iTunes Official Download。 在上述页面按'Ctrl+F'搜索insta...
ddmit的头像-DdmitDdmit5年前
018951