CentOS 7.0 安装memcached 并配置密码 2016年9月22日 | Leave a comment 问题: CentOS 7 安装memcached 并配置密码 解决: 安装 memcached [crayo… Read More
nginx + tomcat 配置 https 2016年9月22日 | Leave a comment 问题: 解决: 第一种方式 nginx https +tomcat http ,问题在于这样在… Read More
JSF https 页面 button action return “***?faces-redirect=true” 后变成了http 2016年9月22日 | Leave a comment 问题: JSF https 页面 button action return “***?faces-… Read More
PHP nginx + fpm 如何查看php 日志 2016年9月21日 | Leave a comment 问题: 500出错后如何查看php 日志? 解决: phpinfo 查找 error_log … Read More
JSP 错误页面如何获取 出错的网址是什么 2016年9月21日 | Leave a comment 问题: JSP 错误页面如何获取 出错的网址是什么 解决: [crayon-693461b52f… Read More
JSF @MangedBean 怪异问题 2016年9月20日 | Leave a comment 问题: 代码老出现 “javax.el.PropertyNotFoundException: /p… Read More
iOS10 safari geolocation 不能用了 2016年9月20日 | Leave a comment 问题: iOS10 safari geolocation 不能用了 解决: 实验发现 https… Read More
短网址服务 2016年9月18日 | Leave a comment 问题: 为了发短信减少短信长度,先把网址缩短 发现调用 dwz.cn 不能用了 api.weibo.com 需… Read More
Java ScriptEngine 中 js调用 java function 2016年9月18日 | Leave a comment 问题: 如下代码中 ScriptEngineManager manager = new ScriptEngineManager(); ScriptEngine engine = manager.getEngineByName("js"); engine.eval("a.f1('aaaa')"); 123 ScriptEngineManager manager = new ScriptEngineManager();ScriptEngine engine = manager.getEngineByName("js");engine.eval("a.f1('aaaa')"); f1 是Java Obj… Read More
JAX-RS client 如何 http post 2016年9月18日 | Leave a comment 问题: JAX-RS client 如何 http post 解决: [crayon-693461b5305f… Read More