【LeetCode】477. Total Hamming Distance 09 July 2017 Algorithm, Leetcode comments (0) 原文地址:https://leetcode.com/problems/total-hamming-distance/#/descriptionThe Hamming distance&nb [More]
【LeetCode】461. Hamming Distance 09 July 2017 Algorithm, Leetcode comments (0) 原文地址:https://leetcode.com/problems/hamming-distance/#/descriptionThe Hamming distance bet [More]
填坑日志之数据绑定的那些坑~ 27 April 2017 UWP中的那些坑~ comments (0) 先上个代码:MainPage.xaml:<Grid Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> [More]
UWP开发之后台任务 15 April 2017 Windows10 UWP comments (0) 官方文档看这里: https://docs.microsoft.com/zh-cn/windows/uwp/launch-resume/support-your-app-with-background [More]
不使用运算符(+、-、*、/) 来进行四则运算(C#) 05 April 2017 Algorithm comments (0) 最近在LeetCode 上刷题,遇到一个非常有趣的题目,题目的大概意思就是在不使用运算符的情况下实现两个数的加法。。。原题点这里》》》说实话,刚看到这题目,我是一脸懵逼的。后来仔细想想,如果不能用 [More]