码迷,mamicode.com
首页 >  
搜索关键字:sep    ( 2064个结果
airbnb 开源reAir 工具 用法及源码解析(一)
reAir 有批量复制与增量复制功能 今天我们先来看看批量复制功能 一、批量复制 批量复制有三个步骤(stage) ...
分类:其他好文   时间:2018-11-06 20:55:50    阅读次数:271
[VJ][dfs][八连通]Oil Deposits
Oil Deposits Description The GeoSurvComp geologic survey company is responsible for detecting underground oil deposits. GeoSurvComp works with one lar ...
分类:其他好文   时间:2018-11-06 13:41:29    阅读次数:179
[VJ][bfs]Catch That Cow
Catch That Cow Catch That Cow Catch That Cow Description Farmer John has been informed of the location of a fugitive cow and wants to catch her immedi ...
分类:其他好文   时间:2018-11-06 13:35:19    阅读次数:151
常用dos命令(4)
系统管理at 安排在特定日期和时间运行命令和程序shutdown立即或定时关机或重启taskkill结束进程(WinXPHome版中无该命令)tasklist显示进程列表(Windows XP Home Edition中没有)reg 注册表控制台工具atAT命令是Windows XP中内置的命令,它 ...
分类:其他好文   时间:2018-11-05 23:39:01    阅读次数:219
1044 火星数字 (20 分)
火星人是以 13 进制计数的: 地球人的 0 被火星人称为 tret。 地球人数字 1 到 12 的火星文分别为:jan, feb, mar, apr, may, jun, jly, aug, sep, oct, nov, dec。 火星人将进位以后的 12 个高位数字分别称为:tam, hel, ...
分类:其他好文   时间:2018-11-05 23:36:28    阅读次数:140
print 参数
参考print的官方文档 在python中,print默认向屏幕输出指定的文字,例如: >>>print('hello,world')hello world print的完整格式为print(objects,sep,end,file,flush),其中后面4个为可选参数 sep在输出字符串之间插入指 ...
分类:其他好文   时间:2018-11-05 11:07:51    阅读次数:202
Leetcode 784
//这代码可真丑陋,但我学到了两点1:char和string可以无缝互相转换2:char可以直接加减数字进行转换string不行 ...
分类:其他好文   时间:2018-11-04 21:52:35    阅读次数:135
HDU - 5876 :Sparse Graph (完全图的补图的最短路 -BFS&set)
In graph theory, the complement of a graph G is a graph H on the same vertices such that two distinct vertices of H are adjacent if and only if they a ...
分类:其他好文   时间:2018-11-04 21:03:05    阅读次数:157
2018/11/3(python)
1.九九乘法表 2.print() <==不换行 for i in range(1,10): print(i,end=" ",sep="-") eng默认“\n”,sep表分隔符 ...
分类:编程语言   时间:2018-11-04 00:42:27    阅读次数:135
前端页面,整体变成灰色
-webkit-filter(滤镜)有十种效果,分别是: grayscale 灰度 sepia 褐色 saturate 饱和度 hue-rotate 色相旋转 invert 反色 opacity 透明度 brightness 亮度 contrast 对比度 blur 模糊 drop-shadow 阴 ...
分类:其他好文   时间:2018-11-03 11:24:07    阅读次数:783
2064条   上一页 1 ... 66 67 68 69 70 ... 207 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!