02 2018 档案

摘要:``` #兼容 XP VS2015 5.01 版本 win32 { QMAKE_LFLAGS_WINDOWS = /SUBSYSTEM:WINDOWS,5.01 QMAKE_LFLAGS_CONSOLE = /SUBSYSTEM:CONSOLE,5.01 #DEFINES += _ATL_XP_TARGETING QMAKE_CFLAGS += /D _USING_V110_SDK71_ QMAK... 阅读全文
posted @ 2018-02-26 10:48 學海無涯 阅读(1178) 评论(0) 推荐(0)
摘要:根据实际需求 `临时接收缓冲区大小` 阅读全文
posted @ 2018-02-24 13:13 學海無涯 阅读(1029) 评论(0) 推荐(0)
摘要:```go package main import ( "net/http" "fmt" ) func main() { app := http.NewServeMux() app.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) { fmt.Fprintln(w,fmt.Sprint("Method:",r.... 阅读全文
posted @ 2018-02-19 18:33 學海無涯 阅读(166) 评论(0) 推荐(0)
摘要:重新编译 qt 静态库即可,或 删除该动态库。 no feature d3d12 解决方案请参考如下网址: https://forum.qt.io/topic/78380/entry point not found the procedure entry point createdxgifactor 阅读全文
posted @ 2018-02-12 19:48 學海無涯 阅读(11382) 评论(1) 推荐(0)
摘要:windows 如何编译 Openssl ? 编译环境 VS2015 Openssl 1.0.2 ActivePerl 5.24.3 x64 编译步骤 1. 安装 期间,勾选添加至 选项 2. 下载 "OpenSSL" 3. 解压 OpenSSL ,使用 vs2015 开发者命令行控制台 4. 至 阅读全文
posted @ 2018-02-10 20:50 學海無涯 阅读(258) 评论(0) 推荐(0)