Easter79 Easter79
3年前
Vue 兼容 ie9 的全面解决方案
前言背景情况vue2.5.11vuecli使用模板webpacksimplehttp请求:axiosVue官方对于ie浏览器版本兼容情况的描述是ie9,即是ie9及更高的版本。经过测试,Vue的核心框架vuejs本身,以及生态的官方核心插件(VueRouter、V
Easter79 Easter79
3年前
tomcat源码导入eclipse
1\.去apache官网下载对应的tomcat版本源码 https://tomcat.apache.org/download70.cgi2\.解压,用ant进行编译,本地没有ant就去ant官网下载ant对应版本。http://ant.apache.org/bindownload.cgi(https://www.oschina.net/act
JDK13的特性和JDK的历史你知道吗???喂饭式带你学好!!!
1.1JDK各版本主要特性回顾JDKVersion1.019960123Oak(橡树)初代版本,伟大的一个里程碑,但是是纯解释运行,使用外挂JIT,性能比较差,运行速度慢。JDKVersion1.119970219JDBC(JavaDataBaseConnectivity);支持内部类;RMI(RemoteMe
Stella981 Stella981
3年前
Netty
最近在学习netty练习下,先附上写的代码吧注意不要使用5.0的版本了,官方直接废弃了,可以自己搜索下。因此只用4版本的。_<!https://mvnrepository.com/artifact/io.netty/nettyall_<dependency\<groupId\io.netty</groupId\
Wesley13 Wesley13
3年前
ubuntu升级 openssh
ubuntu16.04的openssh版本是7.2,会有一些安全问题。需要升级到7.4版本以上。openssh依赖libssldevzlib1gdev。离线安装需要将这几个包下载下来。同时需要下载libssl包作为libssldev的依赖。安装过程如下:sudoaptinstallybuildessential
Stella981 Stella981
3年前
Jenkins实战演练之Linux服务器快速搭建
【准备】操作系统:ubuntu13.10serveramd64JAVA版本:serverjre7u45linuxx64.tar.gzJenkins版本:jenkins.war(v1.545)【步骤】采用StandAlone方式运行Jenkins服务器,该方法使用灵活方便,不需要系统安装JDK,对于喜欢绿色软件的同学
Stella981 Stella981
3年前
Kafka之Producer生产者分区
  kafkaclient的版本:0.10   有个很重要的类Partitioner  _List1_publicinterfacePartitionerextendsConfigurable{/Computethepartitionforthegi
Stella981 Stella981
3年前
Fedora30安装有道词典记录
在有道词典官方网站有linux版本的下载地址:http://cidian.youdao.com/indexlinux.html(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fcidian.youdao.com%2Findexlinux.html)但这个版本是.dep软件包,如果熟
Wesley13 Wesley13
3年前
vs2019编译redis
!(https://oscimg.oschina.net/oscnet/3a2cb8a867180be77ced8b4d4d921c8aed7.png)版本信息使用Redis源码版本(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2FMicrosoft
【原理揭秘】Vite 是怎么兼容老旧浏览器的?你以为仅仅依靠 Babel?
本文的重点在于探究Vite如何实现兼容低版本浏览器