响应式设计: http://wf.uisdc.com/cn/ UI相关: http://www.uisdc.com/ 优设 http://www.xueui.cn/ http://www.xueui.cn/design-theory/learn-ui-1.html 感觉UI也很有意思,慢慢学习 ht ...
分类:
Web程序 时间:
2017-03-07 08:34:26
阅读次数:
258
题意: Description This problem is based on an exercise of David Hilbert, who pedagogically suggested that one study the theory of 4n+1 numbers. Here, we ...
分类:
其他好文 时间:
2017-02-26 14:07:30
阅读次数:
242
Given an integer array with all positive numbers and no duplicates, find the number of possible combinations that add up to a positive integer target. ...
分类:
其他好文 时间:
2017-02-25 17:04:20
阅读次数:
146
大型电商互联网性能优化案例 理论基础 The Theory 平台设计 Platform Design 业务结果 Business Impact 双11优化 架构思考 Architecture Takeaways ... ...
分类:
其他好文 时间:
2017-02-25 12:33:01
阅读次数:
225
为什么要引用理论机制(Theory) 当今软件开发中,测试驱动开发(TDD — Test-driven development)越发流行。为什么 TDD 会如此流行呢?因为它确实拥有很多优点,它允许开发人员通过简单的例子来指定和表明他们代码的行为意图。 TDD 的优点: 然而,TDD 也同样具有一定 ...
分类:
其他好文 时间:
2017-02-20 15:50:54
阅读次数:
170
Given a set of candidate numbers (C) (without duplicates) and a target number (T), find all unique combinations in C where the candidate numbers sums ...
分类:
其他好文 时间:
2017-02-11 11:18:38
阅读次数:
155
<Directory "E:/wamp/www/"> # # Possible values for the Options directive are "None", "All", # or any combination of: # Indexes Includes FollowSymLinks ...
分类:
Web程序 时间:
2017-02-09 23:36:01
阅读次数:
199
Given a collection of candidate numbers (C) and a target number (T), find all unique combinations in C where the candidate numbers sums to T.Each numb... ...
分类:
其他好文 时间:
2017-02-09 00:54:27
阅读次数:
275
[BZOJ4026]dC Loves Number Theory 试题描述 dC 在秒了BZOJ 上所有的数论题后,感觉萌萌哒,想出了这么一道水题,来拯救日益枯竭的水题资源。 给定一个长度为 n的正整数序列A,有q次询问,每次询问一段区间内所有元素乘积的φ(φ(n)代表1~n 中与n互质的数的个数) ...
分类:
其他好文 时间:
2017-01-30 22:50:51
阅读次数:
255
方法:数论 注意last digit只与m的最后一位和m有关,同时,如果了解number theory 中的multiplicative order 的话,就会发现,1-9 mod 10 的order 不是1 就是4, 所以结果只与m的最后一位和n mod 4的结果有关。而n mod 4 的结果只与 ...
分类:
其他好文 时间:
2017-01-30 10:42:59
阅读次数:
212