码迷,mamicode.com
首页 >  
搜索关键字:lease    ( 2829个结果
GlusterFS快速安装
GlusterFS快速安装安装前准备这边最少需要三台机器,所有机器关闭防火墙和Selinux,所有机器需要两块硬盘,systemctlstopfirewalldsystemctldisablefirewalldsetenforce0sed-i"s#SELINUX=enforcing#SELINUX=disabled#g"/etc/selinux/config添加hosts文件,其实通过IP地址也能
分类:其他好文   时间:2019-04-30 09:23:20    阅读次数:165
spring boot +mybatis(通过properties配置) 集成
注:日常学习记录贴,下面描述的有误解的话请指出,大家一同学习。 因为我公司现在用的是postgresql数据库,所以我也用postgresql进行测试 一、前言 1.Spring boot 会默认读取src/main/resource路径下的application.properties(或者appl ...
分类:编程语言   时间:2019-04-28 20:39:27    阅读次数:145
java爬虫,爬取当当网数据
背景:女票快毕业了(没错!我是有女票的!!!),写论文,主题是儿童性教育,查看儿童性教育绘本数据死活找不到,没办法,就去当当网查询下数据,但是数据怎么弄下来呢,首先想到用Python,但是不会!!百度一番,最终决定还是用java大法爬虫,毕竟java熟悉点,话不多说,开工!: 实现: 首先搭建框架, ...
分类:编程语言   时间:2019-04-28 19:01:28    阅读次数:106
ansible常用模块的用法
ansible常用模块的用法
分类:其他好文   时间:2019-04-28 09:33:05    阅读次数:137
安卓系统广播暴露设备信息-Android System Broadcasts Expose Device Information
Android device details are being exposed to running applications via Wi-Fi broadcasts in the mobile operating system, Nightwatch Cybersecurity has dis ...
分类:移动开发   时间:2019-04-27 09:59:17    阅读次数:141
【有新题】OCP 12c 062出现大量新考题-14
choosetwoYouplantoupgradeyourOracleDatabase9itoOracleDatabase12c.Whichtwomethodscanyouuse?A)Performadirectupgradebymanuallyrunningthecatctl.plandcatupgrd.sqlscriptsbeforeissuingtheSTARTUPUPGRADEcomman
分类:其他好文   时间:2019-04-26 14:59:49    阅读次数:109
Truck Adblue Emulator For SCANIA
For sale online Truck Adblue Emulator For SCANIA See the price Where to buy? Truck Adblue Emulator For SCANIA is the best selling product in the marke ...
分类:数据库   时间:2019-04-26 00:45:56    阅读次数:186
ubuntu中使用docker部署.netcore2.1
概述 .netcore发布这么久,到现在才在项目中实际运用,之前算是了解一点,一般找工作都会问是否运用过.netcore,软件研发来说,如果这个技术没用过,觉得挺难,其它不难。.netcore主要是跨平台,可以部署在不同的操作系统上。 本文通过一些实例,将.netcore Api项目部署在linux ...
分类:Web程序   时间:2019-04-24 14:50:37    阅读次数:229
Linux coredump解决流程
一、打开core文件限制 a.sudo vi /etc/profile b.文件末尾添加ulimit -c unlimited source /etc/profile 把文件重新加载到内存 c.root@ubuntu:~/code# ulimit -c unlimited 说明core文件限制已经去 ...
分类:系统相关   时间:2019-04-22 13:50:51    阅读次数:202
springboot操作mongodb
springboot操作mongodb 采用MongoRepository操作mongodb springboot版本2.1.2.RELEASE 注意的是:在运行应用程序时,会报错OSS Algorithm HmacSHA1 not available异常 将eclipse的jre环境重新设置为jr ...
分类:数据库   时间:2019-04-21 20:00:26    阅读次数:136
2829条   上一页 1 ... 90 91 92 93 94 ... 283 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!