- 博客(4)
- 资源 (2)
- 收藏
- 关注
转载 Xmanager连接RedHat GNOME错误:Failed to contact configuration server;
在Redhat AS4上安装了MySQL后,重启后屏幕弹出几个错误对话框,而且整个UI环境为黑底,无菜单和按钮, 其中错误信息为: Failed to contact configuration server; some possible causes are thatyou need to enable TCP/IP networking for ORBit, or you have sta
2014-06-25 08:37:37
1840
转载 必须包含字母,数字不含其它字符且长度大于6的正则表达式
如文章标题: ^(?![^a-zA-Z]+$)(?!\D+$)[a-zA-Z0-9]{6,}$ 结果是简单的过程是复杂的! 另外http://regexpal.com/一个不错的正则表达式测试网站
2013-12-17 21:45:41
5233
转载 HttpServletRequest对象的getAttribute()与getParameter()
当两个Web组件之间为转发关系时,转发源会将要共享 request范围内的数据先用setAttribute将数据放入到HttpServletRequest对象中,然后转发目标通过 getAttribute方法来取得要共享的数据。而MVC中用的就是Web组件之间的转发啊! 下面整理一下getParameter和getAttribute的区别和各自的使用范围。 (1
2013-11-15 14:18:09
1140
转载 常见http错误代码提示
http错误代码含义: "100" : Continue "101" : witching Protocols "200" : OK "201" : Created "202" : Accepted "203" : Non-Authoritative Information "204" : No Content "205" : Reset Content "206
2013-11-13 19:53:29
840
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人