码迷,mamicode.com
首页 >  
搜索关键字:second    ( 4896个结果
My second blog
2020/1/10 试一下排版。 ...
分类:其他好文   时间:2020-01-11 00:40:28    阅读次数:95
COMP222 - 2019 - Second CA
COMP222 - 2019 - Second CA AssignmentIndividual courseworkTrain Deep Learning AgentsAssessment InformationAssignment Number 2 (of 2)Weighting 10%Assig ...
分类:其他好文   时间:2020-01-10 20:08:41    阅读次数:89
python第十五天
python第十五天 今日内容 常用模块的介绍: time,datetime os,sys hashlib,json,pickle,collections time:和时间相关 封装了获取时间戳和字符串形式的时间的一些方法。 time.time():获取时间戳 time.gmtime([second ...
分类:编程语言   时间:2020-01-10 12:34:53    阅读次数:71
Prometheus监控指标的label注入方法
Prometheus采集监控指标的方式如下图所示,Prometheus Server经过一定的配置可以从各种Exporter主动采集监控数据。广义上的Exporter可以是任何以Prometheus标准暴露监控指标的进程。不过严格来说可以划分为以下两类: 1. 对于Etcd这类应用程序,它们在代码中 ...
分类:其他好文   时间:2020-01-09 20:35:30    阅读次数:497
git:rebase的原理
git:rebase的原理 前提: 在最近的项目中,我碰到这样一个情况:第一版app上线之后,团队紧接着进行第二版本的开发,由于团队成员对git使用不熟悉,所以开发的每一次提交都是往远端master分支上提交。 第一版本打包上线之后,我想让后续的开发中master分支保持代码高可用性,于是在远端建立 ...
分类:其他好文   时间:2020-01-09 19:01:53    阅读次数:176
《c++ primer》书店程序——Chapter2
Sales_data.h 1 #ifndef SALES_DATA_H 2 #define SALES_DATA_H 3 4 #include "Version_test.h" 5 6 #include <string> 7 8 struct Sales_data { 9 std::string b ...
分类:编程语言   时间:2020-01-09 01:28:57    阅读次数:75
SQL server 复习
1、复习 ->select 查询详解 select distinct(去除重复的) \ top … from + 表名 where + 筛选的条件 group by 分组 having order by ->union uninall ->datediff(second,startdate,endd ...
分类:数据库   时间:2020-01-08 22:53:19    阅读次数:87
2018英语一真题 Text1分析
原文 Text 1Among the annoying challenges facing the middle class is one that will probably go unmentioned in the next presidential campaign: What happen ...
分类:其他好文   时间:2020-01-08 14:16:40    阅读次数:435
Codeforces Round #612 (Div. 2)
"Angry Students" "Hyperset" "Garland" "Numbers on Tree" Angry Students $$ Time Limit: 1 s\quad Memory Limit: 256 MB $$ 计算每一个 $A$ 后面有多少个连续的 $P$,然后取最大。 ...
分类:其他好文   时间:2020-01-07 22:35:05    阅读次数:95
html,CSS,JS写一个2021年倒计时
倒计时效果如图: 布局主要用了5个div,主要的js代码如下: <script type="text/javascript"> var s1="2021-1-1,0:0:0"; window.onload=function(){ date(); function zero(i){ return i< ...
分类:Web程序   时间:2020-01-06 23:05:14    阅读次数:215
4896条   上一页 1 ... 55 56 57 58 59 ... 490 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!