- 博客(30)
- 收藏
- 关注
原创 小程序开发简介
小程序前端的开发和简单的Vue的开发比较相似,可以在每个页面定义一个ViewModel。而原生小程序的开发和简单的Vue也有一些区别,例如小程序有一个全局的应用实例以及路由管理,而这是简单的Vue没有的。同时原生小程序自带了例如网络请求等功能,而Vue需要引入网络请求等的库。总体来说原生小程序的开发是很好上手的,不过在开发过程中也遇到了一些坑,这里简单记录一下在开发过程中遇到的问题。1、全局应用实...
2018-06-30 23:24:27
1524
原创 系统分析与设计第九次作业
系统分析与设计 lesson16使用 ECB 实现 make reservation 用例的详细设计(包含用例简介,顺序图,类图)用例介绍顺序图类图将逻辑设计类图映射到实际项目框架的包图。用树形结构表述实现的包和类...
2018-06-29 22:55:28
257
原创 系统分析与设计第八次作业
系统分析与设计 lesson13描述软件架构与框架之间的区别与联系 区别软件架构:软件架构描述的对象是直接构成系统的抽象组件以及各个组件之间的连接,这些连接明确和相对细致地描述组件之间的通讯。在实现阶段,这些抽象组件被细化为实际的组件,比如具体某个类或者对象,组件之间的连接通常用接口来实现。软件框架:软件框架描述了该领域的共性部分,并提供了一些定义良好的可变点以保证灵活性和可扩展性。软件框...
2018-06-03 21:33:55
325
原创 Vue简单入门
Vue的简介Vue.js 是一套构建用户界面的渐进式框架。关于渐进式,指的是使用可以从简单到复杂,简单的可以只是为一个页面渲染数据,而复杂的是利用组件、路由等构建一个大型的应用。相比于Angular和React,Vue的限制相比之下就少了很多,不需要使用指定的依赖注入、模块以及组件定义。Vue可以使用其他优秀的库,并且可以和已经开发的应用进行融合,而不需要重新开始。Vue 的目标是通过...
2018-04-15 14:24:45
349
原创 [LeetCode] 104. Maximum Depth of Binary Tree
[LeetCode] 104. Maximum Depth of Binary Tree
2018-01-21 18:10:59
131
原创 [LeetCode] 646. Maximum Length of Pair Chain
[LeetCode] 646. Maximum Length of Pair Chain题目描述Given two strings s1, s2, find the lowest ASCII sum of deleted characters to make two strings equal.Example 1: Input: s1 = “sea”, s2 = “eat” Output: 23
2018-01-09 22:33:21
142
原创 [LeetCode] 688. Knight Probability in Chessboard
[LeetCode] 688. Knight Probability in Chessboard
2017-11-29 08:23:12
399
原创 [LeetCode] 646. Maximum Length of Pair Chain
[LeetCode] 646. Maximum Length of Pair Chain
2017-11-29 08:22:34
237
原创 [LeetCode] 718. Maximum Length of Repeated Subarray
[LeetCode] 718. Maximum Length of Repeated Subarray
2017-11-29 08:21:21
178
原创 [LeetCode] 435. Non-overlapping Intervals
[LeetCode] 435. Non-overlapping Intervals
2017-10-21 15:50:40
156
原创 [LeetCode] 199. Binary Tree Right Side View
[LeetCode] 199. Binary Tree Right Side View题目描述Given a binary tree, imagine yourself standing on the right side of it, return the values of the nodes you can see ordered from top to bottom. For exampl
2017-10-02 22:49:50
144
原创 [LeetCode] 332. Reconstruct Itinerary
[LeetCode] 332. Reconstruct Itinerary
2017-09-24 17:56:17
261
原创 [LeetCode] Search a 2D Matrix II
[LeetCode] Search a 2D Matrix II题目描述Write an efficient algorithm that searches for a value in an m x n matrix. This matrix has the following properties: Integers in each row are sorted in ascending fr
2017-09-19 17:44:09
311
原创 [LeetCode] 215. Kth Largest Element in an Array
[LeetCode] 215. Kth Largest Element in an Array
2017-09-11 00:16:32
140
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人