码迷,mamicode.com
首页 >  
搜索关键字:lc    ( 989个结果
[LC]35题 Search Insert Position (搜索插入位置)
①英文题目 Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted ...
分类:其他好文   时间:2019-09-16 13:38:03    阅读次数:78
[LC]747题 Largest Number At Least Twice of Others (至少是其他数字两倍的最大数)
①中文题目 在一个给定的数组nums中,总是存在一个最大元素 。 查找数组中的最大元素是否至少是数组中每个其他数字的两倍。 如果是,则返回最大元素的索引,否则返回-1。 示例 1: 输入: nums = [3, 6, 1, 0]输出: 1解释: 6是最大的整数, 对于数组中的其他整数,6大于数组中其 ...
分类:其他好文   时间:2019-09-16 10:29:02    阅读次数:90
[LC]219题 Contains Duplicate II (存在重复元素 II )
①英文题目: Given an array of integers and an integer k, find out whether there are two distinct indices i and j in the array such that nums[i] = nums[j] a ...
分类:其他好文   时间:2019-09-15 01:16:06    阅读次数:93
[LC]88题 Merge Sorted Array (合并两个有序数组 )
①英文题目 Given two sorted integer arrays nums1 and nums2, merge nums2 into nums1 as one sorted array. Note: The number of elements initialized in nums1 a ...
分类:编程语言   时间:2019-09-15 01:12:03    阅读次数:89
使用 Vagrant 快速创建虚拟机
使用vagrant和virtualbox快配置三个ubuntu docker 虚拟机 ...
分类:其他好文   时间:2019-09-08 22:39:17    阅读次数:126
我的全栈之路-C语言基础之数据存储
我的全栈之路-C语言基础之数据存储 我的全栈之路 2.1 计算机的计算单位 2.1.1 容量单位 在购买电脑时,通常会选择高配置的内存、硬盘。例如最新款(2019)15寸的macBookPro已经可以选配32G内存和4T的固态硬盘,而这里的32G和4T就是常用的容量单位。 在物理层面,我们使用高低电 ...
分类:编程语言   时间:2019-09-05 09:13:47    阅读次数:120
第几行记录
SELECT * FROM ( SELECT ACCT_NUM, ROW_NUMBER() OVER (PARTITION BY LC ORDER BY ACCT_NUM) AS emp_id FROM ACCOUNT WHERE LC='720220' ) WHERE emp_id>'41404'... ...
分类:其他好文   时间:2019-08-30 21:06:27    阅读次数:68
Test-injection中注入对象,只能直接在 test-injection中直接初始化。
1:离开初始化环境,将会不工作。 例如: 下面的将会出现错误。 DATA lc type ref to ClassA. create object lc. test-injection input_class. lc_classa = lc end-injection. 需要: test-injec ...
分类:其他好文   时间:2019-08-29 13:51:46    阅读次数:57
macos rz sz 上传下载文件使用
主要参考:https://segmentfault.com/a/1190000012166969 需要注意的点: 使用expect自动登录后,不能使用rz和sz命令问题 脚本开头可以加入:export LC_CTYPE=en_US 使用expect自动登录后,不能使用rz和sz命令问题 使用expe ...
分类:Web程序   时间:2019-08-21 14:00:55    阅读次数:148
【centOS】系统执行命令记录到message 日志文件中
linux 简单配置
分类:其他好文   时间:2019-08-14 09:23:55    阅读次数:305
989条   上一页 1 ... 28 29 30 31 32 ... 99 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!