码迷,mamicode.com
首页 >  
搜索关键字:about    ( 4393个结果
POJ2594:Treasure Exploration(Floyd + 最小路径覆盖)
Treasure Exploration 题目链接:http://poj.org/problem?id=2594 Description: Have you ever read any book about treasure exploration? Have you ever see any fi ...
分类:其他好文   时间:2018-11-09 00:00:21    阅读次数:205
Bad owner or permissions on $HOME/.ssh/config
摘自:https://www.cnblogs.com/ytjjyy/p/4076442.html The ssh with RHEL 4 is a lot more anal about security checking. In my case, it was the fact that $HOM ...
分类:其他好文   时间:2018-11-08 20:49:45    阅读次数:371
723. Candy Crush
This question is about implementing a basic elimination algorithm for Candy Crush. Given a 2D integer array board representing the grid of candy, diff ...
分类:其他好文   时间:2018-11-08 18:15:35    阅读次数:162
如何用栈实现队列
about 算法 项目介绍 工作之余,代码敲多了,停下来思考思考,会有异常不到的收获。。。只为更好的自己 如何用栈实现队列? 提示下:用一个栈肯定是没办法实现队列,但如果我们有两个栈呢? 分析:栈和队列的特性 栈是先进后出,FILO 出入元素都是在同一端(栈顶) 入栈 1540432924606.p ...
分类:其他好文   时间:2018-11-08 01:11:05    阅读次数:163
JavaScript中的递归
译者按: 程序员应该知道递归,但是你真的知道是怎么回事么? 原文: "All About Recursion, PTC, TCO and STC in JavaScript" 译者: "Fundebug" 为了保证可读性,本文采用意译而非直译。 递归简介 一个过程或函数在其定义或说明中有直接或间接调 ...
分类:编程语言   时间:2018-11-07 16:04:23    阅读次数:209
WiFi direct 的相关特点
There are a few key features to know about Wi-Fi Direct: Wi-Fi Direct enlists a technology known as "Soft AP": Soft AP, in a nutshell, is software-bas ...
分类:其他好文   时间:2018-11-06 15:14:23    阅读次数:174
51 N-Queens
The n-queens puzzle is the problem of placing n queens on an n×n chessboard such that no two queens attack each other. ? Given an integer n, return al... ...
分类:其他好文   时间:2018-11-06 11:21:24    阅读次数:172
RMAN备份压缩你了解多少
About RMAN Block Compression for Backup Sets
分类:其他好文   时间:2018-11-04 19:21:42    阅读次数:144
第三章 router路由
本章,安装router 今天体验一下ui, 在terminal里,执行vue ui 打开ui界面,在上面就有添加vue-router,安装完成,依赖里就能看到了 安装之后,项目中自动出现了router.js和views文件夹。 此时我们运行项目的话。就能看到在绿V的上面多出来了Home|About的 ...
分类:其他好文   时间:2018-11-04 14:09:04    阅读次数:186
RMAN备份压缩你了解多少
About RMAN Block Compression for Backup Sets
分类:其他好文   时间:2018-11-04 11:06:07    阅读次数:179
4393条   上一页 1 ... 71 72 73 74 75 ... 440 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!