上一页 1 2 3 4 5 6 7 8 9 10 ··· 43 下一页
摘要: 编译说明:1、安装 vs 2015(update 3)或 vc 2015 c++ build tools(update 3)。 2、设置 rustup 的代理 (环境变量):(for chinese user only) set RUSTUP_DIST_SERVER=http://mirrors.u 阅读全文
posted @ 2021-03-14 20:17 咸鱼翻身 阅读(925) 评论(0) 推荐(0) 编辑
摘要: INCLUDEPATH += E:\3000_3D_VTK\VTK_8.2.0\Libs_QT_Release\include\vtk-8.2 LIBS+= E:\3000_3D_VTK\VTK_8.2.0\Libs_QT_Release\lib\vtkChartsCore-8.2.libLIBS+ 阅读全文
posted @ 2021-03-11 23:34 咸鱼翻身 阅读(357) 评论(0) 推荐(0) 编辑
摘要: 1、头文件目录和lib库文件目录配置 2、lib附加 vtkChartsCore-9.0d.libvtkCommonColor-9.0d.libvtkCommonComputationalGeometry-9.0d.libvtkCommonCore-9.0d.libvtkCommonDataMode 阅读全文
posted @ 2021-03-04 22:40 咸鱼翻身 阅读(488) 评论(0) 推荐(0) 编辑
摘要: cd xx windeployqt xx.exe 阅读全文
posted @ 2021-03-02 16:35 咸鱼翻身 阅读(113) 评论(0) 推荐(0) 编辑
摘要: 资源目录 https://github.com/electron-userland/electron-builder-binaries/releases 本地目录 C:\Users\Administrator\AppData\Local\electron-builder\Cache 阅读全文
posted @ 2021-02-28 23:31 咸鱼翻身 阅读(344) 评论(0) 推荐(0) 编辑
摘要: # -*- coding: UTF-8 -*- import os import imghdr def get_filelist(dir): for home, dirs, files in os.walk(dir): for filename in files: try: fullname = o 阅读全文
posted @ 2021-02-26 11:29 咸鱼翻身 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 1、Blender2.91.0 2、https://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy 下载GDAL-3.1.4-cp37-cp37m-win_amd64.whl、numpy-1.19.4+vanilla-cp37-cp37m-win_amd64.wh 阅读全文
posted @ 2020-12-09 21:02 咸鱼翻身 阅读(2168) 评论(0) 推荐(0) 编辑
摘要: 1、polygonXY2YX(coordinates) { var yx = [] for (let i = 0; i < coordinates.length; i++) { var yxChild = [] for (let j = 0; j < coordinates[i].length; j 阅读全文
posted @ 2020-11-30 14:23 咸鱼翻身 阅读(265) 评论(1) 推荐(0) 编辑
摘要: // 渲染名为test.html的视图,且视图类型为 JFinal Template renderTemplate(”test.html”); // 生成二维码 renderQrCode("content"); // 渲染名为test.html的视图,且视图类型为FreeMarker renderF 阅读全文
posted @ 2020-11-19 10:02 咸鱼翻身 阅读(510) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/ouyanghuanlin/articles/11207797.html https://www.cnblogs.com/wenhouniba/p/5292219.html https://www.cnblogs.com/quchunhui/p/765 阅读全文
posted @ 2020-11-16 17:19 咸鱼翻身 阅读(126) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 43 下一页