码迷,mamicode.com
首页 >  
搜索关键字:architecture    ( 1570个结果
ASP.NET Core基于微软微服务eShopOnContainer事件总线EventBus的实现
这个EventBus的实现是基于微软微服务https://github.com/dotnet-architecture/eShopOnContainers项目的,我把它从项目中抽离出来,打包成nuget包方便大家快速集成到项目中 从Nuget.org中安装 PM> Install-Package T ...
分类:Web程序   时间:2019-10-08 19:04:46    阅读次数:111
安卓构架组件——向项目添加组件(Adding Components to your Project)
在开始之前,建议阅读 应用架构指南。 Before getting started, we recommend reading the Architecture Components Guide to App Architecture. The guide has some useful princ... ...
分类:移动开发   时间:2019-10-04 18:46:06    阅读次数:127
安卓构架组件——概述 Android Architecture Components
谷歌官文文档地址:https://developer.android.google.cn/topic/libraries/architecture 安卓构架组建是库的集合:帮助你设计健壮的、易测试的、可维护的应用。使用类作为入口管理UI组建的生命周期和处理数据持久化。 Android archite... ...
分类:移动开发   时间:2019-10-04 12:59:30    阅读次数:117
Simple Microservices Architecture on AWS
Typical monolithic applications are built using different layers—a user interface (UI) layer, a business layer, and a persistence layer. A central ide ...
分类:其他好文   时间:2019-10-02 14:21:49    阅读次数:109
ISA, ABI, API区别
Level of Abstraction = Implementation layer + :Instruction Set Architecture, ISA refers to the instructions and registers a CPU has available. + :Appl ...
分类:Windows程序   时间:2019-09-30 15:00:23    阅读次数:122
Neural Architecture Search — Limitations and Extensions
Neural Architecture Search — Limitations and Extensions 2019-09-16 07:46:09 This blog is from: https://towardsdatascience.com/neural-architecture-sear ...
分类:其他好文   时间:2019-09-16 09:21:03    阅读次数:84
《构建之法》第一章术语及书中部分问题解答
? 第一章专业术语: * 软件=程序+软件工程 * 程序=数据结构+算法 * 软件服务 * 软件架构(Software Architecture) * 软件设计与实现(Sofeware Design,Implementation and Debug) * 软件构建 * 源代码管理(Source Co ...
分类:其他好文   时间:2019-09-12 23:20:52    阅读次数:92
u-boot Kconfig结构解析
1 /u-boot-2019.07/Kconfig source "arch/Kconfig" 2 /u-boot-2019.07/arch/Kconfig -->有一个一个选项,可以选择ARM architecture choice prompt "Architecture select" def ...
分类:其他好文   时间:2019-09-12 18:13:06    阅读次数:194
linux基础(一)
linux基础(一) 1. 查看系统信息 查看发行版:cat /etc/centos release 或者 lsb_release a 修改版本号:nano(nano为字符界面编辑文本文件) 查看内核版本 uname r 查看cpu 信息 shell ~] lscpu Architecture: x ...
分类:系统相关   时间:2019-09-11 13:47:14    阅读次数:115
对初学软件工程的一些想法
1.第一章出现的专业术语整理 加粗专业名词: 软件架构(Software Architecture), 软件设计与实现(Software Design,Implementation and Debug), 源代码管理 (Source Code Control) , 配置管理(Software Con ...
分类:其他好文   时间:2019-09-09 19:41:20    阅读次数:85
1570条   上一页 1 ... 14 15 16 17 18 ... 157 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!