摘要:
1、下载 Apache 官网地址:http://httpd.apache.org/docs/current/platform/windows.html#down 找到这个, 看到这几个选项: ApacheHaus Apache Lounge BitNami WAMP Stack ... 阅读全文
摘要:
[root@web ~]# cat ~/.ssh/configHost gerritUser deploy-gerritPort 29418Hostname gerrit.demo.comIdentityFile ~/.ssh/id_rsaIdentityFile ~/.ssh/openssh-ke... 阅读全文
摘要:
问题描述: 服务器迁移,迁移以后Linux系统编码由 UTF-8 变成了GBK !!! 导致在resin 中运行java web项目,调用 http 接口,解析http 接口的返回内容 如:xml 时,出现奇怪的(xml 中还有中文)编码错误。(底层使用dom4j 解析xml)错误如下:org... 阅读全文
摘要:
安装apache下载mod_python编译安装测试下载mod_python,下载地址:mod_python在GitHub 上面,下载之后:目录结构如下:安装依赖:#查找可安装的依赖 yum search python | grep python-devel # 安装python依赖sudo yu... 阅读全文
摘要:
apache安装,请参照:http://httpd.apache.org/docs/2.4/安装系统: Fedora release 21 (Twenty One) (x64)版本:Server version: Apache/2.4.12 (Unix)安装方式: 源码安装,源文件目录:/home/... 阅读全文
摘要:
http://www.jinbuguo.com/apache/menu22/dso.html 阅读全文
摘要:
微软的跨平台编辑器~~下载地址(官网):https://code.visualstudio.com/下载地址(网盘):http://pan.baidu.com/s/1ntLy8Tr使用技巧:cmd 快速打开 vs code 编辑器 把vs code 的编辑器的bin 路径添加到 Pahth 路... 阅读全文
摘要:
自定义 idea Java 模板步骤。#parse("File Header.java")表示引用的模板文件,如下: 阅读全文