摘要: View Code 阅读全文
posted @ 2014-09-11 16:41 Roychenfly 阅读(170) 评论(0) 推荐(0)
摘要: 学了两天的VBA 终于自己写了个小程序,excel里面用VBA来处理还真是方便快捷。//这个程序的主要作用是,自动筛选透视图中所用值,每次筛选之后,自动复制这些值到另一个sheet。Sub test()Dim i As IntegerDim j As IntegerDim Max As Intege... 阅读全文
posted @ 2014-08-29 11:23 Roychenfly 阅读(314) 评论(0) 推荐(0)
摘要: 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 阅读(429) 评论(0) 推荐(0)
摘要: http basic authentication 的验证其实是不安全的,但是我们整个系统只用于内部使用作为开源系统redmine 的一个接口,而且密码也用了hash加密算法和salt加密,所以还是可以勉强用用的。这个是代码的实现部分:query($query) or die('Could not ... 阅读全文
posted @ 2014-07-10 12:04 Roychenfly 阅读(377) 评论(0) 推荐(0)