1,first go to the settings and configure as below:…
Last month I’ve a chance to develop an app using Sqlite and Entity Framework Code First. Before I started with this project, I thought everything will be easy because Sqlite and Entity Framework are both popular framework. Maybe I just need to instal…
SoapUI. The Swiss-Army Knife of Testing. Whether you’re a tester, developer, business analyst, or manager, SoapUI has something for everyone. From the perspective of non-technical people, you may be more concerned about these : Associate Test Require…
原文 ODE - TSQL convert Query to JSON TSQL - Query to JSON It is my philosophy that good development starts with the data. I have always stressed whenever possible allow your data processing to take place on your SQL server or database processing engin…
意思是   代码评审  或是 代码回顾 代码评审是指在软件开发过程中,通过对源代码进行系统性检查的过程.通常的目的是查找系统缺陷,保证软件总体质量和提高开发者自身水平. Code Review是轻量级代码评审,相对于正式代码评审,轻量级代码评审所需要的各种成本要明显低的多,如果流程正确,它可以起到更加积极的效果.正因如此,轻量级代码评审经常性得被引入到软件开发过程中. Why we do Code Review(为什么进行)编辑1.提高质量2.及早发现潜在缺陷与BUG,降低事故成本.3.促进团队…
This information is from:http://blogs.msdn.com/b/dbrowne/archive/2010/07/08/how-to-configure-an-ssis-package-to-access-a-web-service-using-wcf.aspx When you are connecting to a web service from an SSIS Script component or transform using a WCF client…
This article is from an interview with Zuhaib Siddique, a production engineer at HipChat, makers of group chat and IM for teams. HipChat started in an unusual space, one you might not think would have much promise, enterprise group messaging, but as…
Code Repo: https://github.com/Asinta/ServerlessApp_NetconfChina2020 Prerequisites Visual Studio Code Azure Cli Azure Function Core Tools Azure Account Azure Tools Extension login to azure account What are we going to build? We are going to build an a…
原文地址:https://swlaschin.gitbooks.io/fsharpforfunandprofit/content/learning-fsharp/ Learning F#Functional programming languages need a different approach学习F#函数式编程语言需要不同的学习方法 Functional languages are very different from standard imperative languages, an…
报表打印是报表使用和开发过程中经常碰到的问题,这里汇总了关于Web报表开发打印功能的一些典型应用案例,以应用最广泛的FineReport为例. 案例一:java直接调用报表打印 当java后台定义定时打印的功能,同时又需要直接调用报表的打印的时候,由于打印机型号和纸张不同,需要指定打印机,从而打印是否成功并设置返回值.那么怎么样可以实现这一过程呢? 实现过程 1.定义报表运行环境 2.定义执行模板工作簿 TemplateWorkBook workbook = TemplateWorkBookIO…