Wesley13 Wesley13
4年前
java基础语法详细介绍
一.概述1.java语言概述1.是SUN(StanfordUniversityNetwork,斯坦福大学网络公司)1995年推出的一门高级编程语言;java之父JamesGosling(詹姆斯.高斯林).2.应用领域:JavaSE(JavaSt
Johnny21 Johnny21
4年前
浅析Spring boot与Spring cloud 之间的关系
浅析Springboot与Springcloud之间的关系2018051518:16:10有些童鞋刚接触这块,理解不是很深刻会经常问道这样类似的问题,下面我就简单讲解一下Springboot与Springcloud之间的关系!Springboot是Spring的一
Stella981 Stella981
4年前
Netty使用解码器Decoder解决TCP粘包和拆包问题
解码器Decoder和ChannelHandler的关系netty的解码器通常是继承自ByteToMessageDecoder,而它又是继承自ChannelInboundHandlerAdapter,其实也是一种ChannelHandler和我们自定义的ChannelHandler一样都是来处理进
Stella981 Stella981
4年前
Python 操作excel
python操作excel使用xlrd、xlwt和xlutils模块。xlrd模块是读取excel的,xlwt模块是写excel的,xlutils是用来修改excel的一、python 读取excelimportxlrdbookxlrd.open_workbook('all_stu.xls')打开一个excelsheetb
Stella981 Stella981
4年前
PHP file_get_contents和curl区别
一、file\_get\_contents1.定义file\_get\_contents()函数将指定URL的文件读入一个字符串并返回。2.语法file_get_contents(path,include_path,context,start,max_lengt
Stella981 Stella981
4年前
Rails + Bootstrap个人博客搭建的完整过程(1)
Part1-首先最基本的,创建一个新的的project:railsnewblog-然后修改source为https://ruby.taobao.com,加入bootstrap的gem到Gemfile:gem'twitterbootstraprails'执行bundleinstall没有错误,但是有一个
Stella981 Stella981
4年前
Docker遇到的异常和注意点
Docker遇到的异常和注意点整理一些使用docker的时候,遇到的问题和解决办法遇到的一些异常和解决方法删除镜像时出现:Errorresponsefromdaemon:conflict:unabletodelete95219df55354(must
Wesley13 Wesley13
4年前
6月13号
3.7su命令用来切换用户suxiang切换到xiang用户下以某一个用户身份去执行某一命令root@localhosttextls1111.txt2.txtroot@localhosttextsuc"touch/text/12.txt"xpf以xp
Easter79 Easter79
4年前
TThreadedSelectorServer介绍及Direct Memory OOM分析
一、TThreadedSelectorServer线程模型:该服务会启动1个AcceptThread,2个SelectorThread(默认为2个,可设置),一个woker线程池(池的大小可设置),!(http://static.oschina.net/uploads/space/2015/0601/154802_Mlgb_143181
Stella981 Stella981
4年前
Spring Boot配置文件详解
一、主配置文件SpringBoot默认主配置文件名为application.yml或者application.properties1.yml和properties1.1yml语法:key:空格value同一个层级的缩进tab或者空格必须相同