http://www.yiibai.com/spring-security/spring-mvc-4-and-spring-security-4-integration-example.html 在这篇教程文章中,我们将使用Spring Security,Hibernate+MySQL数据库来集成构 ...
分类:
编程语言 时间:
2017-01-25 16:20:26
阅读次数:
1530
2016年过的很快,是被时间追着走。 <!-- more --> 工作 2016年的工作可以分为三大块。 1月份和2月份还在咨询团队。这两个月在某国内大型企业做技术教练。先后开展了TDD、Clean Code、Continus Integration等课程。做咨询的日子每天都有很多挑战,收获也是大大 ...
分类:
其他好文 时间:
2017-01-20 17:39:00
阅读次数:
182
本文就SQL统计分析SSIS包的部署进行一次详细的部署图解教程,Sql Server Integration Services 提供了非常简单的部署工具,利用这些工具可以方便地将包文件(*.dtsx)、包配置文件(*.dtsconfig)以及包的其它相关文件,打包成一个安装文件,以利于到其它计算机安 ...
分类:
其他好文 时间:
2017-01-11 14:23:56
阅读次数:
240
deployment methodIn Redshift1, Deploy process: Drop and Refresh the view, Drop table, Create an empty table using the DDL2, Build data: Insert the dat ...
分类:
其他好文 时间:
2017-01-09 21:54:21
阅读次数:
155
可以执行 SSIS Package ,证明用 SSIS Package 的账户是可以执行成功的。SQL Server Agent 默认指定账号是 Network Service。 那么可以尝试一下将 SQL Server Agent 和 SQL Server Integration Service ...
分类:
其他好文 时间:
2016-12-29 14:23:20
阅读次数:
155
测试 黑盒测试 测试逻辑业务 白盒测试 测试逻辑方法 根据测试粒度 方法测试:function test 单元测试:unit test 集成测试:integration test 系统测试:system test 根据测试暴力程度 冒烟测试:smoke test 压力测试:pressure test ...
分类:
移动开发 时间:
2016-12-29 06:40:27
阅读次数:
218
持续集成(Continuous Integration),也就是我们经常说的 CI,是现代软件开发技术的基础。本文论述了当前软件开发过程中存在的问题,讲解了持续集成、持续集成服务器的概念,最终探讨了为...
分类:
其他好文 时间:
2016-12-26 12:24:19
阅读次数:
214
本部分覆盖了一下内容: Chapter 28, Remoting and web services using Spring -- 使用Spring进行远程和web服务 Chapter 29, Enterprise JavaBeans (EJB) integration -- EJB集成 Chapt... ...
分类:
编程语言 时间:
2016-12-25 11:37:49
阅读次数:
236
1 基础的Web Service平台是XML+HTTP。 2 Web Service平台的元素包括:SOAP(Simple Object Access Protocol)简单对象访问协议; UDDI(Universal Description Discovery and Integration)通用 ...
分类:
Web程序 时间:
2016-12-20 07:46:40
阅读次数:
159
持续集成CI(Continuous Integration)主要包括自动化的编译、发布和测试集成,对于我们信息系统项目开发非常有用。一般开发人员机器上会搭建自己的开发环境,整个项目在服务器上会搭建测试环境,持续集成工具就可以完成整个项目集成部署的自动化,这里主要讲持续集成工具TeamCity7.1. ...
分类:
其他好文 时间:
2016-12-14 11:45:00
阅读次数:
413