原创 phpMyAdmin 安裝記錄

安裝: http://www.piaoyi.org/php/phpMyAdmin-install-method-faqs.html 缺少mysqli擴展看這裏:http://www.work90.cn/post/237.html

原创 twoSum

class Solution { public: struct pos { int val; int idx; bool operator < ( const struct pos

原创 自動獲得access_token

http://wtm-mac.iteye.com/blog/1623074  https://github.com/wtmmac/Sina-weibo-api-access-by-python http://ar.newsmth.net/

原创 php 文件下載

http://www.cnblogs.com/ninelands/archive/2012/07/24/2606628.html

原创 POI 讀取word (word 2003 和 word 2007)

http://blog.csdn.net/hemingwang0902/article/details/4381598 點贊 收藏 分享 文章舉報 spkang 發佈了24 篇

原创 ubuntu+eclipse+pydev 記錄

http://www.cnblogs.com/Realh/archive/2010/10/10/1847251.html 點贊 收藏 分享 文章舉報 spkang 發佈了24

原创 fibonacci 數列實現 log(n) and O(n)

#include <iostream> #include <vector> using namespace std; template <typename _type> class fibonacci { priva

原创 python sina api token

http://blog.csdn.net/linjianfengqrh/article/details/7359325 點贊 收藏 分享 文章舉報 spkang 發佈了24 篇

原创 vim 配置

http://blog.csdn.net/luoweifeng1989/article/details/6610133

原创 sublime text ubuntu 安裝

http://www.technoreply.com/how-to-install-sublime-text-2-on-ubuntu-12-04-unity/ 點贊 收藏 分享 文章舉報

原创 題目1384:二維數組中的查找 --九度-online judge

題目描述: 在一個二維數組中,每一行都按照從左到右遞增的順序排序,每一列都按照從上到下遞增的順序排序。請完成一個函數,輸入這樣的一個二維數組和一個整數,判斷數組中是否含有該整數。 輸入: 輸入可能包含多個測試樣例,對於每個測試案例, 輸入

原创 windows 遠程 python mysql

http://blog.csdn.net/maoweiwer/article/details/6553435 https://pypi.python.org/pypi/MySQL-python/1.2.4      下載mysql-p

原创 scikit-learn

http://blog.csdn.net/qujiangtao1986/article/details/8453621 easy_install jieba 點贊 收藏 分享 文章舉報

原创 Reverse Integer -leetcode

Reverse Integer   AC Rate: 1290/3061 My Submissions Reverse digits of an integer. Example1: x = 123, return 321E

原创 Pascal's Triangle II -leetcode

Pascal's Triangle II   AC Rate: 739/2353 My Submissions Given an index k, return the kth row of the Pascal's tri