浅谈人脸识别中的loss 损失函数 2019-04-17 17:57:33 liguiyuan112 阅读数 641更多 分类专栏: AI 人脸识别 浅谈人脸识别中的loss 损失函数 2019-04-17 17:57:33 liguiyuan112 阅读数 641更多 分类专栏: AI 人脸识别 ...
分类:
其他好文 时间:
2019-10-03 12:59:59
阅读次数:
89
我们使用我们需要使用泛型的知识 IBaseDao ()我们需要解决的问题是,怎么通过泛型找到是什么类 /*// 获取当前new的对象的泛型的父类类型ParameterizedType pt=(ParameterizedType)this.getClass().getGenericSuperclass ...
分类:
其他好文 时间:
2019-09-27 22:45:27
阅读次数:
114
打开题目链接,提示我们查看cookie,cookie是HTTP协议中的一个重要参数,(对HTTP协议不是很熟悉的friends可以看看这个“HTTP协议其实就是这么简单”) 查看cookie的方法有很多,可以通过浏览器查看,不过建议直接查看HTTP报头,以加深对HTTP协议的理解。 此处使用Burp ...
分类:
其他好文 时间:
2019-09-27 01:54:33
阅读次数:
519
Dawid has four bags of candies. The ii-th of them contains aiai candies. Also, Dawid has two friends. He wants to give each bag to one of his two frie ...
分类:
其他好文 时间:
2019-09-24 13:51:55
阅读次数:
83
BIG3CLIK6F-eyJsaWNlbnNlSWQiOiJCSUczQ0xJSzZGIiwibGljZW5zZWVOYW1lIjoibGFuIHl1IiwiYXNzaWduZWVOYW1lIjoiIiwiYXNzaWduZWVFbWFpbCI6IiIsImxpY2Vuc2VSZXN0cmljdGl ...
分类:
其他好文 时间:
2019-09-22 18:05:57
阅读次数:
136
判断栈溢出长度 单字节爆破Canary BROP gadgets 寻找libc_csu_init的结尾一长串的 gadgets ...
分类:
其他好文 时间:
2019-09-16 23:49:52
阅读次数:
202
__libc_csu_init _init _start call_gmon_start deregister_tm_clones register_tm_clones __do_global_dtors_aux frame_dummy __libc_csu_init __libc_csu_fini ...
分类:
其他好文 时间:
2019-09-16 21:50:15
阅读次数:
88
from wxpy import * ## 导入wxpy模块全部发方法bot = Bot(cache_path=True) ## 登入网页版微信 cache_path = True 是设置缓存,不用每次登入扫码print('robot运行中')#one_friend = bot.friends(up ...
分类:
微信 时间:
2019-09-16 14:46:12
阅读次数:
158
https://csustacm.fun/problem/2033 这个题目还是比较简单的,但是比赛的时候没有像清楚,用了一个不太熟悉的数据结构主席树, 所以出现了bug,主席树的bug是真的难找。 这个题目就是首先用dfs+线段树求出每一个富翁的val 然后用二分加线段树来找位置。 #includ ...
分类:
其他好文 时间:
2019-09-15 10:58:49
阅读次数:
97
题目链接: "HDU 5119" Problem Description Matt has N friends. They are playing a game together. Each of Matt’s friends has a magic number. In the game, Mat ...
分类:
移动开发 时间:
2019-09-14 00:48:37
阅读次数:
116