参考:https://yq.aliyun.com/articles/39543 SAXReader reader = new SAXReader();Document document = reader.read(new File(dir+"/word/document.xml"));Element ...
分类:
其他好文 时间:
2017-09-11 13:39:33
阅读次数:
187
第一章在VMwareWorkstation12Pro上新建虚拟机第二章虚拟机网络设置第三章centos7安装下载centos7https://mirrors.aliyun.com/centos/7.3.1611/isos/x86_64/开机启动虚拟机在下一行输入net.ifnames=0biosdevname=0然后回车(目的centos7网卡命名为eth0)3.1优化网卡ifcfg-eth0[r..
分类:
其他好文 时间:
2017-09-10 10:03:42
阅读次数:
228
#将yum安装的包缓冲到本地,然后制作本地local_yumvim/etc/yum.conf#本机信息hostnameLAMPip192.168.42.10#由于官网yum源下载慢,这里添加ali源yumcleanall
rm-rf/etc/yum.repos.d/*.repo
wget-O/etc/yum.repos.d/CentOS-Base.repohttp://mirrors.aliyun.com/repo/Centos-7.rep..
分类:
Web程序 时间:
2017-09-09 23:13:50
阅读次数:
320
之前使用的用阿里云服务器,然后在服务器上部署物联网应用,这几天无意中发现阿里也提供一个物联网套件,尤其是设备认证环节,和我们的实现思路一样, https://help.aliyun.com/document_detail/30539.html?spm=5176.doc50633.6.574.BnPn ...
分类:
其他好文 时间:
2017-09-09 20:57:38
阅读次数:
172
需要准备的资料整理如下: 1 域名未注册,建议在 阿里云注册:https://www.aliyun.com/,2 服务器https://ecs-buy.aliyun.com/配置:计费方式:包年包月地域:华东 1(随机分配)实例规格:ecs.n4.large(2核 4GB,共享计算型 n4)I/O ...
分类:
移动开发 时间:
2017-09-08 18:11:21
阅读次数:
307
<mirror> <id>alimaven</id> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content/groups/public</url> <mirrorOf>central</mirrorOf> </mir ...
分类:
其他好文 时间:
2017-09-08 14:43:40
阅读次数:
200
原理机制 参考--https://yq.aliyun.com/articles/51009 主备总体结构 PG主备流复制的核心部分由walsender,walreceiver和startup三个进程组成。 walsender进程是用来发送WAL日志记录的 walreceiver进程是用来接收WAL日 ...
分类:
数据库 时间:
2017-09-07 18:11:24
阅读次数:
246
一)下载安装包:http://market.aliyun.com/products/53690006/cmgj000262.html二)安装必须插件(rz、svn):rz,sz安装:yuminstall-ylrzszsvn:yum-yinstallsubversion三)安装环境:chmod-R777*./install.sh四)查看安装情况:查看正在运行的服务器及端口:netstat-tunpl查..
分类:
数据库 时间:
2017-09-07 14:55:21
阅读次数:
208
好处是不用下载到本地,也不用删除本地文件。省事! 先下载阿里云官方代码 https://github.com/aliyun/aliyun-oss-csharp-sdk 引用其中的 aliyun-oss-sdk 项目 代码如下: ...
分类:
Web程序 时间:
2017-09-07 13:45:48
阅读次数:
2585
CentOS更改yum源为阿里1、备份mv/etc/yum.repos.d/CentOS-Base.repo/etc/yum.repos.d/CentOS-Base.repo.backup2、下载新的CentOS-Base.repo到/etc/yum.repos.d/CentOS5wget-O/etc/yum.repos.d/CentOS-Base.repohttp://mirrors.aliyun.com/repo/Centos-5.repo或者curl-o/etc/yum..
分类:
其他好文 时间:
2017-09-07 11:02:32
阅读次数:
238