码迷,mamicode.com
首页 >  
搜索关键字:mar    ( 776个结果
【python小随笔】字典的替换方法
months = {'JAN' : 1, 'FEB' : 2, 'MAR' : 3, 'APR' : 4, 'MAY' : 5, 'JUN' : 6, 'JUL' : 7, 'AUG' : 8, 'SEP' : 9, 'OCT': 10, 'NOV': 11, 'DEC' : 12} def tes ...
分类:编程语言   时间:2020-05-10 13:19:10    阅读次数:84
测试文章-markdown
欢迎使用 Markdown在线编辑器 MdEditor Markdown是一种轻量级的「标记语言」 Markdown是一种可以使用普通文本编辑器编写的标记语言,通过简单的标记语法,它可以使普通文本内容具有一定的格式。它允许人们使用易读易写的纯文本格式编写文档,然后转换成格式丰富的HTML页面,Mar ...
分类:其他好文   时间:2020-05-08 17:59:39    阅读次数:66
Linux系统如何查看版本信息
原文链接:https://www.cnblogs.com/sunshineliulu/p/8984704.html 1、查看当前操作系统内核信息 uname -a $ uname -a Linux vm-web 3.10.0-693.21.1.el7.x86_64 #1 SMP Wed Mar 7 ...
分类:系统相关   时间:2020-04-29 18:30:44    阅读次数:121
First note
这是我的第一个Markdown note 微软的 MarkPad 中文输入有问题 于是我下载了这个Markdown 2 |第一次尝试|表格一|表格二| |: |: :| :| |第二次尝试|表格二|表格三| | | | | 单元格 | 单元格 | | 单元格 | 单元格 | 上面这个表格格式在Mar ...
分类:其他好文   时间:2020-04-24 20:12:15    阅读次数:109
MySQL/MariaDB随笔二
mariaDB的二进制安装:系统版本和MariaDB版本 [root@192 ~]# cat /etc/redhat-release CentOS Linux release 7.5.1804 (Core) [root@192 ~]# ll |grep mar -rw-r--r--. 1 root ...
分类:数据库   时间:2020-04-24 13:06:03    阅读次数:74
收集器
不同的垃圾收集器代表不同的回收算法Serial收集器是针对新生代的收集器,采用的是Copying算法 Serial Old收集器是针对老年代的收集器,采用的是Mark-Compact算法,标记-压缩算法Parallel 并行收集器 Copying算法Parallel Old收集器 并行收集器 Mar ...
分类:其他好文   时间:2020-04-19 17:34:10    阅读次数:77
解剖毕业项目中的hdr
对不起我解刨不出来 ENVIdescription = { File Resize Result, x resize factor: 1.000000, y resize factor: 1.000000. [Tue Mar 31 12:13:17 2020]}samples = 1304lines ...
分类:其他好文   时间:2020-04-05 22:22:14    阅读次数:102
[FAQ] Git 修改最后一次的提交人和提交时间 ?
$ date -R Tue, 21 Mar 2021 21:08:58 +0800 $ git commit --amend --author="xxx <xxx@email.com>" --date="Tue, 21 Mar 2021 21:08:58 +0800" Link:https://ww ...
分类:其他好文   时间:2020-04-02 15:39:18    阅读次数:147
etcd报错failed to send out heartbeat on time
etcd服务出现了以下报错Mar 23 05:50:44 localhost etcd: failed to send out heartbeat on time (exceeded the 100ms timeout for 2.951502ms) 心跳检测报错主要与以下因素有关(磁盘速度、cpu ...
分类:其他好文   时间:2020-03-30 19:44:12    阅读次数:244
1100 Mars Numbers
People on Mars count their numbers with base 13: Zero on Earth is called "tret" on Mars. The numbers 1 to 12 on Earth is called "jan, feb, mar, apr, m ...
分类:其他好文   时间:2020-03-30 15:49:03    阅读次数:81
776条   上一页 1 2 3 4 5 6 ... 78 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!