打赏
摘要: 水晶报表万能下载链接: AA:32 或者 64 表示操作系统的位数。 BB:10,11,12,13,14 大的版本号。 C:0,1,2,3 小版本号。 DD:2-22 中的数字,2,3,4,5,6,。。。。。22 更改的补丁号。 http://downloads.businessobjects.co 阅读全文
posted @ 2019-05-24 14:59 DanielXiaoyc 阅读(567) 评论(0) 推荐(1)
摘要: C的逻辑思维通常是这么写的: numbers = range(10) evens = [] i = 0 while i < size : if i % 2 == 0: evens.append(i) i += 1 evens [0,2,4,6,8] 而用Python的逻辑思维是这么写的: [ i f 阅读全文
posted @ 2019-05-24 14:47 DanielXiaoyc 阅读(932) 评论(0) 推荐(0)
摘要: 虽然不是一个很大的惊喜,但还是要谢谢 阅读全文
posted @ 2019-05-24 10:40 DanielXiaoyc 阅读(148) 评论(0) 推荐(0)