Offer

随笔分类 -  linux

摘要:学习链接:https://www.bilibili.com/video/BV1dW411M7xL?p=58&vd_source=510ec700814c4e5dc4c4fda8f06c10e8 🔥1. 基础篇 1.1.基本概念 1.1.1 名词解释 Linux 中,万物皆文件 1.1.2 目录结构 阅读全文
posted @ 2022-07-01 15:51 Empirefree 阅读(125) 评论(0) 推荐(0) 编辑
摘要:centos突然报wget、curl command not found,简单查了下,之前好像也遇到过,总结一下 @ 1.Wget command not found #这个解决比较简单,先删后下载即可 yum remove wget -y yum install wget -y wget #然后就 阅读全文
posted @ 2021-06-20 15:09 Empirefree 阅读(1746) 评论(0) 推荐(0) 编辑
摘要:Nginx整合FastDFS 先看下访问效果:http://47.101.163.73/group1/M00/00/00/rBNNhF-ATU2AT30mAAAADdhtO1M790.txt 参考链接:https://www.cnblogs.com/mrhelloworld/p/fastdfs-ng 阅读全文
posted @ 2020-10-09 20:03 Empirefree 阅读(197) 评论(0) 推荐(0) 编辑
摘要:fastDFS分布式文件系统安装 参考链接: https://www.cnblogs.com/handsomeye/p/9451568.html https://www.cnblogs.com/mrhelloworld/p/fastdfs.html 以下是安装步骤,在/usr/local/src目录 阅读全文
posted @ 2020-10-09 19:02 Empirefree 阅读(106) 评论(0) 推荐(0) 编辑
摘要:简单介绍下今天新用到的知识点:BigDecimal(企业税率,金额计算用到),BigInteger、Lambda类型转换(leetcode刷题遇到的) 总结: BigDecimal用BigDecimal.valueOf或String类型初始化才不会出现精度丢失(BigDecimal内部也有一部分是由 阅读全文
posted @ 2020-08-19 11:50 Empirefree 阅读(579) 评论(0) 推荐(0) 编辑
摘要:总结一下昨天下载linux与Idea中配置的插件(里面还是有几个感觉比较好用)。以及今天代码中文件相对路径在linux上不兼容问题 Java Idea中插件推荐 /*原本不兼容linux的写法 错误*/ String fileSaveDir = ".\\src\\test\\resources"; 阅读全文
posted @ 2020-08-12 19:18 Empirefree 阅读(172) 评论(0) 推荐(0) 编辑
摘要:Java杂记-2020.08.07 @Test中测试所有getter,setter方法 最近一周在写codereview,相关技术是kmock1.0.19,gradle build.gradle中配置文件 testCompile 'pl.pojo:pojo-tester:0.7.6' testCom 阅读全文
posted @ 2020-08-07 19:05 Empirefree 阅读(157) 评论(0) 推荐(0) 编辑
摘要:Securecrt上传下载配置文件路径 先安装lrzsz:yum -y install lrzsz 上传文件>>>rz 下载文件>>>sz Fork.c 配置文件目录 option-session options -X/Y/Zomderm 修改目录即可 常用命令 Linux配置命令 yum -y i 阅读全文
posted @ 2020-03-30 19:59 Empirefree 阅读(143) 评论(0) 推荐(0) 编辑
摘要:Linux 文件管理: 实现COW(copy_on_write:也就是windows下所谓的复制、粘贴): 1 #include <sys/types.h> 2 #include <sys/stat.h> 3 #include <fcntl.h> 4 #include <unistd.h> 5 6 阅读全文
posted @ 2018-11-23 16:39 Empirefree 阅读(303) 评论(0) 推荐(0) 编辑
摘要:本人linux服务器配置是:centos_7_03_64_20G_xdragon_20171025.vhd 公网IP:106.14.14.224 内存:2GB SecureCRT8.0:https://pan.baidu.com/s/1ugGvb_JTk9-RETdQemYcYA 密码 : cy4c 阅读全文
posted @ 2018-05-18 17:38 Empirefree 阅读(216) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示