码迷,mamicode.com
首页 >  
搜索关键字:windows server backup nas linux    ( 268109个结果
Docker安装
一、环境 *centos7.6 二、安装步骤 *设置yum源 yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo yum-config-manager --add-repo htt ...
分类:其他好文   时间:2021-06-02 12:47:47    阅读次数:0
docker搭建weblogic环境
参考如下: Installing WebLogic 12.1.3 with Docker (easier) If you work on a Linux-based machine as your development environment and you aren't familiar wit ...
分类:Web程序   时间:2021-06-02 12:45:31    阅读次数:0
Linux(Ubuntu Debian LinuxMint)安装python3.7.1并且兼容python2
本文主要介绍在Linux(Ubuntu Debian LinuxMint)上安装python3.7.1,通过python3.7.1源码安装,包括python3的安装步骤。并且兼容python2, 实现python2与python3共存。 原文地址:Linux(Ubuntu Debian LinuxM ...
分类:编程语言   时间:2021-06-02 12:45:09    阅读次数:0
如何关闭Windows自动更新
一、关闭服务: ①:使用快捷键Win+R,打开运行 ②:输入命令:services.msc,打开系统服务界面 ③:按确定之后,我们打开系统服务界面,找到【Windows Update】 ④:鼠标右击找到进入属性 把启动类型更改为:禁用 二、通过配置组策略来关闭Windows系统的自动更新: ①:使用 ...
分类:Windows程序   时间:2021-06-02 12:42:47    阅读次数:0
[MS Office] Wingdings字体
造冰箱的大熊猫@cnblogs 2021/5/27 在使用Windows Office系列软件中,使用插入符号功能插入的手型、箭头和对勾等特殊符号为什么会显示对应的字体为“Wingdings”(或Wingdings 2、Wingdings3)。 Wingdings字体(个人觉得称为符号集更准确一些) ...
分类:Windows程序   时间:2021-06-02 12:40:49    阅读次数:0
springboot配置信息
springboot相关的配置信息: server.tomcat.max-connections = 2000 server.tomcat.accept-count = 100 server.tomcat.max-threads = 200 上面三个配置理解请看:https://www.cnblog ...
分类:编程语言   时间:2021-06-02 12:39:50    阅读次数:0
NAT网络地址转换技术
NAT网络地址转换技术 目录 一、NAT概述 1.1、概述 1.2、NAT 的应用场景 二、NAT的类型及配置命令 2.1、静态NAT 2.2、动态NAT 2.3、Easy IP 2.4、NATP 2.5、NAT Server 一、NAT概述 1、概述 1)随着Internet 的发展和网络应用的增 ...
分类:其他好文   时间:2021-06-02 12:39:00    阅读次数:0
从业5年,教你学习Linux开发
为什么要学习Linux编程? 其实这个问题很容易回答,因为你要写的程序是跑在Linux下的啊。至于跨平台的程序,你熟哪个就在哪个下开发,效率第一,纠缠平台和工具,纯属吃饱了没事干闲的。其实Linux编程就是说开发Linux软件,所以说,在Linux系统下开发才会更加顺手,并且效率更高。因为直接就可以 ...
分类:系统相关   时间:2021-06-02 12:36:26    阅读次数:0
kafka binding to ipv6 port even though ipv4 address specified in config
I am in a bit of a bind (pun intended). I have a ubuntu server running kafka & zookeeper. This server has both ipv4 and ipv6 protocols installed. In t ...
分类:其他好文   时间:2021-06-02 12:29:05    阅读次数:0
Oracle转MySQL日记
关于substr()函数和substring()函数 关于substr()和substring()区别 MySQL: SUBSTR( ), SUBSTRING( ) Oracle: SUBSTR( ) SQL Server: SUBSTRING( ) 例如 Oracle: select substr ...
分类:数据库   时间:2021-06-02 12:25:36    阅读次数:0
268109条   上一页 1 ... 67 68 69 70 71 ... 26811 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!