摘要:
eclipse
1st edition april 2004 isbn: 0-596-00641-1334 pages, $44.95 us, $65.95 ca, £31.95 uk -->
o´reilly&a......
摘要:/******雪龙原创*******///版权所有,末经作者同意不得转载
前段忙了好长一段时间,终于有点时间学点新东西了。记得前段看过几篇安全方面的文章,提到sql注入的问题,于是就想做些防注入方面的探索。要防范注入,最重要是对输入的信息,尤其是放到sql语句中执行的信息,进行验证,保证其中不包含恶意的sql元素,而这种验证,正好属于正则表达式的范围,于是对c#的正则表达式进行了实验,以......
新书推荐《AspectJ Cookbook 》
【程序编程相关:
[音乐天堂]Moon River】 【推荐阅读:
颜色调配用的参考,有兴趣可以看看】
【扩展信息:
CCIE考试介绍(一)】
aspectj cookbook
1st edition december 2004 (est.) series: cookbooks isbn: 0-596-00654-3 500 pages, $44.95 us, $65.95 ca, £31.95 uk
this hands-on book shows readers why and how common java development problems can be solved by using new aspect-oriented programming (aop) techniques. with a wide variety of code recipes for solving day-to-day design and coding problems using aop´s unique approach, aspectj cookbook demonstrates that aop is more than just a concept; it´s a development process that will benefit users in an immediate and visible manner. aspectj cookbook
full description
...
下一页 摘要:/******雪龙原创*******///版权所有,末经作者同意不得转载
今天的实验还是比较顺利的,早上正则表达式用得很爽,晚上的md5和sha1加密也是没什么难度就用上了,下面是实验总结(洗衣机在洗衣服,趁机上网写点东西)。
先补充点加密知识:md5和sha1都是散列加密技术,所谓的散列加密就是无论你的输入字符串是什么,有多长,加密后都变成唯一的定长的加密串,md5加密后的密串长......