簡單處理IP XML資料

2021-09-01 19:38:50 字數 1356 閱讀 4972

///* 編譯環境: visual c++ */ 

//#include //#include //#pragma comment(lib,"ws2_32.lib")

////int doit(int, char **)

// // printf("host name is: %s\n", host_name);

//// //從主機名資料庫中得到對應的「主機」

// struct hostent *phe = gethostbyname(host_name);

// if (phe == 0)

//// //迴圈得出本地機器所有ip位址

// for (int i = 0; phe->h_addr_list[i] != 0; ++i)

//// return 0;

//}

////int main(int argc, char *argv)

// //

// int retval = doit(argc, argv);

//// wsacleanup();

// return retval;

//}#include #include #include #include #include "tinyxml.h"

#pragma comment(lib, "tinyxml.lib")

#pragma comment(lib, "tinyxmlstl.lib")

using namespace std;

std::string getip()

} pfile -> close();

delete pfile;

session.close();

return std::string(content);

}void getxml(string url)

} pfile -> close();

delete pfile;

session.close();

file.write(content, content.getlength());

file.close();

}void readxml()

child = item->iteratechildren(child);

string addr = child->toelement()->gettext();

if (!addr.empty()) }

int main()

tinyxml的編譯引數要嚴格與所寫程式匹配,比如runtime library use of mfc, character set,否則就會爆出這樣不知所云的錯誤:

pandas簡單處理資料

pandas處理資料 1 建立資料 建立series,讓pandas建立乙個索引 2檢視資料 檢視框架的頂行和底行 head tail 顯示索引 列 基礎numpy資料 index columns valuesdescribe 顯示快速統計摘要 3 缺少資料 刪除缺少資料的行 line.dropna...

簡單資料處理

資料去重 uniq 2,1,2 2,1 刪除陣列的指定項 pull 1,2,3 2 1,3 陣列過濾.uniqby this.nodes,x x.belong 陣列每一項新增checked true array.map x 物件合併 例項 uniqby this.nodes,x x.belong 過...

簡單的資料庫處理

1.對資料庫表查詢處理 string id 1 connection con getconnection getconnection 是連線資料庫 1 string sql selcet from wenxian where id preparedstatement prepstmt con.pre...