Time of Update: 2014-07-01
標籤:通過ip擷取相應所在地的地址 藉助qqwry.dat檔案擷取ip歸屬地 曾幾何時通過IP擷取相應所在地的地址一直是一個夢想,曾經為止努力過,但效果並不是很好,現在將努力的成果(某些來源於網路)粘貼出來,希望對某些人有所啟發,倘若有人有新的見解,還望不惜賜教:
Time of Update: 2014-07-01
標籤:spfa 圖論 最短路 兩次SPFA。求 來 和 回 的最短路之和。用Dijkstra+鄰接矩陣確實好寫+方便交換,但是這個有1000000個點,矩陣開不了。d1[]為 1~N 的最短路。將所有邊的 鄰點 交換。d2[] 為 1~N 的最短路。所有相加為 所要答案。憂傷的是用SPFA “HDU 1535” AC了,但是POJ 一樣的題 “POJ 15
Time of Update: 2014-07-01
標籤:style blog color width 檔案 2014 dede在文章頁面顯示作者只是顯示其使用者名稱,但是假如我想把dede改造成較為社交化的網站,我覺得是有必要顯示作者的頭像的,但是官方並沒有相應的模版標籤。在網上看到解決這個問題的辦法基本上是直接在模版頁面調用runphp的程式
Time of Update: 2014-07-01
標籤:adfs dynamics crm encryption msis3014 CRM2013部署完ADFS後通過url在瀏覽器中訪問測試是否成功,成功進入登陸介面但在登陸介面輸入使用者名稱和密碼後始終報身分識別驗證失敗,系統中的報錯資訊如下:Microsoft.IdentityServer.AuthenticationFailedException:
Time of Update: 2014-07-01
標籤:blog http 2014 os 問題 代碼 問題: 連結:點擊開啟連結題意:思路:代碼:#include <iostream>#include <cstdio>#include <cstring>
Time of Update: 2014-07-01
標籤:blog http 2014 os 演算法 代碼 題目: 連結:點擊開啟連結題意: 給一個圖,求1到各點和各點到1最短路。思路:
Time of Update: 2014-07-01
標籤:blog http 2014 os 演算法 代碼 題目: 連結:點擊開啟連結題意: 求最大流速。思路:
Time of Update: 2014-07-01
標籤:hdu 資料結構 題意:一個矩形內每個格子都有一個值 現在有q個操作 每個操作給出座標(x,y)和長度L 每次操作輸出以(x,y)為中心的邊長為L的矩形內的最大值和最小值之和的一半 並將這個值更新到(x,y)座標上思路:區間查詢最大最小值 單點更新 明顯是線段樹的特徵
Time of Update: 2014-07-01
標籤:java leetcode tree 題目Given a binary tree, return the preorder traversal of its nodes‘ values.For example:Given binary tree {1,#,2,3}, 1 2 / 3return [1,2,3].Note:
Time of Update: 2014-07-01
標籤:java leetcode tree 題目Given a binary tree, return the postorder traversal of its nodes‘ values.For example:Given binary tree {1,#,2,3}, 1 2 /
Time of Update: 2014-07-01
標籤:blog color 使用 2014 os 代碼 題目描述:長度為L個單位的畫板,有T種不同的顏料,現要求按序做O個操作,操作分兩種:1.“C A B C”,即將A到B之間的地區塗上顏色C2.“P A
Time of Update: 2014-07-01
標籤:opengl autodesk fbx 這是我的FBX SDK學習筆記,如文有錯誤,麻煩各位大大指出 為什麼要使用FBX SDK?因為3D建模軟體都被AutoDesk收購了,FBX可以在各個建模軟體之間互相匯入匯出,在很多遊戲引擎中也用FBX來直接匯入然後編輯。學會使用FBX SDK後該幹什嗎?用FBX
Time of Update: 2014-07-01
標籤:boost 遍曆 演算法 From:http://stackoverflow.com/questions/8950188/is-it-possible-to-apply-breadth-first-search-algorithm-of-boost-library-to-matri/8953750#8953750我的工作是找出矩陣中一個點到另一個點的最短路徑,且只能按照上下左右移動0 0
Time of Update: 2014-07-01
標籤:blog http 2014 os for io 題目連結:點擊開啟連結#include <cstdio>#include <cstring>#include <algorithm>#include <vector>#include <
Time of Update: 2014-07-01
標籤:blog http 2014 os for io 題目連結:題目連結:點擊開啟連結#include <cstdio>#include <cstring>#include <algorithm>#include
Time of Update: 2014-07-01
標籤:android style blog http color 使用 <span style="font-family: Arial, Helvetica, sans-serif; background-color: rgb(255, 255,
Time of Update: 2014-07-01
標籤:des style blog http 使用 資料 mnesia建立的時候需要指定表record結構,如果定義的record結構修改了,就要更新資料的表結構,否則mnesia無法正常讀取和寫入資料。我們最開始是這樣定義結構的-record(person, {name,
Time of Update: 2014-07-01
標籤:des blog http 檔案 資料 2014 bt種子的hansh值計算,最近忽然對bt種子感興趣了(原因勿問)1. bt種子(概念)bt
Time of Update: 2014-07-01
標籤:style blog http java 使用 2014 SSO統一驗證SSO(Single Sign On
Time of Update: 2014-07-01
標籤:blog http 2014 os cti 代碼 題目: 連結:點擊開啟連結題意:思路:代碼:#include <iostream>#include <cstring>#include