07 2014 档案

摘要:This procedure is supposed to deal with those number which have decimal part and it's sum should be stable.USE [CHSHMSSGMLICENSE]GO/****** Object: St... 阅读全文
posted @ 2014-07-30 14:18 Roychenfly 阅读(430) 评论(0) 推荐(0)
摘要:http basic authentication 的验证其实是不安全的,但是我们整个系统只用于内部使用作为开源系统redmine 的一个接口,而且密码也用了hash加密算法和salt加密,所以还是可以勉强用用的。这个是代码的实现部分:query($query) or die('Could not ... 阅读全文
posted @ 2014-07-10 12:04 Roychenfly 阅读(379) 评论(0) 推荐(0)