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-6745942b1ed9… Read More
mysql 5.7 linux 安装后roo密码是什么? 2016年9月13日 | Leave a comment 问题: mysql 5.7 linux 安装后roo密码是什么? 以前是没有密码的 解决: 查看… Read More
多台服务器通过JPA操作一条记录,如何避免出现脏数据? 2016年9月12日 | Leave a comment 问题: 多台服务器通过JPA操作一条记录,如何避免出现脏数据? 代码如下: [crayon-6745942b1… Read More
Mysql 计算 QPS 2016年8月24日 | Leave a comment 问题: 如何计算数据库的 查询效率 解决: show global status where V… Read More