题目1 : Saving Tang Monk II 题目1 : Saving Tang Monk II 时间限制:1000ms 单点时限:1000ms 内存限制:256MB 描述 《Journey to the West》(also 《Monkey》) is one of the Four Grea ...
分类:
其他好文 时间:
2018-09-22 21:27:09
阅读次数:
289
做法:优先队列 题目1 : Saving Tang Monk II 做法:优先队列 题目1 : Saving Tang Monk II 时间限制:1000ms 单点时限:1000ms 内存限制:256MB 描述 《Journey to the West》(also 《Monkey》) is one ...
分类:
其他好文 时间:
2018-09-22 18:29:57
阅读次数:
299
package com.gg.test; public class Monkey { static { System.out.println("我是静态块, 我是被第一个调用的, 优先级在所有的之前。 我被 类加载器加载的 "); } { System.out.println("我是 构造块 ,我和 ...
分类:
其他好文 时间:
2018-09-22 00:56:50
阅读次数:
204
1 ERROR 1175 delete from user where username = 'monkey' 编译报错: Error Code: 1175. You are using safe update mode and you tried to update a table without ...
分类:
数据库 时间:
2018-09-18 14:57:45
阅读次数:
143
测试monkey环境是否成功,使用adb shell monkey 1 命令连接时使用夜神模拟器提示 device not found。 我使用的时夜神模拟器,解决 device not found 的方法是执行: adb connect 127.0.0.1:62001 命令,再次执行adb she ...
分类:
其他好文 时间:
2018-09-15 16:35:54
阅读次数:
128
package mytest; import java.util.HashMap; import java.util.Map; //import com.idss.monkey.common.util.IdssHttpClient; //import com.idss.monkey.common.u... ...
分类:
编程语言 时间:
2018-09-14 01:18:21
阅读次数:
178
from greenlet import greenlet import time def test1(): while True: print('----A----') g2.switch() time.sleep(0.5) def test2(): while True: print('----... ...
分类:
其他好文 时间:
2018-09-13 20:24:10
阅读次数:
216
方法1:使用monkey包,直接对pb.go里面的方法进行mock 调用方式: 方法2:使用gomock工具对.proto文件进行mock,生成mock代码 命令:mockgen -source sourcefilename.go > targetfilename.go 生成mock代码后调用如下: ...
分类:
其他好文 时间:
2018-09-13 16:24:22
阅读次数:
1453
原来做过,看大家都做这道题都热情高涨,沈爷爷debug这道题4天,作为告诉他这个题的人,我还有点不好意思。。。我自己也就做了一个小时。 其实这个题思路还好,就是维护每个点的出块次数和跳出块的位置,然后访问的时候直接调用块。 这个题还有一个比较坑的地方,就是每个绵羊只有到队尾的时候才会被弹飞,所以不用 ...
分类:
其他好文 时间:
2018-09-13 01:24:04
阅读次数:
155
恢复内容开始 fiddler 抓取android 和 IOS 包 信息头包含哪些信息 加密方式有哪些,如何进行加密比如银行卡号 如何测试支付 tcp 和 http协议 的关系 http 和 https 超文本传输协议HTTP协议被用于在Web浏览器和网站服务器之间传递信息,HTTP协议以明文方式发送 ...
分类:
数据库 时间:
2018-09-12 20:13:07
阅读次数:
154