码迷,mamicode.com
首页 >  
搜索关键字:httpd 虚拟主机 https    ( 140818个结果
java生成Json工具之JsonSimple的使用
json-simple是由是Google开发的Java JSON解析框架,基于Apache协议。目前版本为1.1项目主页:https://code.google.com/p/json-simple/#JSON.simple_in_PublicationsJava实体类和JSON对象之间的映射如下表:...
分类:编程语言   时间:2014-06-03 08:09:52    阅读次数:367
https soap链接示例
1.先安装soap扩展sudo yum install php-soap2.安装openssL3.function issure($sn){//通过soap链接接口 进行确认是否是正确的sn码 try{ $client = new SoapClient("https://118.124.139.23...
分类:其他好文   时间:2014-06-03 07:32:16    阅读次数:280
[leetcode]Word Break II @ Python
原题地址:https://oj.leetcode.com/problems/word-break-ii/题意:Given a stringsand a dictionary of wordsdict, add spaces insto construct a sentence where each ...
分类:编程语言   时间:2014-06-03 07:13:21    阅读次数:339
jquery.easypiechart.js简介
此插件主要是用来统计新的访问、跳出率、服务器负载、使用的RAM等,功能很强大,带有HTML5的动画效果,效果非常炫,看效果吧easyPieChart一款新型的EASY饼图数据统计Jquery插件截图:插件下载:https://github.com/rendro/easy-pie-chart/
分类:Web程序   时间:2014-05-31 22:06:38    阅读次数:709
[leetcode]Candy @ Python
原题地址:https://oj.leetcode.com/problems/candy/题意:There areNchildren standing in a line. Each child is assigned a rating value.You are giving candies to ...
分类:编程语言   时间:2014-05-31 21:58:12    阅读次数:410
[leetcode]Gas Station @ Python
原题地址:https://oj.leetcode.com/problems/gas-station/题意:There areNgas stations along a circular route, where the amount of gas at stationiisgas[i].You ha...
分类:编程语言   时间:2014-05-31 16:58:18    阅读次数:259
如何卸载lnmp
转自:https://www.centos.bz/2011/07/howto-remove-lnmp/killall nginx/etc/init.d/mysql stopkillall mysqld/usr/local/php/sbin/php-fpm stopkillall php-cgirm ...
分类:其他好文   时间:2014-05-31 15:56:05    阅读次数:277
lnmp 后续配置
1、添加虚拟主机,执行如下命令:/root/vhost.sh 根据提示输入要绑定的域名,回车,如果需要添加更多的域名,输入y,再输入要另外绑定的域名,多个域名可以用空格隔开(注:带www和不带www的是不同的域名,如需带www和不带的www的域名都访问同一个网站需要同时都绑定)。再输入域名绑定的目录...
分类:其他好文   时间:2014-05-31 14:27:43    阅读次数:273
Fiddler的学习
Fiddler是最强大最好用的Web调试工具之一,它能记录所有客户端和服务器的http和https请求,允许你监视,设置断点,甚至修改输入输出数据. 使用Fiddler无论对开发还是测试来说,都有很大的帮助。
分类:其他好文   时间:2014-05-31 01:15:00    阅读次数:698
阿里云ECOS 集群方案
转载https://it.toggle.cn/article_detail/7e6f674b2564d6c319f807b4fda87eac.html架构说明前端由阿里云SLB统一分发Web请求独立的网店管理后台管理入口域名绑定单台低权重ECS服务器(其他ECS管理做入口屏蔽),同时此ECS承担 E...
分类:其他好文   时间:2014-05-30 23:40:48    阅读次数:752
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!