] view plain copy ] view plain copy [cpp] view plain copy .h文件 #include <QSettings> #include <qt_windows.h> HKEY hKey; LPCWSTR subkey; wchar_t keyname Read More
posted @ 2016-06-20 04:34
findumars
Views(6925)
Comments(0)
Diggs(0)
http://blog.csdn.net/emdfans/article/details/42667403 Read More
posted @ 2016-06-20 04:32
findumars
Views(1519)
Comments(0)
Diggs(0)
http://blog.csdn.net/emdfans/article/details/45672679 Read More
posted @ 2016-06-20 04:31
findumars
Views(10173)
Comments(0)
Diggs(1)
http://blog.csdn.net/emdfans/article/details/45718023 Read More
posted @ 2016-06-20 04:27
findumars
Views(9877)
Comments(0)
Diggs(0)
Chr 将一个有序数据转换为一个ANSI字符 Ord 将一个有序类型值转换为它的序号 Round 转换一个实型值为四舍五入后的整型值 Trunc 转换一个实型值为小数截断后的整型值 Int 返回浮点数的整数部分 IntToStr 将数值转换为字符串 IntToHex 将数值转换为十六进制数字符串 S Read More
posted @ 2016-06-20 04:25
findumars
Views(6411)
Comments(0)
Diggs(0)