上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 24 下一页

2020年8月13日

摘要: 环境准备 NFS服务端 CentOS7 192.168.1.11 NFS客户端 CentOS7 192.168.1.12 安装NFS与配置 NFS的常用目录: /etc/exports #NFS服务的主要配置文件 /usr/sbin/exportfs #NFS服务的管理命令 /usr/sbin/sh 阅读全文
posted @ 2020-08-13 09:37 james-roger 阅读(1616) 评论(0) 推荐(0)

2020年8月7日

摘要: 1、下载 nfs1219.exe 并安装 2、运行haneWIN NFS Server Keygen.exe 获取注册码 3 双击桌面上的NFS Server快捷方式 填写注册码 4.选中exports 点击Edit exports file ,按照sample格式添加nfs文件夹(想要共享给lin 阅读全文
posted @ 2020-08-07 14:26 james-roger 阅读(2127) 评论(0) 推荐(0)

2020年8月6日

摘要: linux服务器上修改2049端口没有成功,有修改成功的,麻烦评论区说一下 测试的linux服务器ip 192.168.74.129 在linux服务器上执行 yum install nfs-utils -y #安装nfs文件系统软件 编辑配置文件 vim /etc/exports 添加内容: /r 阅读全文
posted @ 2020-08-06 18:28 james-roger 阅读(1519) 评论(0) 推荐(0)

2020年8月3日

摘要: 1、设置权限 <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> <uses-permission android:name="android.permission.INTERNET"/> 2、业务 阅读全文
posted @ 2020-08-03 15:14 james-roger 阅读(3726) 评论(0) 推荐(0)

2020年6月29日

摘要: 参考地址 https://www.cnblogs.com/zhouqinxiong/p/5565107.html 线 LineString { "type": "LineString", "coordinates": [ [1, 1],[2,1], [3,1]] } { "type": "LineS 阅读全文
posted @ 2020-06-29 14:15 james-roger 阅读(1285) 评论(0) 推荐(0)

2020年6月23日

摘要: 参考地址 https://blog.csdn.net/zhuyu19911016520/article/details/85048271 依赖引入 <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger2< 阅读全文
posted @ 2020-06-23 18:11 james-roger 阅读(8948) 评论(0) 推荐(1)

2020年5月28日

摘要: 在将float和double类型的数据转成 BigDecimal 是应该先转成字符串 new BigDecimal(String.valueOf(a)) 阅读全文
posted @ 2020-05-28 15:44 james-roger 阅读(156) 评论(0) 推荐(0)

2020年5月13日

摘要: <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-compress</artifactId> <version>1.18</version> </dependency> package com.example 阅读全文
posted @ 2020-05-13 08:43 james-roger 阅读(4045) 评论(1) 推荐(0)

2020年4月14日

摘要: <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-client</artifactId> <version>3.1.1</version> </dependency> package com.imooc.bigd 阅读全文
posted @ 2020-04-14 17:10 james-roger 阅读(734) 评论(0) 推荐(0)

2020年3月25日

摘要: compile group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.3.2' // https://mvnrepository.com/artifact/org.apache.httpcomponents/httpm 阅读全文
posted @ 2020-03-25 12:17 james-roger 阅读(913) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 24 下一页