2017年5月24日

QProcess调用外部程序不显示界面

摘要: 第二种方法 今天在项目内遇到的问题,需要调用外部程序,但不能显示此程序界面,在网上找了一下,调试出这两种方法。 阅读全文

posted @ 2017-05-24 13:59 jobgeo 阅读(4902) 评论(0) 推荐(0) 编辑

2017年5月23日

QT自定义标题栏的可拖拽窗口

摘要: 由于项目的实际需要,窗口不能使用默认样式,需要实现无边框和qstylesheet加载样式文件,移除标题栏后窗口无法拖动,所有需要在widget的基础上重载mouse的press、move、release三个事件,但由于qwidget不能直接加载style样式,所以在qframe的基础进行重载。 1. 阅读全文

posted @ 2017-05-23 17:28 jobgeo 阅读(5402) 评论(1) 推荐(1) 编辑

2017年5月17日

QT单例多文件日志类

摘要: 1 #ifndef TLOGGER_H 2 #define TLOGGER_H 3 4 #include 5 #include 6 #include 7 8 9 #define TLOG_OPEN(x,y) TLogger::getInstance()->openLog(x,y); 10 #define TLOG_PRINT(y,z) TLogg... 阅读全文

posted @ 2017-05-17 16:32 jobgeo 阅读(781) 评论(0) 推荐(0) 编辑

发展方向

摘要: 1 设计模式 2 系统架构 3 算法要点 阅读全文

posted @ 2017-05-17 09:06 jobgeo 阅读(128) 评论(0) 推荐(0) 编辑

2017年2月21日

GDAL2.1.3 VS2015编译

摘要: 1. 下载最新的gdal2.1.3源代码 2. 解压到gdal-2.1.3 3. 修改nmake.opt文件,屏蔽ODBC_SUPPORTED,否则会有错误提示“odbccp32.lib(dllload.obj) : error LNK2019: unresolved external symbol 阅读全文

posted @ 2017-02-21 09:03 jobgeo 阅读(1682) 评论(0) 推荐(0) 编辑

2016年12月13日

OSRM模型简介

摘要: Smart Directions Powered by OSRM’s Enhanced Graph Model By Dennis Luxen on January 31 2014 Smart Directions Powered by OSRM’s Enhanced Graph Model By  阅读全文

posted @ 2016-12-13 17:02 jobgeo 阅读(3453) 评论(0) 推荐(0) 编辑

OSRM代码调试DEBUG

摘要: 想调试osrm有三种方法: (1)构建osrm的debug工程,需要编译依赖的第三方库(boost,expat,lua,luabind,bzip,zlib,stxxl,tbb等类库),这种方法比较麻烦,暂不细述 (2)第二种方法比较简单,直接在release版本上添加debug信息即可,也可以另存r 阅读全文

posted @ 2016-12-13 16:35 jobgeo 阅读(804) 评论(0) 推荐(0) 编辑

2016年12月12日

OSRM-VS2015编译

摘要: 参考网址: https://github.com/Project-OSRM/osrm-backend/wiki/Windows-Compilation 编译环境依赖: (1) VS2015sp3,需要vs2015的sp3版,否则会有编译错误 (2)Git for Windows: https://g 阅读全文

posted @ 2016-12-12 11:12 jobgeo 阅读(657) 评论(0) 推荐(0) 编辑

2016年12月9日

boost库生成文件命名和编译(转载)

摘要: boost库生成文件命名和编译 Boost库官网:http://www.boost.org/Boost库各个版本下载地址:https://sourceforge.net/projects/boost/files/boost-binaries/ (原址:http://www.cppblog.com/R 阅读全文

posted @ 2016-12-09 09:06 jobgeo 阅读(1780) 评论(1) 推荐(1) 编辑

2016年12月8日

232131

摘要: http://www.cnblogs.com/yyxt/p/4049155.html http://blog.csdn.net/dugaoda/article/details/50231917 http://www.cnblogs.com/sanghg/p/5487509.html 阅读全文

posted @ 2016-12-08 21:36 jobgeo 阅读(214) 评论(0) 推荐(0) 编辑

导航