Suppose you have a long flowerbed in which some of the plots are planted and some are not. However, flowers cannot be planted in adjacent plots - they ...
分类:
其他好文 时间:
2019-05-04 10:02:08
阅读次数:
116
list.sort()和sorted()都是python的内置函数,他们都用来对序列进行排序,区别在于 list.sort()是对列表就地(in place)排序,返回None;sorted()返回排好序的新列表,原列表不变 list.sort()只适用于列表,sorted()适用于任意可迭代对象 ...
分类:
编程语言 时间:
2019-05-02 21:30:44
阅读次数:
138
[TOC] 1. jupytext features Jupytext can save Jupyter notebooks as Markdown and R Markdown documents, Julia, Python, R, Bash, Scheme, Clojure, Matlab, ...
分类:
其他好文 时间:
2019-05-02 12:00:35
阅读次数:
122
Terrain:地形 Create Terrain 创建地形 Import Heightmap-Raw 导入高度图-Raw格式 Export Heightmap-Raw 导出高度图-Raw格式 Set Resolution 设置变形,地形大小高度等 Mass Place Trees 大规模放置树 F... ...
分类:
其他好文 时间:
2019-05-02 00:31:20
阅读次数:
174
80. Given a sorted array nums, remove the duplicates in-place such that duplicates appeared at most twice and return the new length. Do not allocate e ...
分类:
其他好文 时间:
2019-05-01 18:34:11
阅读次数:
149
[LeetCode] Remove Duplicates from Sorted Array 有序数组中去除重复项 描述 Given a sorted array nums, remove the duplicates in-place such that each element appear o ...
分类:
编程语言 时间:
2019-04-27 00:51:03
阅读次数:
152
linxianli@VM-QS-004 MINGW64 /c/LXL Working-Place/Git-Work $ cd Test/ linxianli@VM-QS-004 MINGW64 /c/LXL Working-Place/Git-Work/Test (master) $ vim aaa... ...
分类:
其他好文 时间:
2019-04-26 13:02:56
阅读次数:
294
需求:1、输入类型是数字。2、数字大小有限制。3、非必填 做法: <el-form-item label="熟悉程度" prop="averageCaseRunTime"> <el-input v-model.number="updatehobby.averageCaseRunTime" place ...
分类:
其他好文 时间:
2019-04-25 17:31:32
阅读次数:
915
从操作系统的角度详解Linux文件系统层次、文件系统分类、文件系统的存储结构、不同存储介质的区别(RAM、ROM、Flash)、存储节点inode。本文参考: http://blog.chinaunix.net/uid-8698570-id-1763151.html http://www.iteye ...
分类:
系统相关 时间:
2019-04-24 23:34:46
阅读次数:
204
9. Bookshops in London 伦敦书店 (1) Londoner are greater readers.They buy vast numbers of newspapers and magazines and even of books—especially paperbacks ...
分类:
其他好文 时间:
2019-04-24 23:33:30
阅读次数:
342