错误弹窗如图: Installation failed with message Failed to finalize session: INSTALL_FAILED_TEST_ONLY:installPackageLI. It is possible that this issue is reso ...
分类:
其他好文 时间:
2017-10-24 01:31:22
阅读次数:
4070
整理了一下文档 今天来构建mariadb 主机还是 centos 172.16.0.200 构建第二个images mkdir ./mysql-dockerfile 下面有三个文件 Dockerfile #构建mariadb-images mysqld_charset.cnf #mariadb #配 ...
分类:
数据库 时间:
2017-10-18 00:23:39
阅读次数:
306
1.The backup set holds a backup of a database other than the existing database solution: (1) delete the database which is new created; (2) Right click ...
分类:
数据库 时间:
2017-10-17 12:44:28
阅读次数:
192
原博客【传送门】 现在需要对已有的要素图层添加字段,尝试以下代码: IFeatureClass pFc= ((IFeatureLayer)lyrRec).FeatureClass; IFieldsEdit fldsE = pFc.Fields as IFieldsEdit;IField fld = ...
分类:
其他好文 时间:
2017-10-17 12:43:23
阅读次数:
184
You are given n strings s1,?s2,?...,?sn consisting of characters 0 and 1. m operations are performed, on each of them you concatenate two existing str ...
分类:
其他好文 时间:
2017-10-15 17:46:05
阅读次数:
276
You are given n strings s1,?s2,?...,?sn consisting of characters 0 and 1. m operations are performed, on each of them you concatenate two existing str ...
分类:
其他好文 时间:
2017-10-06 21:24:22
阅读次数:
330
pwd Print the full filename of the current working directory.打印当前工作目录 -L, --logical use PWD from environment, even if it contains symlinks # 显示当前路径包括l ...
分类:
系统相关 时间:
2017-10-02 19:20:58
阅读次数:
225
ACE中的很多类使用了单例模式,为了便于管理单例对象,ACE使用了一个组件——ACE_Framework_Component来专门管理。 我们以ACE_Reactor这个单例类的创建和释放为例。 1、Reactor.cpp中,包括了类的创建释放。其中,单例模式的接口有两个instance函数提供—— ...
分类:
其他好文 时间:
2017-09-29 19:44:57
阅读次数:
174
最近在做服务的细粒度治理,统一管理所有服务的方法、参数、返回值信息。方便后续的各个模块之间的对接和协作。 目前系统中所有的服务,管理到接口契约粒度,即服务接口声明和服务接口实现。要做服务的细粒度治理: 首先需要将服务的各个方法信息全部反射出来,然后再统一管理。 大致的思路是这样的: 1. 下载所有最 ...
分类:
其他好文 时间:
2017-09-29 13:19:42
阅读次数:
190
https://github.com/PowerShell/PowerShell PowerShell for every system! PowerShell Core is a cross-platform (Windows, Linux, and macOS) automation and c ...
分类:
系统相关 时间:
2017-09-27 19:06:02
阅读次数:
185