上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 57 下一页
摘要: 前提 如果一不小心把字符转成utf8的格式,但是却产生了乱码。这个时候要么就是寻找其他的转码方式,要么就不想要了,直接过滤吧。 这里说的是直接过滤的办法。 参考链接 https://netvignettes.wordpress.com/2011/07/03/how-to-detect-encodin 阅读全文
posted @ 2018-11-28 10:36 樱花落舞 阅读(3359) 评论(0) 推荐(0) 编辑
摘要: 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) 编辑
摘要: 存在一个问题 更新完WP-statistics后,不知道为什么出现了一个错误提示:设置GeoIP数据库目录权限时错误,请确保您的Web服务器有权限写入到目录/var/www/html/wordpress/wp-content/uploads/ 开始解决问题 既然说是权限问题,当然就得看看权限有没有设 阅读全文
posted @ 2018-11-21 11:12 樱花落舞 阅读(945) 评论(0) 推荐(0) 编辑
摘要: C - ID Time limit : 2sec / Memory limit : 1024MB Score: 300 points Problem Statement In Republic of Atcoder, there are N prefectures, and a total of M 阅读全文
posted @ 2018-11-04 23:47 樱花落舞 阅读(484) 评论(0) 推荐(0) 编辑
摘要: B - Palace Time limit : 2sec / Memory limit : 1024MB Score: 200 points Problem Statement A country decides to build a palace. In this country, the ave 阅读全文
posted @ 2018-11-04 23:40 樱花落舞 阅读(342) 评论(0) 推荐(0) 编辑
摘要: A - Discount Fare Time limit : 2sec / Memory limit : 1024MB Score: 100 points Problem Statement There is a train going from Station A to Station B tha 阅读全文
posted @ 2018-11-04 23:38 樱花落舞 阅读(274) 评论(0) 推荐(0) 编辑
摘要: A chess knight can move as indicated in the chess diagram below: . This time, we place our chess knight on any numbered key of a phone pad (indicated 阅读全文
posted @ 2018-11-04 15:17 樱花落舞 阅读(239) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 57 下一页