码迷,mamicode.com
首页 >  
搜索关键字:httpd 虚拟主机 https    ( 140818个结果
[leetcode]Remove Duplicates from Sorted List II @ Python
原题地址:https://oj.leetcode.com/problems/remove-duplicates-from-sorted-list-ii/题意:Given a sorted linked list, delete all nodes that have duplicate number...
分类:编程语言   时间:2014-06-16 10:40:35    阅读次数:340
iOS app集成支付宝支付流程及后台php订单签名处理
iOS app集成支付宝支付流程1: 开通支付宝商户 由公司去支付宝https://b.alipay.com/order/serviceIndex.htm签约支付宝开通支付宝商家;2:商户支付宝开通无线支付功能 开通商户支付宝之后,虽然可以获取到应用使用的 key和id,如果如果不开通无线支付功能....
分类:移动开发   时间:2014-06-16 10:23:11    阅读次数:2941
SpringNote02.Blog系统迁移到Linux下
基于SpringMVC-Hibernate的博客系统还在继续开发中 。项目地址:https://github.com/defshine/SpringBlog整个项目迁移到linux下开发,安装intellij、maven、tomcat过程比較顺利,注意配置环境变量。项目执行时,出现了两个问题:出错,...
分类:编程语言   时间:2014-06-16 08:32:58    阅读次数:269
[leetcode]Search in Rotated Sorted Array II @ Python
原题地址:https://oj.leetcode.com/problems/search-in-rotated-sorted-array-ii/题意:Follow up for "Search in Rotated Sorted Array":What ifduplicatesare allowed...
分类:编程语言   时间:2014-06-16 08:20:54    阅读次数:307
[leetcode]Gray Code @ Python
原题地址:https://oj.leetcode.com/problems/gray-code/题意:The gray code is a binary numeral system where two successive values differ in only one bit.Given a...
分类:编程语言   时间:2014-06-16 07:42:27    阅读次数:242
Apache服务器httpd.exe进程占用cpu超过50%的解决方法
httpd.exe进程占用cpu超过50%,关闭掉Apache服务,cpu应用率立刻下降到0。 重新启动Apache又出现占用cpu高的情况。 原因是:httpd.exe和防火墙配置有冲突。 解决方法如下: 1.网上邻居->本地链接->属性->internet协议(TCP/IP)->属性->...
分类:其他好文   时间:2014-06-16 07:30:51    阅读次数:201
Assertor用于判断参数和抛出异常
https://code.csdn.net/snippets/389206
分类:其他好文   时间:2014-06-16 06:38:41    阅读次数:237
appserv 设置虚拟路径httpd.conf的配置
总结1打开appserv的安装目录,找到httpd.conf文件,分别去掉下面两行文字前面的#号。 #LoadModule vhost_alias_module modules/mod_vhost_alias.so 去掉#意思是启用apache的虚拟主机功能。2#Include conf/ex...
分类:移动开发   时间:2014-06-16 00:19:32    阅读次数:422
docker 1.0.0发布以及一个bug依赖apparmor_parser
6月10号docker 1.0稳定版本发布,找了台ubuntu的机器,装了下ubuntu version:12.04docker version:1.0.0装docker的步骤可以看官方文档:https://docs.docker.com/installation/ubuntulinux/装好之后,...
分类:移动开发   时间:2014-06-12 07:13:23    阅读次数:293
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!