preface:ldap 主要概念及术语OpenNebula issues:missing step to use LDAP as default drivercp -r /var/lib/one/remotes/auth/ldap /var/lib/one/remotes/auth/default...
分类:
Web程序 时间:
2014-11-15 21:47:41
阅读次数:
352
问题原因由于多个线程同时读写session文件导致有线程的行为被拒绝报错,为了避免这种同时性问题,可以加一些延迟,或者每个线程有自己的副本,最后覆盖唯一的session解决方案https://github.com/webpy/webpy/issues/191https://github.com/we...
分类:
Web程序 时间:
2014-11-14 06:56:38
阅读次数:
222
https://github.com/lifesinger/lifesinger.github.com/issues/184http://www.w3cfuns.com/article-1315-1.html
分类:
Web程序 时间:
2014-11-07 00:53:29
阅读次数:
184
看了一遍关于《扩展SeaJS模块定义中的module参数的应用示例》讲得很不错!自己就尝试一下! http://limu.iteye.com/blog/1136712 https://github.com/seajs/seajs/issues/67 为了能够预加载公共部分模块!使用sea...
分类:
Web程序 时间:
2014-11-04 15:26:21
阅读次数:
266
使用curl 访问基于Authorization Basic认证页面,这是成功的代码function postJsonData($json){ $ch = curl_init("http://localhost/issues.json"); curl_setopt($ch, CURLOP...
分类:
Web程序 时间:
2014-11-01 20:28:18
阅读次数:
183
HIVE 0.11版本的bug
两次{{group by}}的bug
https://issues.apache.org/jira/browse/HIVE-5149
SELECT key, COUNT(*)
FROM (
SELECT key, value, COUNT( * )
FROM src
GROUP BY key, value
) a
GROUP BY key;...
分类:
其他好文 时间:
2014-10-26 22:54:36
阅读次数:
217
Investigating issues with Unmanaged Memory. First steps.
分类:
其他好文 时间:
2014-10-25 09:14:51
阅读次数:
245
常用的 HTML 头部标签https://github.com/yisibl/blog/issues/1HTML head 头标签http://blog.jobbole.com/78592/模式?标准 (浏览器渲染模式)http://padding.me/blog/2014/07/04/mode-o...
分类:
Web程序 时间:
2014-10-24 10:53:24
阅读次数:
302
背景:
1:资料修改页面;
2:邮箱不能重复
修改页面,邮箱默认带出,但字段上带有remote验证,不能重复,焦点由邮箱输入框失去时,会默认触发remote验证,
介绍完毕
解决方案:
当邮箱无变化时,不主动触发remote验证;
翻了github上插件的的issues,看到一篇https://github.com/jzaeff...
分类:
Web程序 时间:
2014-10-20 00:57:16
阅读次数:
638
mybatis3.2.7有一个bug,使用log4j2 (2.0.2)版本时,会找不到类 ,导致启动失败,详见https://github.com/mybatis/mybatis-3/issues/235但没过多久 , 3.2.8就已经修复了这个bug , 最新的mybatis3.2.8下载地址为:...
分类:
数据库 时间:
2014-10-18 22:17:23
阅读次数:
461