from:http://blog.leanote.com/cate/xp0int/%E7%BD%91%E9%BC%8E%E6%9D%AF [Crypto] permgame - CirQ 全场0血的crypto,然而我相信大家都是卡在其中一步,就是爆破K2上。没有拿到flag,这个解法假设K2已知。 ...
分类:
其他好文 时间:
2020-03-30 15:51:42
阅读次数:
110
1、pow 幂运算(math.h) pow(2,n);//2^n 2、sqrt 开方运算 (math.h) sqrt(n) //开方 x*x = n,返回x https://support.office.com/zh-cn/article/SQRT-%E5%87%BD%E6%95%B0-654975 ...
分类:
编程语言 时间:
2020-03-26 10:53:53
阅读次数:
104
import requestsimport bs4 url = "https://search.bilibili.com/all?keyword=%E7%BA%AA%E5%BD%95%E7%89%87"header={'User-Agent':""}de = requests.get(url)de. ...
分类:
其他好文 时间:
2020-03-21 21:04:39
阅读次数:
95
返回主页 回到顶端 Index of /releases → http://download.redis.io/releases/ make命令 → https://www.baidu.com/s?wd=make%E5%91%BD%E4%BB%A4(百度搜索) Make 命令教程 → http:// ...
分类:
其他好文 时间:
2020-03-15 13:02:17
阅读次数:
58
file:///C:/Users/Administrator/Desktop/%E4%BB%BF%E7%BD%91%E6%98%93.png ...
分类:
其他好文 时间:
2020-03-12 21:57:17
阅读次数:
62
文件上传 【 https://github.com/Davis Samuel/File Upload/blob/master/JavaWeb%E5%8A%9F%E8%83%BD%E6%89%A9%E5%B1%95.md 】 导入pom依赖: FileServlet.java: web.xml注册se ...
分类:
编程语言 时间:
2020-03-11 20:57:04
阅读次数:
71
1、vue less scope的样式中添加全局样式。 使用场景: 例如 <div class="bd" v-html="htmlStr"></div> 其中, htmlStr = '<span class="title">标题</span>' 如果我们使用 scoped样式, .bd .title ...
分类:
移动开发 时间:
2020-03-11 01:24:06
阅读次数:
447
对span标签设置值 → https://www.baidu.com/s?wd=%E5%AF%B9span%E6%A0%87%E7%AD%BE%E8%AE%BE%E7%BD%AE%E5%80%BC Jquery 关于span标签的取值赋值用法 → https://www.cnblogs.com/se ...
分类:
其他好文 时间:
2020-03-10 20:13:50
阅读次数:
72
1.get()采用立即加载方式,而load()采用href="http://www.haosou.com/s?q=%E5%BB%B6%E8%BF%9F%E5%8A%A0%E8%BD%BD&ie=utf-8&src=wenda_link" target="_blank">延迟加载;get()方法执行的 ...
分类:
其他好文 时间:
2020-03-03 13:07:26
阅读次数:
58
剑指offer-37 序列化二叉树题目:思路:自己解答:这个有错误public class Solution { String Serialize(TreeNode root) { if(root == null) return "#!"; StringBuilder bd = new String... ...
分类:
其他好文 时间:
2020-03-02 01:12:37
阅读次数:
69