51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#rs
MonolithFirst
AsIhearstoriesaboutteamsusinga microservicesarchitecture,I'venoticedacommonpattern.Almostallthesuccessfulmicroservicestorieshavestartedwithamonoliththatgot...
代码星球
·
2020-04-04
MonolithFirst
An annotation based command line parser
Java命令行选项解析之Commons-CLI&Args4J&JCommanderhttp://rensanning.iteye.com/blog/2161201ThisisanannotationbasedparameterparsingframeworkforJava8. Hereisaq...
代码星球
·
2020-04-04
An
annotation
based
command
line
手把手教你创建「人物角色Persona」
一、为什么要创建人物角色下图来自Cooperinteractiondesign,同样有购车需求的用户,用车的人不同、各自的目的不同,最终满足需求的车型也有很大差异。对于汽车公司而言,在车辆设计之初,要确定目标人群是谁,为谁而设计。这个时候我们可以引入“人物角色persona”,它清晰的定义了谁是...
代码星球
·
2020-04-04
手把手
教你
创建
人物
角色
maven warnning 'build.plugins.plugin.version' is missing
裝完maven后,package或clean时出错:[WARN][WARN]Someproblemswereencounteredwhilebuildingtheeffectivemodel [WARN]'build.plugins.plugin.version'ismissingfororg.a...
代码星球
·
2020-04-04
maven
warnning
#39build.plugins.plugin.version
is
missing
https Java SSL Exception protocol_version
在java代码中,使用HttpClient爬取https页面时,遇到了这个bug:javax.net.ssl.SSLException:Receivedfatalalert:protocol_version 先奉上初始的代码:1/**2*...
代码星球
·
2020-04-04
https
Java
SSL
Exception
protocol
Code First Migrations: Making __MigrationHistory not a system table
https://blog.oneunicorn.com/2012/02/27/code-first-migrations-making-__migrationhistory-not-a-system-table/ CodeFirstMigrations usesatablecalled _...
代码星球
·
2020-04-04
Code
First
Migrations
Making
MigrationHistory
nuget包管理器控制台下的powershell脚本介绍
http://personball.com/powershell/2016/07/15/powershell-tips定制自己的powershell,减少重复工作安装一系列自己的常用nuget包项目做多了,有时候发现自己新建项目时,总是要花费半天或者几十分钟去新建一个新项目,一个一个地安装完所有常用的包。对于码农,这重...
代码星球
·
2020-04-04
nuget
管理器
控制
台下
powershell
Code First 迁移
https://msdn.microsoft.com/zh-cn/data/jj591621DataAccessandStorage>学习>EntityFramework>开始操作>CodeFirst迁移本演练将提供对实体框架中CodeFirst迁移的概述。您可以完成整个演练,也可以跳至自己感兴...
代码星球
·
2020-04-04
Code
First
迁移
EF Code First Migrations数据库迁移
http://www.cnblogs.com/libingql/p/3330880.html1、EFCodeFirst创建数据库 新建控制台应用程序Portal,通过程序包管理器控制台添加EntityFramework。 在程序包管理器控制台中执行以下语句,安装EntityFramework。PM>Insta...
代码星球
·
2020-04-04
EF
Code
First
Migrations
数据库
关于MarshalByRefObject的解释
http://www.cnblogs.com/webfpc/archive/2010/03/10/1667101.html 首先了解一下不同应用程序域中的对象的通信方式有两种:一种是跨应用程序域边界传输对象副本一种是使用代理交换消息。 简单来讲,继承此类的对象可以跨越应用程序域边界被引用,甚至被远程...
代码星球
·
2020-04-04
关于
MarshalByRefObject
解释
EF和MVC系列文章导航:EF Code First、DbContext、MVC
http://www.cnblogs.com/oppoic/p/ef_code_first_dbcontext.html#title02 ...
代码星球
·
2020-04-04
EF
MVC
系列
文章
导航
EF--Codefirst 加密数据库连接字符串
http://www.tuicool.com/articles/QvYbEn一.EF,CodeFirst加密SQL连接符publicLifeHelpContext():base("SQLConnectionString"){}publicLifeHelpContext(stringsql=@"DataSource=.;...
代码星球
·
2020-04-04
EF--Codefirst
加密
数据库
连接
字符串
Aspect Oriented Programming using Interceptors within Castle Windsor and ABP Framework AOP
http://www.codeproject.com/Articles/1080517/Aspect-Oriented-Programming-using-Interceptors-witDownloadsampleapplication (orseethelateston Github)Intro...
代码星球
·
2020-04-04
Aspect
Oriented
Programming
using
Interceptors
Database Initialization Strategies in Code-First:
YoualreadycreatedadatabaseafterrunningyourCode-Firstapplicationthefirsttime,butwhataboutthesecondtimeonwards??Willitcreateanewdatabaseeverytimeyouruntheapplicat...
代码星球
·
2020-04-04
Database
Initialization
Strategies
in
Code-First
AspNetUsers
publicclassCanDooDbContext:DbContextBase<CanDooDbContext>{protectedoverridevoidOnModelCreating(DbModelBuildermodelBuilder){if(modelBuilder==null){thrownew...
代码星球
·
2020-04-04
AspNetUsers
首页
上一页
...
149
150
151
152
153
...
下一页
尾页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他