上一页 1 ··· 3 4 5 6 7 8 9 10 下一页
摘要: 一、备份 右键数据库>任务>备份。选择完整模式,导出为xxx.bak文件即可。 二、还原 1、创建sde用户名,新建同名数据库xxx,并指定sde为xxx的拥有者。 2、在master上创建sql查询,执行如下语句: 三、ArcMap连接 1、安装Sqlserver 的客户端连接。 2、在Add D 阅读全文
posted @ 2017-08-14 14:50 松山居士 阅读(408) 评论(0) 推荐(0)
摘要: (1)indicator-sysmonitor & acpi (2)nvidia-prime (3)sogou (4)wps (5)ubuntu-tweak 阅读全文
posted @ 2017-08-13 09:41 松山居士 阅读(144) 评论(0) 推荐(0)
摘要: 话不啰嗦,单刀直入:在C:\ProgramData\Microsoft Visual Studio文件夹下,VS会自动记录IntelliTrace File,久而久之,会无限消耗磁盘空间,直接到塞满C盘,直接删除或禁用VS记录IntelliTrace的相关功能。 阅读全文
posted @ 2017-08-04 16:55 松山居士 阅读(1638) 评论(0) 推荐(0)
摘要: 1、安装Git sudo apt install git 2、配置Git 用户和邮箱: git config --global user.name "xxx" git config --global user.email [email protected] 文件eof设置: git config --globa 阅读全文
posted @ 2017-08-01 11:29 松山居士 阅读(393) 评论(0) 推荐(0)
摘要: 解决方案: 在对应工程的*.pro文件里加上: 则在编译过程中对应的“xxx.ui”文件会自动生成“ui_xxx.h”文件。 阅读全文
posted @ 2017-08-01 11:11 松山居士 阅读(2848) 评论(0) 推荐(1)
摘要: 在x:\Program Files\ArcGIS\Server\tools\passwordreset下有个bat文件,用管理员用户运行它。 阅读全文
posted @ 2017-06-21 14:35 松山居士 阅读(1385) 评论(0) 推荐(0)
摘要: 学习备忘 转自:http://chuna2.787528.xyz/vranger/p/3820783.html 电脑硬盘E盘下,建文件夹“test”,"test"下建立子文件夹“file”,"file"下建子文件夹“data”, 电脑资源管理器显示目录 E:\test\file\data 当前 路径 E 阅读全文
posted @ 2017-03-09 10:24 松山居士 阅读(5558) 评论(0) 推荐(0)
摘要: 在debug的时候,输出到Output需要使用OutputDebugString函数,但部分库的log是采用std::cout输出的,需要用控制台(黑窗)程序来查看输出。有没有一种使用GUI和Output结合的方法来查看std::cout输出的信息呢?有,方法如下: exe工程的属性->Config 阅读全文
posted @ 2017-01-05 14:41 松山居士 阅读(7419) 评论(1) 推荐(3)
摘要: VS+Qt编译一个新建的项目报there's no qt version assigned to this project for platform xxx的错误。 解决方案: 打开Qt_vs_addin的菜单,选择Qt Project Settings,正确设置Version。编译通过。 阅读全文
posted @ 2016-12-29 10:42 松山居士 阅读(2093) 评论(0) 推荐(0)
摘要: 此文仅备忘: 1、安装VS2013_Cn_Ult 2、安装qt-opensource-windows-x86-msvc2013_64-5.7.1 设置环境变量QTDIR,并将其bin加入到path中。 3、安装qt-vs-addin-1.2.5.exe 4、安装cmake-2.4.6-win32-x 阅读全文
posted @ 2016-12-28 17:28 松山居士 阅读(877) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 下一页