03 2018 档案

摘要:解决方法一: 使用透明主题 点击项目 在 构建设置 里面找到 Build Android APK 栏目,点击 create templates 创建一个 AndroidManifest.xml 解决方法二: 使用图片替换主题 解决方案三 阅读全文
posted @ 2018-03-27 23:56 學海無涯 阅读(2001) 评论(1) 推荐(0)
摘要:``` std::fstream fs("D:\\xp.wlt",std::ios::binary | std::ios::out); fs.write(cr30x.wltData,1024); fs.close(); //如果去掉 std::ios::binary 标志 ,则会出现 1029字节 大小的文件, // ``` 阅读全文
posted @ 2018-03-23 14:45 學海無涯 阅读(341) 评论(0) 推荐(0)
摘要:`stdafx.h` include "stdafx.h" int main(int argc, char argv[]) { if 0 if (argc != 3) { return 0; } std::fstream fs(argv[1], std::ios::binary | std::ios 阅读全文
posted @ 2018-03-21 19:47 學海無涯 阅读(203) 评论(0) 推荐(0)
摘要:1.首先获取 TKK 参数,这个参数可以在 网页获取, src: 正则表达式: a: b: c: 去掉多余的字符即可 2.其次使用 查询字符串 和 TKK 做 hash 运算 参考链接:https://stackoverflow.com/questions/32053442/google trans 阅读全文
posted @ 2018-03-17 15:42 學海無涯
摘要:Git usage: git [--version] [--help] [-C <path>] [-c name=value] [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path] [-p | --paginate | --n 阅读全文
posted @ 2018-03-12 15:57 學海無涯 阅读(454) 评论(0) 推荐(0)
摘要:Gogs 下载和安装 https://github.com/gogits/gogs # 下载二进制压缩包 不检查服务器证书 root@cheungxiongwei:~# wget --no-check-certificate https://github.com/gogits/gogs/releas 阅读全文
posted @ 2018-03-11 23:15 學海無涯 阅读(923) 评论(0) 推荐(0)
摘要:... 阅读全文
posted @ 2018-03-09 16:10 學海無涯 阅读(352) 评论(0) 推荐(0)
摘要:<! TOC "QWebSocketServer " "Public Types" "Public Function" " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " 阅读全文
posted @ 2018-03-03 18:24 學海無涯 阅读(5419) 评论(1) 推荐(0)
摘要:qdoc.exe 阅读全文
posted @ 2018-03-03 17:48 學海無涯 阅读(588) 评论(0) 推荐(0)
摘要:<! TOC "QWebSocket " "Public Function" " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " 阅读全文
posted @ 2018-03-03 14:23 學海無涯 阅读(8510) 评论(0) 推荐(0)