https://www.luogu.com.cn/problem/P1478 1 #include<bits/stdc++.h> 2 using namespace std; 3 int n, s, a, b; 4 struct apple{ //结构体定义苹果的高度和摘苹果所用的力气 5 int ...
分类:
移动开发 时间:
2020-07-23 15:54:43
阅读次数:
85
vertical-align MDN链接:https://developer.mozilla.org/zh-CN/docs/Web/CSS/vertical-align 张鑫旭: 我对css-vertical-align的一些理解与认识(一):https://www.zhangxinxu.com/w ...
分类:
其他好文 时间:
2020-07-23 15:54:18
阅读次数:
68
https://cloud.tencent.com/developer/devdocs 1.设计原则(1)YAGNIYou Aren't Gonna Need It,你不会需要它;不写不需要的功能 (2)KISSKeep It Simple and Stupid,让你的代码越简单/傻瓜越好(3)OC ...
分类:
其他好文 时间:
2020-07-23 01:46:57
阅读次数:
121
课程目标: 1、解释如何构建ReFramework模板; 2、解释ReFramework模板是如何工作的; 3、使用ReFramework来自动化您自己的流程。 一、课程里面涉及的系统 ACME System 1 :https://acme-test.uipath.com/login 可以先去注册一 ...
分类:
其他好文 时间:
2020-07-22 20:45:59
阅读次数:
112
下载对应的tar版本:https://developer.nvidia.com/nvidia-tensorrt-6x-download 解压安装包 version="6.0.1.8" os="Ubuntu-16.04" arch=$(uname -m) cuda="cuda-10.2" cudnn= ...
分类:
其他好文 时间:
2020-07-22 16:16:34
阅读次数:
197
2020年精心收集的十个Java开发网站,你值得拥有
分类:
编程语言 时间:
2020-07-22 16:07:06
阅读次数:
66
首先我们还是要先备份下: sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak 更改源(使用vim编辑器或者gedit编辑器) sudo vim /etc/apt/sources.list 或者 sudo gedit/etc/apt/sour ...
分类:
系统相关 时间:
2020-07-22 02:04:27
阅读次数:
111
1 # 2 # s = 'nihao' 3 # count = 0 4 # for i in s : 5 # count += 1 6 # print(count) 7 8 # dic = dict(('name','apple')) 9 # print(dic) 10 11 # def mylen ...
分类:
其他好文 时间:
2020-07-21 13:42:58
阅读次数:
67
1. 什么是行为参数化 行为参数化主要是为了应对需求的变化,减少代码的变动冗余、变动,应对行为标准建模,方式可以为定义接口,下面以一个例子说明行为参数化的必要性 2. 需求一 有一个Apple类,属性包括颜色、重量等,现在用户需求为:筛选出苹果重量>100的苹果,这个需求很简单,很容易想到的实现如下 ...
分类:
编程语言 时间:
2020-07-21 09:40:14
阅读次数:
67
1,安装Python: Linux、Windows、Apple均可,或者通过应用商店,或者从官网下载安装。 Linux可以apt-get,但往往不是最新版。最新版从官网下载安装更好。 2,安装/升级模块: $ curl https://bootstrap.pypa.io/get-pip.py -o ...
分类:
编程语言 时间:
2020-07-20 22:33:40
阅读次数:
129