Loading

04 2021 档案

摘要:参考文档 https://post.smzdm.com/p/a7do76vd/ 拉取镜像 docker pull linuxserver/qbittorrent 新建docker-compose.yml version: "2" services: qbittorrent: image: linux 阅读全文
posted @ 2021-04-12 14:19 oaifree 阅读(5765) 评论(1) 推荐(1)
摘要:Linux默认不支持挂载NFTS fdisk -l 检测磁盘 fdisk -l 下载工具 wget http://tuxera.com/opensource/ntfs-3g_ntfsprogs-2013.1.13.tgz 解压 tar -xvf ntfs-3g_ntfsprogs-2013.1.13 阅读全文
posted @ 2021-04-12 13:48 oaifree 阅读(513) 评论(0) 推荐(0)
摘要:没有用的服务,纯写着玩 创建空的Maven项目 File->new->project->maven 填写相关信息 删除的src文件夹,在POM文件中添加 <packaging>pom</packaging> 在根项目上点击右键,选择Module-> SpringInitial idea 解决Fail 阅读全文
posted @ 2021-04-12 10:43 oaifree 阅读(91) 评论(0) 推荐(0)
摘要:import org.apache.poi.ss.formula.functions.T; import org.springframework.util.CollectionUtils; import java.util.List; /** * @ClassName PageInfoConvent 阅读全文
posted @ 2021-04-08 15:15 oaifree 阅读(751) 评论(0) 推荐(2)
摘要:打开注册表: 开始—运行—regedit, 然后找到HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies,这个下面有两个子目录expolrer和system,点开system可以看到右边wallpaper的数据里有一 阅读全文
posted @ 2021-04-01 10:52 oaifree 阅读(2899) 评论(0) 推荐(0)
摘要:import com.gexin.rp.sdk.base.uitls.StringUtils; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.text.ParseException; import java. 阅读全文
posted @ 2021-04-01 09:38 oaifree 阅读(155) 评论(0) 推荐(0)