码迷,mamicode.com
首页 >  
搜索关键字:creating domain    ( 5380个结果
Git 使用实例
cmdcd project-directorygit initgit config user.name 'yourname'git config user.email 'youremail@domain.com'git pull https://github.com/yourname/yourrep ...
分类:其他好文   时间:2018-08-08 00:33:48    阅读次数:170
(转)Awsome Domain-Adaptation
Awsome Domain-Adaptation 2018-08-06 19:27:54 This blog is copied from: https://github.com/zhaoxin94/awsome-domain-adaptation This repo is a collection ...
分类:其他好文   时间:2018-08-06 19:49:45    阅读次数:708
Join EC2 into AD with SSM and remote powershell in AWS
1.Create joinad.ps1 2.upload joinad.ps1 into S3 patch 3.run a command "AWS-RunRemoteScript" 4.select instances 5.source type s3 6.source info: {"path" ...
分类:系统相关   时间:2018-08-06 14:36:24    阅读次数:168
DDD(领域驱动设计)
模型驱动设计(Domain Driven Design) 模型关系图(Model-Driven Design) 领域驱动设计中的模型关系图如下: 层结构(Layered Architecture) User Interface 负责向用户展现信息,并且会解析用户行为,即常说的展现层。 Applica ...
分类:其他好文   时间:2018-08-05 22:38:54    阅读次数:445
ajax 无法跳转网页的问题
ajax无法跳转网页。仅用于获取数据。跳转网页要在前端window.location.href 1,跨域访问要设置,crossDomain:true; // dataType : "jsonp",//jsonp可以用于构造二次请求如Callback=getMessageone // jsonp:"C ...
分类:Web程序   时间:2018-08-05 00:38:56    阅读次数:205
[JavaEE] Implement a test for REST endpoint
1. We have the BookEndpoint.java: 2. Creating a test for the REST endpoint: ...
分类:编程语言   时间:2018-08-05 00:28:43    阅读次数:218
mvc core2.1 Identity.EntityFramework Core 实例配置 (四)
https://docs.microsoft.com/zh-cn/aspnet/core/security/authentication/customize_identity_model?view=aspnetcore-2.1 实践 Models->ApplicationRole.cs 1 usin ...
分类:Web程序   时间:2018-08-04 18:45:24    阅读次数:314
dns&bind
DNS是Domain name system的简称,有些地方也称为Domain name server,这东西是一个很大的话题。如果不是要配置DNS服务,只需要理解DNS的解析流程和DNS有关的基本知识即可。如果要配置DNS服务,则可以看完全文。 推荐阅读书籍:《DNS & bind》,第四版有中文 ...
分类:其他好文   时间:2018-08-04 11:42:16    阅读次数:142
summary
using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Reflection; using System.Text; using Syst... ...
分类:其他好文   时间:2018-08-03 18:49:25    阅读次数:147
mvc core2.1 IdentityServer.EntityFramework Core 配置
dotnet new mvc -o IdentityMvc cd IdentityMvc Startup.cs->ConfigureServices using IdentityMvc.Data;using Microsoft.EntityFrameworkCore;using IdentityMv ...
分类:Web程序   时间:2018-08-03 10:45:26    阅读次数:292
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!