码迷,mamicode.com
首页 >  
搜索关键字:contract    ( 509个结果
mysql添加外键约束
ALTER TABLE scm_material_contract ADD CONSTRAINT material_contract_foreignid FOREIGN KEY(form_id) REFERENCES scm_purchase_contract(contract_id) ALTER ...
分类:数据库   时间:2020-02-15 11:41:19    阅读次数:98
Golang1.13.x 解决go get 无法下载问题
安装golang github.com/hyperledger/fabric-contract-api-go依赖包的时候,长时间无响应,最后报如下错误: go: github.com/hyperledger/fabric-contract-api-go@v1.0.0: Get https://pro ...
分类:其他好文   时间:2020-02-11 11:22:14    阅读次数:452
Ethical Hacking - GAINING ACCESS(21)
CLIENT SIDE ATTACKS - Trojan delivery method - using email spoofing Use gathered info to contract targets. (e.g. Maltego, Google ... etc.) Send an ema ...
分类:数据库   时间:2020-02-05 10:15:56    阅读次数:126
WCF中的ServiceHost初始化两种方式
1 代码方式 1 2 3 4 5 6 7 8 9 10 using(ServiceHost host=new ServiceHost(typeof(HelloWordService))) { host.AddServiceEndpoint(typeof(IHelloWordService), new ...
分类:其他好文   时间:2020-02-02 15:35:15    阅读次数:56
Spring Cloud Contract 微服务契约测试框架
简介 使用场景 主要用于在微服务架构下做CDC(消费者驱动契约)测试。下图展示了多个微服务的调用,如果我们更改了一个模块要如何进行测试呢? 传统的两种测试思路 模拟生产环境部署所有的微服务,然后进行测试 优点 测试结果可信度高 缺点 测试成本太大,装一整套环境耗时,耗力,耗机器 Mock其他微服务做 ...
分类:编程语言   时间:2020-01-22 18:14:52    阅读次数:184
Groovy语法糖以及DSL
前言 Why 初次接触到Groovy是在实习中接触到一个 纯Groovy写的项目,当时看了下这不就是没有分号的Java么,而且也是有年纪的语言了,并不想投入时间学习。后来工作中越来越多的看到Groovy的身影,Gradle,Spring Cloud Contract等等都支持Groovy作为DSL( ...
分类:其他好文   时间:2020-01-21 16:20:08    阅读次数:141
WCF中的ABC三要素
Adress :服务地址 Binding :通讯方式(服务通讯 http,tcp ,udp) Contract :服务内容(服务边界) 配置文件 所有的wcf配置都在system.servicemodel 节点下 services:对endpoint进行配置 bindings:对所有binding进 ...
分类:其他好文   时间:2020-01-11 09:26:43    阅读次数:105
especially VS particularly
especially https://www.merriam-webster.com/dictionary/especially 特别地 尤其 1 : specially sense 1 // 特殊地 2 a : in particular : particularly food seems che ...
分类:其他好文   时间:2020-01-01 20:51:36    阅读次数:88
laravel Contracts 的理解与分析
这里以```Illuminate\Contracts\Auth\Guard```为例, contracts作为对象接口,规定实现Guard接口的类必须实现的一些方法。 接下来看```Illuminate\Auth\TokenGuard```类, 在```namespace Illuminate\Au ...
分类:其他好文   时间:2019-12-30 09:55:23    阅读次数:114
IActionDescriptorProvider
namespace Microsoft.AspNetCore.Mvc.Abstractions { /// <summary> /// Defines a contract for specifying <see cref="ActionDescriptor"/> instances. /// </... ...
分类:其他好文   时间:2019-12-27 16:45:08    阅读次数:82
509条   上一页 1 ... 3 4 5 6 7 ... 51 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!