昨天实验CDC,在数据库中执行以下语句的时候出错。EXEC sys.sp_cdc_enable_table @source_schema = N'stg', @source_name = N'CDCSalesOrderHeader', @role_name = N'cdc_role', @s...
分类:
数据库 时间:
2015-01-30 10:36:52
阅读次数:
326
一简明语法来自: http://maxiang.info/二markdown 语法:https://github.com/rhiokim/haroopad/blob/develop/Syntax.md三 markdown工具总结:http://appinn.me/d/83四 windows mark...
分类:
其他好文 时间:
2015-01-28 21:23:52
阅读次数:
347
【Why Go's Declaration Syntax is better than C++?】 Newcomers to Go wonder why the declaration syntax is different from the tradition established in th....
分类:
编程语言 时间:
2015-01-28 11:03:38
阅读次数:
191
>>> map(int,'0')[0]>>> int('-1')-1>>> map(int, l[1])Traceback (most recent call last): File "", line 1, in ValueError: invalid literal for int() with....
分类:
其他好文 时间:
2015-01-28 06:08:44
阅读次数:
369
非兼容模式:set nocp显示行号:set nu搜索不区分大小写:set ignorecase自动折行显示:set linebreak语法高量:syntax on自动缩进:set autoindent设置python缩进格式:autocmd FileType python setlocal tab...
分类:
系统相关 时间:
2015-01-27 21:38:45
阅读次数:
167
输出21世纪中截止某个年份以来的所有闰年年份。注意:闰年的判别条件是该年年份能被4整除但不能被100整除、或者能被400整除。输入格式:输入在一行中给出21世纪的某个截止年份。输出格式:逐行输出满足条件的所有闰年年份,即每个年份占一行。输入若非21世纪的年份则输出"Invalid year!"。输入...
分类:
其他好文 时间:
2015-01-27 21:29:12
阅读次数:
1977
一、在使用高德地图的API的时候,没有办法实现定位,在这里说一下在真机测试的时候出现没法定位应该注意的几点问题和解决方法。
1.将mapView添加到self.view上,[self.view addSubView:self.mapView];
2.在plist文件中添加一个属性NSLocationAlwaysUsageDescription。
3.设置mapView...
分类:
移动开发 时间:
2015-01-27 18:36:44
阅读次数:
353
maven运行时报错:invalid LOC header (bad signature)
分类:
其他好文 时间:
2015-01-27 13:12:40
阅读次数:
160
参考:http://www.w3school.com.cn/xpath/xpath_syntax.aspXPath 使用路径表达式来选取 XML 文档中的节点或节点集。节点是通过沿着路径 (path) 或者步 (steps) 来选取的。XML 实例文档我们将在下面的例子中使用这个 XML 文档。 ....
分类:
其他好文 时间:
2015-01-27 12:47:43
阅读次数:
102
导入工程错误:1.问题:invalid project description解决:选中导入工程的对话框的Copy projects into workspace复选框编译错误:1.问题:layout/xml报错incorrect line ending found carriage return ...
分类:
移动开发 时间:
2015-01-27 00:17:14
阅读次数:
317