package com.java.chap08.sec02; import java.util.LinkedList; public class TestLinkedList { private static void printLinkedList(LinkedList<String> linke ...
分类:
其他好文 时间:
2017-03-01 10:38:06
阅读次数:
131
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Installation_Guide/chap-anaconda-boot-options.html#sect-boot-options-ins ...
分类:
系统相关 时间:
2017-02-27 21:09:56
阅读次数:
274
其实java数据类型一节就可以全部写完了,为什么还需要字符型和布尔型呢,原因是这俩个都很重要: 字符型用char表示,字符分三种: 普通字符:char a = 'a',普通字符表示一个普通的字符,没有什么实际含义 转义字符:char b = '\\',转义字符表示该字符不代表当前意思,而转义为其他意 ...
分类:
编程语言 时间:
2017-02-26 23:58:47
阅读次数:
353
转载:https://www.renfei.org/blog/weighted-shortest-path.html 图论中,用来求最短路的方法有很多,适用范围和时间复杂度也各不相同。 本文主要介绍的算法的代码主要来源如下: 它们的使用限制和运行时间如下: SPFA: 无限制。运行时间O(k?∣E∣ ...
分类:
编程语言 时间:
2017-02-16 00:12:30
阅读次数:
282
利用js和php导出页面到word的代码: get.php的代码是这样的: 另外,上传的服务器后还需要有权限才能成功. ...
分类:
Web程序 时间:
2017-02-13 16:32:28
阅读次数:
213
题目描述 Goneril is a very sleep-deprived cow. Her day is partitioned into N (3 <= N <= 3,830) equal time periods but she can spend only B (2 <= B < N) no ...
分类:
其他好文 时间:
2017-02-13 13:40:54
阅读次数:
191