Stella981 Stella981
3年前
FLutter了解之文件操作、模型转换、网络请求
目录1.文件操作2.Json转Model3.HttpClient4.dio三方库5.Http分块下载6.使用WebSockets7.使用SocketAPI(dart:io包中)8.http三方库1\.文件操
Stella981 Stella981
3年前
K8s创建pod yaml文件详解
kubernetes创建pod的yaml文件,参数说明apiVersion:v1指定api版本,此值必须在kubectlapiversion中kind:Pod指定创建资源的角色/类型metadata:资源的元数据/属性name:web04pod资源的名字,在同一个namespace中必须唯一lab
Stella981 Stella981
3年前
Log4j2配置文件详解
目录\\1系列目录(http://my.oschina.net/xianggao/blog/523401OSC_h1_1)2默认配置(http://my.oschina.net/xianggao/blog/523401OSC_h1_2)3第一个配置例子(http://my.oschina.net/x
Wesley13 Wesley13
3年前
thinkphp整合系列之tcpdf类生成pdf文件
php生成pdf文件的需求是不怎么常见的;当然也是有的;既然已经整合使用了;那就写篇博客来讲解下吧;示例项目:http://git.oschina.net/shuaibai123/thinkphpbjyadmin(http://git.oschina.net/shuaibai123/thinkphpbjyadmin)一:引入tcpdf
Stella981 Stella981
3年前
Spring MVC的web.xml文件的分析
web.xml<listener<listenerclassorg.springframework.web.context.ContextLoaderListener</listenerclass</listener<contextparam<paramnamec
Stella981 Stella981
3年前
Linux远程SSH终端和文件传输工具
在Windows上打开Linux终端的工具很多,这里介绍三款目前在用的终端工具,非常好用!1、putty!(https://static.oschina.net/uploads/space/2017/0917/113455_T3x5_3489228.png)这款工具支持telnet,ssh等多种通信协议,除了支持unbuntu,Ce
Wesley13 Wesley13
3年前
vertx读取配置文件,获得端口号
1:在src/conf目录下创建conf.json{"http.port":8082}2:创建Verticle,config().getInteger("http.port",8080),将会读取配置文件,是否有http.port,没有就使用8080作为默认,packageverticl
Stella981 Stella981
3年前
Redis配置文件中配置信息详解
再此之前可以复习一下一些Redis的基本命令:Redis八大类型常用命令大全(五大常用类型三个特殊类型)(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fblog.csdn.net%2Fnxw_tsp%2Farticle%2Fdetails%2F107897580):https:
Stella981 Stella981
3年前
Git中三种文件状态及其转换
Git作为一种版本控制解决方案,由于其具有的分布式特性,正被越来越多的用户熟知,一些有名的开源项目,如:Linuxkernel,CakePHP,RubyonRails等,都在使用Git进行版本管理。在Git中,文件状态是一个非常重要的概念,不同的状态对应不同的操作。因此,要想熟练掌握Git的用法,需要了解Git的几种文件状态。为了说明的方便,现
Wesley13 Wesley13
3年前
.vimrc 文件配置(高亮+自动缩进+行号+折叠+优化)
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\将一下代码copy到用户目录下新建文件为 .vimrc保存即可生效;如果想所有用户生效请修改/et