码迷,mamicode.com
首页 >  
搜索关键字:extra    ( 2903个结果
PTA数据结构之 List Leaves
Given a tree, you are supposed to list all the leaves in the order of top down, and left to right. Input Specification: Each input file contains one t ...
分类:其他好文   时间:2019-04-16 01:07:43    阅读次数:142
324. Wiggle Sort II
324. Wiggle Sort II 324. Wiggle Sort II Given an unsorted array nums, reorder it such that nums[0] < nums[1] > nums[2] < nums[3].... Example 1: Input: ...
分类:其他好文   时间:2019-04-12 00:39:00    阅读次数:154
【LeetCode每天一题】Remove Element(移除指定的元素)
Given an array nums and a value val, remove all instances of that value in-place and return the new length.Do not allocate extra space for another arr ...
分类:其他好文   时间:2019-04-07 13:04:58    阅读次数:144
1003 Emergency
As an emergency rescue team leader of a city, you are given a special map of your country. The map shows several scattered cities connected by some ro ...
分类:其他好文   时间:2019-04-06 09:32:12    阅读次数:150
Apache环境下配置多个站点的SSL证书
重新创建apache目录中conf/extra/下的httpd-ssl.conf文件 Listen 443 <VirtualHost *.443> DocumentRoot "/var/www/site1" ServerName www.site1.com ServerAlias www.site1 ...
分类:Web程序   时间:2019-04-03 16:44:04    阅读次数:306
leetcode [80]Remove Duplicates from Sorted Array II
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 extra ...
分类:其他好文   时间:2019-04-03 12:22:28    阅读次数:146
Android可折叠式菜单栏
可折叠式菜单栏(CollapsingToolbarLayout)只能作为AppBarLayout的直接子布局来用,而AppBarLayout又必须是CoordinatorLayout的子布局 首先新建新的活动 在activity_fruit.xml中 标题栏 主体 修改activity_fruit中 ...
分类:移动开发   时间:2019-03-31 12:22:14    阅读次数:238
HTTP协议基础篇(帮助理解)
用uml 来描述一个功能是怎样按照时间的顺序完成的 实际的需求(配置网站/配置虚拟主机) 步骤 (1) 打开 apache/conf/httpd.conf 文件 (2)找到hosts文件 c:/windows/system32/drivers/etc/hosts (3) 正式的配置虚拟主机文件htt ...
分类:Web程序   时间:2019-03-30 18:54:52    阅读次数:235
技本功丨请带上纸笔刷着看:解读MySQL执行计划的type列和extra列
本萌最近被一则新闻深受鼓舞,西工大硬核“女学神”白雨桐,获6所世界顶级大学博士录取 货真价值的才貌双全,别人家的孩子 高考失利与心仪的专业失之交臂,选择了软件工程这门自己完全不懂的专业.即便全部归零,也要证明自己,连续3年专业综合排名第一,各种获奖经历写满了5页PPT。成功始于不断的努力和拼搏,在学 ...
分类:数据库   时间:2019-03-28 14:09:49    阅读次数:233
Linux系列之fdisk 分区挂盘
2019/3/28星期四Linux系列之fdisk分区挂盘[root@hadoop04-184~]#df-ThFilesystemTypeSizeUsedAvailUse%Mountedon/dev/mapper/centos-rootxfs47G8.3G39G18%/devtmpfsdevtmpfs3.9G03.9G0%/devtmpfstmpfs3.9G03.9G0%/dev/shmtmpfs
分类:系统相关   时间:2019-03-28 11:11:25    阅读次数:195
2903条   上一页 1 ... 41 42 43 44 45 ... 291 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!