上一页 1 ··· 6 7 8 9 10 11 12 13 下一页
摘要: 2018-01-24 10:27:17 一 简述 http://maven.apache.org/ Apache Maven Project a softeware project management and comprehension tool. Base on the concept of a 阅读全文
posted @ 2018-01-24 18:34 君子之行 阅读(6) 评论(0) 推荐(0)
摘要: 2018-01-15 15:25:20 商品目录 服务层 控制器层 ProductCate 服务层 Controller 控制器层 阅读全文
posted @ 2018-01-15 15:26 君子之行 阅读(339) 评论(0) 推荐(0)
摘要: 2018-01-11 18:19:49 架构 客户体验 Ajax 交互技术。 网站快速加载且响应灵敏,则应该缓存商品数据。 灵活的缓存机制,以支持任何类型的存储(即分布式存储或内存中存储)。 日志功能也需要支持任何类型的日志框架。 实现的功能: 领域层 Domain Layer 超类型 Unit o 阅读全文
posted @ 2018-01-11 18:22 君子之行 阅读(152) 评论(0) 推荐(0)
摘要: 2018-01-11 13:58:43 电商平台 需求 1. 网站的页面展示 页面的布局: Product Catalog (商品目录浏览功能): 首页显示“置顶” 商品; 完整的商品分类列表将显示在 Product Catalog 页面,使得顾客能够查看给定分类中的所有商品。 能够向准备结账的购物 阅读全文
posted @ 2018-01-11 15:11 君子之行 阅读(208) 评论(0) 推荐(0)
摘要: 2018-01-10 14:11:30 电商平台 订购和支付 模块 一: 整体示意图 二:构建一个框架来处理 领域模型内部发生的事情--领域事件 IDomainEvent 标识模型中的 DomainEvent IDomainEventHandler<T> where T : IDomainEvent 阅读全文
posted @ 2018-01-10 14:40 君子之行 阅读(149) 评论(0) 推荐(0)
摘要: 2018-01-09 16:57:51 身份验证服务 应该有两种形式得身份验证机制: 1. 在其他网站上又 Web 账号得顾客在注册或登陆到该网站时候应该能够使用这些账号。 2.没有的顾客或者希望新注册得顾客一颗使用该网站提供得本地身份验证服务。 阅读全文
posted @ 2018-01-09 17:00 君子之行 阅读(202) 评论(0) 推荐(0)
摘要: 2017-12-29 10:09:01 两种用来帮助组织持久化层的数据访问策略: Repository Data Access Objects (DAO与数据表之间存在一对一匹配关系) 优雅地满足数据访问需求的数据模式和原则: Lazy Loading Identity Map Unit of Wo 阅读全文
posted @ 2017-12-29 11:23 君子之行 阅读(147) 评论(0) 推荐(0)
摘要: LeetCode Array Part 1 Easy 2017-12-28 10:01:31 566. Reshape the Matrix 重塑矩阵 https://leetcode.com/problems/reshape-the-matrix/description/ 要求是 实现 Matla 阅读全文
posted @ 2017-12-28 10:21 君子之行 阅读(145) 评论(0) 推荐(0)
摘要: 2017-12-22 09:56:06 Wikipedia "A workflow consists of an orchestrated and repeatable pattern of business activity enabled by the systematic organizati 阅读全文
posted @ 2017-12-22 13:45 君子之行 阅读(646) 评论(0) 推荐(0)
摘要: TensorFlow -- Google 开源的 用于人工智能的开源软件库。 采用数据流图 (data flow graphs ) , 用于数值计算。 使用图 graph 来表示计算任务 在被称之为 会话 Session 的上下文 context 中 执行图 使用 tensor 表示数据 通过 变量 阅读全文
posted @ 2017-12-20 21:06 君子之行 阅读(354) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 下一页