摘要: Given two sequences pushed and popped with distinct values, return true if and only if this could have been the result of a sequence of push and pop o 阅读全文
posted @ 2018-11-26 14:42 樱花落舞 阅读(253) 评论(0) 推荐(0) 编辑
摘要: Given an array of integers A, a move consists of choosing any A[i], and incrementing it by 1. Return the least number of moves to make every value in  阅读全文
posted @ 2018-11-26 14:38 樱花落舞 阅读(177) 评论(0) 推荐(0) 编辑
摘要: 需要知道的 调音量是可以快捷键的,还可以用Winmm.dll,但是这个过于复杂了,还有左右声道,我们不需要这么复杂。还有个办法 https://stackoverflow.com/questions/14306048/controlling-volume-mixer 代码 阅读全文
posted @ 2018-11-26 11:27 樱花落舞 阅读(4910) 评论(0) 推荐(0) 编辑
摘要: 有关时区自动更新的 在注册表以下路径,start键值3,4表示自动/不自动更新 有关时区更改的 cmd下,有个tzutil可用于更改时区 遗留问题 直接去修改注册表,是不会触发Windows的时区同步的(如果Windows本身可以自动同步),要加一下cmd(管理员权限)命令 阅读全文
posted @ 2018-11-26 10:51 樱花落舞 阅读(1925) 评论(0) 推荐(0) 编辑