- 博客(3)
- 资源 (2)
- 收藏
- 关注
原创 oracle 递归查询 + 条件 + 排序
from group where status=1 start with parentid=0 connect by prior groupid = parentidORDER SIBLINGS by no asc
2016-06-29 16:58:51
3455
转载 SpringMVC中使用patchca生成验证码
一、页面直接使用img标签 二、主要代码如下:@RequestMapping@Controllerpublic class IdentifyCodeController { private static ConfigurableCaptchaService ccs = new ConfigurableCaptchaService(); private static Rando
2016-06-23 14:46:12
322
转载 Java常用判断密码强弱方法
代码如下:public String isStrongPwd(String password) {Map map = new HashMap();for (int i = 0; i int A = password.charAt(i);if (A >= 48 && A map.put("数字", "数字");} else if (A >= 65 && A map.p
2016-06-23 11:16:23
6366
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人