
tinyxml
lst0426
埋骨何须桑梓地,人生无处不青山。
展开
-
xmlTest
// xmlTest.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include <iostream> #include <string> #include <windows.h> #include <atlstr.h> #include <vector> #define TIXML_USE_STL #include "tinyxml.h" #include "tinystr.h" #prag.原创 2021-07-27 15:29:23 · 395 阅读 · 0 评论 -
XML循环菜单
private void bulidMenu() { int id = 0; int code; if (!checkUser.checkAdmin()) { DataTable tblInf = (DataTable)HttpContext.Current.Session["user_inf"]; DataRow row = tblInf.Rows[0]; ..原创 2021-07-27 14:53:42 · 521 阅读 · 0 评论 -
字符串解析成XML
字符串 ***POP3 **LHTOOL [工具(&LHTOOL)] [转换]^C^CLHTC [连接]^C^CLHBC [--] [->全矩形] [矩形暗柱]^C^CLHWA [C暗柱]^C^CLHWC [柱]^C^CLHDZ [L暗柱]^C^CLHWL [T暗柱]^C^CLHWT [Z暗柱]^C^CLHWZ [TL暗柱]^C^CLHWJ [F暗柱]^C^CLHWF [暗柱]^C^CLHWS [<-计算]^C^CLHWE XML <?xml原创 2021-07-27 13:38:29 · 795 阅读 · 0 评论 -
TinyXML
This tutorial has a few tips and suggestions on how to use TinyXML effectively. I've also tried to include some C++ tips like how to convert strings to integers and vice versa. This isn't anything to do with TinyXML itself, but it may helpful for your pro原创 2021-07-27 11:57:05 · 463 阅读 · 0 评论