1 check if page load time is within acceptable range2 check page load on slow connections 3 check response time for any action under light, normal, mo ...
分类:
移动开发 时间:
2018-03-29 16:45:35
阅读次数:
226
song = ''' just colse your eyes,the sun is going down you‘ll be all right,no one can hurt you now come morning light ,you and i ’ll be safe and sound ...
分类:
其他好文 时间:
2018-03-26 12:35:17
阅读次数:
159
Light OJ 1002 - Country Roads 1.Dijkstra 1 #include <bits/stdc++.h> 2 using namespace std; 3 4 const int N=555; 5 int d[N]; 6 bool vis[N]; 7 const int ...
分类:
其他好文 时间:
2018-03-19 22:40:43
阅读次数:
213
编译或运行时可能会出现错误: Error:Error retrieving parent for item: No resource found that matches the given name “Theme.AppCompat.Light” 这个问题我在刚开始写“HelloWorld”时就遇 ...
分类:
移动开发 时间:
2018-03-10 21:55:11
阅读次数:
205
一、获取钱包地址 可以使用本地钱包地址。首先到Monero官网下载本地钱包,支持Windows 64-bit、Windows 32-bit、Mac OS X 64-bit、Linux 64-bit、Linux 32-bit、Mobile & Light Wallets以及Hardware Walle ...
分类:
其他好文 时间:
2018-03-10 18:45:01
阅读次数:
3091
Ekka and his friend Dokka decided to buy a cake. They both love cakes and that's why they want to share the cake after buying it. As the name suggeste ...
分类:
其他好文 时间:
2018-03-06 17:08:07
阅读次数:
161
Alice and Bob are playing a game with marbles; you may have played this game in childhood. The game is playing by alternating turns. In each turn a pl ...
分类:
其他好文 时间:
2018-03-05 20:51:00
阅读次数:
151
A great forest is set on fire by a small spark. 最小的火能点着最大的树林。 It is just a spark, but it is enough to light the way forward for me. It is just a spark ...
分类:
其他好文 时间:
2018-03-04 19:59:40
阅读次数:
175
新题目大意: 三个棋子按照先后顺序,可以随意方向合法地走到空位置上(而不是像原题light oj-1055中的一样三个棋子每次走的方向都一致),当三个棋子全部走进目标地点,就结束;求需要指挥的最少次数。 思路: BFS 在每次进行指挥时,需要分别指挥三个棋子,每个棋子至多有五种走法(第五种为原地不动 ...
分类:
其他好文 时间:
2018-03-03 18:17:07
阅读次数:
175
light oj 1055-Going Together 题目大致意思: 简单的三个棋子,每次可以下达一个命令,robots全部按照指令进行前进;若下一步不为空地则停留在原地。 特殊考虑: 1.例如ABC.....,(或者AB#...C——C需要再次向左移动,AB则不能再次移动)A已经在边界上;这时 ...
分类:
其他好文 时间:
2018-03-03 18:15:22
阅读次数:
184