git clone https://github.com/zh-google-styleguide/zh-google-styleguide.git 上面下载的代码分格是中文的 Google C++ 编码规范(英文)在线地址:http://google-styleguide.googlecode.c ...
分类:
编程语言 时间:
2020-06-30 00:26:14
阅读次数:
163
嘛,明晚要帮阿凝抢裙子 这么好看的裙子我怎么可以抢不到呢! 爱情是第一生产力 首先是 https://github.com/veezean/AutoBuyScripts/archive/master.zip python环境就不说了吧 然后是chromedriver https://chromedr ...
分类:
系统相关 时间:
2020-06-29 19:57:36
阅读次数:
47
agc045_d Lamps and Buttons https://atcoder.jp/contests/agc045/tasks/agc045_d Tutorial 考虑Snuke的策略. 从小到大一次枚举 \(i\) ,按下 \(i\) ,如果 \(p_i=i\) ,则失败,否则可以点亮 \ ...
分类:
其他好文 时间:
2020-06-29 18:39:34
阅读次数:
107
异常描述: 解决方法: 安装nuget包:Microsoft.NET.Sdk.Razor 参考:https://stackoverflow.com/questions/55633137/assembly-location-for-razor-sdk-tasks-was-not-specified ...
分类:
其他好文 时间:
2020-06-29 15:20:25
阅读次数:
92
1、列表列表是最常用的Python数据类型,列表的数据项不需要具有相同的类型,创建一个列表,只要把逗号分隔的不同的数据项使用方括号括起来即可list1 = ['Google', 'Runoob', 1997, 2000]list2 = [1, 2, 3, 4, 5 ]list3 = ["a", "b ...
分类:
编程语言 时间:
2020-06-29 15:12:03
阅读次数:
78
agc045_c Range Set https://atcoder.jp/contests/agc045/tasks/agc045_c Tutorial https://img.atcoder.jp/agc045/editorial.pdf 考虑如何判断是否能得到某个01串 对于长度大于等于$A$ ...
分类:
其他好文 时间:
2020-06-29 13:53:23
阅读次数:
44
Google HTML/CSS 代码风格指南,里面有很多值得借鉴的地方 其中第一条说道,HTML 和 CSS 代码中引用的图片、媒体、CSS 和 JS 文件中的 URL 都可以去掉协议部分(http: 和 https:),比如 <script src="http://www.google-analy ...
分类:
Web程序 时间:
2020-06-29 11:53:00
阅读次数:
113
agc045_b 01 Unbalanced https://atcoder.jp/contests/agc045/tasks/agc045_b Tutorial https://img.atcoder.jp/agc045/editorial.pdf 将0的值看作$-1$,1的值看作$1$,设$su ...
分类:
其他好文 时间:
2020-06-29 10:02:38
阅读次数:
83
问题描述 安装服务端 Tiller helm init --upgrade --tiller-image registry.cn-hangzhou.aliyuncs.com/google_containers/tiller:v2.14.3 --stable-repo-url https://kube ...
分类:
Web程序 时间:
2020-06-29 09:24:36
阅读次数:
119