今天把vue-router继续下去; 还是跟这个外国网友的学习教程走的。想想也是挺那啥的;国内的东西没有找到相对比较满意是教程反倒是朋友介绍的国外的教程好一点……不多扯上地址:https://scotch.io/courses/build-an-online-shop-with-vue/introd ...
分类:
其他好文 时间:
2019-01-21 19:27:29
阅读次数:
172
https://leetcode.com/problems/network-delay-time/ Runtime: 152 ms, faster than 83.77% of Python3 online submissions forNetwork Delay Time. 1.对heapq的模块 ...
分类:
Web程序 时间:
2019-01-19 22:54:09
阅读次数:
193
Tencent's outsize influence in China's online world is ballast that should steady it as it targets business customers. For sheer scale, WeChat seemsli ...
分类:
其他好文 时间:
2019-01-19 17:35:03
阅读次数:
258
题目链接: "戳我" 算是最大流的模板了吧qwq 建立一个源点和汇点,分别向二分图的两边连边(容量为1) 最后输出方案的时候判断一下边不为0即可。 代码如下 include include include include include define MAXN 100010 using namesp ...
分类:
其他好文 时间:
2019-01-19 13:14:33
阅读次数:
169
题目:https://www.lydsy.com/JudgeOnline/problem.php?id=3277 https://www.lydsy.com/JudgeOnline/problem.php?id=3473 广义后缀自动机:https://www.cnblogs.com/HocRise ...
分类:
其他好文 时间:
2019-01-19 11:22:45
阅读次数:
180
同样是LCT维护一个类似最大生成树的东西。 题目链接: "戳我" emmm其实我在uoj上过不去,加的数据我TLE了。。。。。。 关于push_up的小trick:初始化的时候给0节点也初始化成最大值,然后push_up的时候不用管自己的左右儿子是否为空,直接返回左右儿子中比较小的一个就可以了,然后 ...
分类:
其他好文 时间:
2019-01-18 23:14:04
阅读次数:
203
``` git init git status git add 提交到缓存区 git commit 提交到当前分支 git log git log --pretty=online 版本回退 git reset --hard HEAD^ 或者git reset --hard commit_id 记录每... ...
分类:
其他好文 时间:
2019-01-18 21:21:09
阅读次数:
202
使用Qt自带的程序(MaintenanceTool.exe),在Qt安装目录下; 双击之后会下一步然后点击设置远程库的url 现在我自己使用的是清华源:https://mirrors.tuna.tsinghua.edu.cn/qt/online/qtsdkrepository/,找到自己的环境的文件 ...
分类:
其他好文 时间:
2019-01-18 16:25:03
阅读次数:
238
win7prox64英文版添加中文语言包1、下载语言包,并解压成lp.cab,复制到C盘https://www.froggie.sk/7lp64sp1.html2、管理员运行cmd:DISM/Online/Add-Package/PackagePath:C:\lp.cab3、bcdedit/set{current}localeen-USbcdboot%WinDir%/len-US4、HKEY_LO
分类:
编程语言 时间:
2019-01-17 15:19:12
阅读次数:
294
var labelMap = { onlinePayment:{ label:"在线支付", desc:"支持大部分储蓄卡、信用卡及第三方平台支付", name:"", href:"" }, cashOnDelivery:{ label:"货到付款", desc:"货到付款只支持POS机刷卡支付,不 ...
分类:
其他好文 时间:
2019-01-17 15:18:53
阅读次数:
456