03 2015 档案

摘要:1. 插入排序 类似打牌 先写内循环public class Insertion{ public static void sort(Comparable[] a){ int N = a.length; for (int i = 0; i 0 && Utils... 阅读全文
posted @ 2015-03-29 19:05 Mirrorhanman 阅读(119) 评论(0) 推荐(0)
摘要:1. 简单的爬虫 1. xampp开启php的cURL -> xampp/php/php.ini 搜索curl去掉分号即可 2. cmd D: -> cd xampp -> cd php php -f ../htdocs/mirror/curl/curl.php > ../htdocs/m... 阅读全文
posted @ 2015-03-06 17:36 Mirrorhanman 阅读(268) 评论(0) 推荐(0)