发布时间:2017-02-19 01:11:27
摘要:SAP (Systems Applications and Products in data processing ) 是一款用于ERP(企业资源计划, 英文全称:Enterprise Resource Planning)管理的软件,目前是全球销量第一的ERP软件,也是全球ERP实施最成功的ERP软件,被很多世界500强的大企业实施,也包含大量的中小企业。......【阅读全文】
发布时间:2017-02-03 12:11:57
/etc/network/interfaces点击(此处)折叠或打开# Include files from /etc/network/interfaces.d:source-directory /etc/network/interfaces.dauto loiface lo inet loopback#iface eth0 inet manualallow-hotplug eth0.........【阅读全文】
发布时间:2017-02-03 11:41:48
以前配置dns服务器的方式是在下面文件中/etc/resolv.confnameserver 192.168.1.1但是debian8(jessie)中,安装了resolvconf之后,/etc/resolv.conf就变为被resolvconf自动更新,即使手工写入了nameserver,每次networking服务重启后都会被覆盖。正确配置dns服务器的方法是,在 /etc/network/inte.........【阅读全文】
发布时间:2017-01-19 14:56:12
在springboot的application.properties中,配置各种数据库的方法......【阅读全文】