A tournament is a directed graph without self-loops in which every pair of vertexes is connected by exactly one directed edge. That is, for any two ve ...
分类:
其他好文 时间:
2019-09-30 14:35:47
阅读次数:
113
csp退役前的做题计划1(真) 因为我太菜了,所以在第一次月考就会退役,还是记录一下每天做了什么题目吧。 任务计划 [ ] Z算法(Z Algorithm) 9.28 "x] ARC061C [たくさんの数式 / Many Formulas" "x] ARC061D [すぬけ君の塗り絵 / Snuk ...
分类:
其他好文 时间:
2019-09-29 23:37:26
阅读次数:
140
【参考文章】:抓包神器 tcpdump 使用介绍 1. 常用参数 -i eth0 抓取 eth0 网卡的数据包 -i any 抓取所有网卡的数据包 -n 不显示域名,直接显示IP -nn 不解析域名和端口 -X 同时以16进制和 ASCII 打印报文内容 -A 只以 ASCII 打印报文数据,抓取 ...
分类:
其他好文 时间:
2019-09-29 19:34:19
阅读次数:
70
造成跨域的两种策略浏览器的同源策略会导致跨域,这里同源策略又分为以下两种DOM同源策略:禁止对不同源页面DOM进行操作。这里主要场景是iframe跨域的情况,不同域名的iframe是限制互相访问的。XmlHttpRequest同源策略:禁止使用XHR对象向不同源的服务器地址发起HTTP请求。只要协议... ...
分类:
其他好文 时间:
2019-09-29 12:51:02
阅读次数:
95
Learn Git and GitHub without any code! Using the Hello World guide, you’ll start a branch, write comments, and open a pull request. Read the guide Lea ...
分类:
其他好文 时间:
2019-09-28 23:18:50
阅读次数:
238
COMP5048 Week 7 Homework1. Dynamic graph visualisation with Gephi1. Open photoviz dynamic.gexf in Gephi. (Ignore any import errors)2. Click "Enable Ti ...
分类:
其他好文 时间:
2019-09-28 20:35:50
阅读次数:
96
http://www.ruanyifeng.com/blog/2019/09/getting-started-with-github-actions.html Actions 是github提供的持续测试和持续部署的操作模块. Continuous Integration : CI 持续集成 Con ...
分类:
其他好文 时间:
2019-09-28 14:54:44
阅读次数:
80
解决办法: 1.查看分支 2.获取所有分支 3.切换到远程master分支: 4.执行git branch,可以看到我们想切换的那个分支 5.从当前的分支切换并新建分支,可以理解为即将新创建的分支是由当前分支出来的 6.建立本地分支和远程分支的追踪关系 7.就可以pull了 参考资料: https: ...
分类:
其他好文 时间:
2019-09-28 14:20:46
阅读次数:
121
Notification: 例子的NotificationCompat使用的是v4包下的,稍微有点老,如果大家使用的话,建议使用v7包下的,通知也没什么好介绍的,直接看代码 MainActivity: package com.fitsoft; import android.app.Notificat ...
分类:
其他好文 时间:
2019-09-27 23:12:03
阅读次数:
102
今天,公司项目某个模块的导出报如下错误: 内存溢出,导出前需要查询的sql如下: 其中表p_invoice_detail 中大概34W条数据,p_invoice_inform_order_detail中大概14W条数据,其它表中数据不超1W条,于是博主各种折腾,建索引,调整连接顺序等,都不起作用,博 ...
分类:
数据库 时间:
2019-09-27 22:58:42
阅读次数:
166