上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 33 下一页

2017年8月23日

nginx配置HTTPS

摘要: 转自 http://blog.csdn.net/IRhythm/article/details/52370339 转自 https://www.liaoxuefeng.com/article/0014189023237367e8d42829de24b6eaf893ca47df4fb5e000 生成自 阅读全文

posted @ 2017-08-23 23:01 dongruiha 阅读(138) 评论(0) 推荐(0)

coreseek(sphinx) 全文检索

摘要: 转自: http://blog.csdn.net/aidandai/article/details/50464793 编译错误解决--sphinx-0.9.9 I tried to install the newest stable 0.9.9 version but got some errors 阅读全文

posted @ 2017-08-23 09:58 dongruiha 阅读(146) 评论(0) 推荐(0)

安装php的sphinx扩展模块

摘要: 转自 http://blog.csdn.net/fenglailea/article/details/38115821 首先你必须已经安装过了sphinx 如何安装sphinx请看:http://blog.csdn.net/fenglailea/article/details/38111661#t0 阅读全文

posted @ 2017-08-23 08:59 dongruiha 阅读(528) 评论(0) 推荐(0)

2017年8月22日

nginx配置https

摘要: 转自 http://blog.csdn.net/weixin_35884835/article/details/52588157 一个需要注意的点就是防火墙要打开443端口 阅读全文

posted @ 2017-08-22 16:13 dongruiha 阅读(171) 评论(0) 推荐(0)

如何让浏览器信任自己颁发的证书

摘要: 如何让浏览器信任自己颁发的证书呢? 只要将之前生成的server.crt文件导入到系统的证书管理器就行了,具体方法: 控制面板 -> Internet选项 -> 内容 -> 发行者 -> 受信任的根证书颁发机构 -> 导入 -》选择server.crt 阅读全文

posted @ 2017-08-22 15:54 dongruiha 阅读(4145) 评论(0) 推荐(0)

nginx https配置后无法访问,可能防火墙在捣鬼

摘要: 转自 http://blog.csdn.net/sinat_21302587/article/details/53641100 同事发现nginx配置后https 无法访问,我帮忙解决的时候从以下出发点 于是就 netstat -anp 查看防火墙开的端口 发现已经在监听了,那肯定是配置问题。 检查 阅读全文

posted @ 2017-08-22 15:49 dongruiha 阅读(787) 评论(0) 推荐(0)

[/usr/local/openssl//.openssl/include/openssl/ssl.h] Error 127

摘要: 转自 http://blog.chinaunix.net/uid-2274226-id-5756596.html nginx+openssl 编译失败,我的软件版本为:openssl-1.0.2j和tengine-2.1.2,提示如下:[/usr/local/openssl//.openssl/in 阅读全文

posted @ 2017-08-22 15:13 dongruiha 阅读(2177) 评论(0) 推荐(0)

编译安装了的nginx 添加http_ssl_module模块

摘要: 1.看下编译安装nginx的时候,都编译安装的哪些模块。 [root@zabbix ~]# /usr/local/nginx/sbin/nginx -V nginx version: nginx/1.10.2 built by gcc 4.4.7 20120313 (Red Hat 4.4.7-17 阅读全文

posted @ 2017-08-22 15:12 dongruiha 阅读(586) 评论(0) 推荐(0)

根据点击事件对象区域的判断,处理不同的逻辑

摘要: $(document).click(function(e){ var idValue = $(e.target).attr("id"); //获取当前点击区域对象的id值 if(idValue !== "productBrand"){ $("#productBrand").attr({"size":1}); }else if(idValue == und... 阅读全文

posted @ 2017-08-22 13:35 dongruiha 阅读(146) 评论(0) 推荐(0)

js如何控制select展开

摘要: 找了一圈也没找到靠谱的方案,后来通过动态的控制select的size属性实现了。 这也算是一种方法吧。 先判断option的数量n,然后把select的size调整到n,当用户选择后,再把size设置为1 阅读全文

posted @ 2017-08-22 11:58 dongruiha 阅读(2057) 评论(0) 推荐(0)

上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 33 下一页

导航