Wesley13 Wesley13
3年前
Uber Hadoop 文件系统最佳实践
原文:April5,2018ScalingUber’sApacheHadoopDistributedFileSystemforGrowth(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Feng.uber.com%2Fscalinghdfs%2F)
Stella981 Stella981
3年前
Qt读写Json格式配置文件
 头文件Config.hpragmaonceinclude<QVariantMapclassConfig{public:Config(constQString&fileName);~Config();bool
Wesley13 Wesley13
3年前
3.1Linux目录及文件管理
bash特性之命令别名和命令引用:命令别名:命令的另外一个名字windows中清屏使用clsLinux下的清屏命令为clear   alias:用来定义命令别名的   alias不跟选项和参数时,显示系统上所有的命令别名   aliasALIASCOMMANDNAME      alias
Wesley13 Wesley13
3年前
PDF文件可以修改背景颜色吗
  最近有些小伙伴问我,PDF文件可以修改背景颜色吗?如果可以,该怎么修改呢?小伍今天就借着这篇文章就是给大家详细介绍PDF文件修改背景颜色的方法。  1、首先,我们下载最新版的迅捷PDF编辑器。  !(https://oscimg.oschina.net/oscnet/09d9cdde1083b9ac76d8d2d6647e45bb8db.jp
Wesley13 Wesley13
3年前
C++多文件贪吃蛇​
!(https://oscimg.oschina.net/oscnet/912e2fbfbed948afa5a170e1beb63637.gif)源码墙!(https://oscimg.oschina.net/oscnet/610b6a87f6cc4360ba059920
Stella981 Stella981
3年前
SpringBoot系列之@PropertySource读取yaml文件
SpringBoot系列之@PropertySource支持yaml文件读取最近在做实验,想通过@PropertySource注解读取配置文件的属性,进行映射,习惯上用properties都是测试没问题的,偶然换成yaml文件,发现都读取不到属性值因为yaml语法很简洁,比较喜欢写yaml配置文件,很显然,@PropertySource默认不支持ya
Stella981 Stella981
3年前
Markdown文件中的GitHub相对链接
问题:_IsthereawaytocreateaURLanchor,<a,linkfromwithinaMarkdownfile,toanotherfilewithinthesamerepositoryandbranch(akaalinkrelativetothecurrent
Easter79 Easter79
3年前
Springboot读取Jar文件中的resource
如题,碰到了问题.事情是这样的.一个导入模板,因为比较少,所以就直接放在后台的resources中了.调试的时候是下载没有问题的.等到发布后,下载就出问题了. 参照:\\\.jar!\\BOOTINF\\classes!\\\\\.xml没有此文件https://blog.csdn.net/weixin\_43229
Wesley13 Wesley13
3年前
C# 读取配置文件方法
如xml中写:<?xmlversion"1.0"encoding"utf8"?<config<serv_ip192.168.0.105</serv_ip<databasetest</database<useridsa</userid<password
Easter79 Easter79
3年前
SpringBoot2.x文件上传实战
设置上传的文件大小:@ConfigurationpublicclassfileConfigure{@BeanpublicMultipartConfigElementmultipartConfigElement(){MultipartCon