Given an Iterator class interface with methods: next() and hasNext(), design and implement a PeekingIterator that support the peek() operation -- it e ...
分类:
其他好文 时间:
2019-11-24 10:12:24
阅读次数:
58
项目背景 客户已有运行多年的官网老站(PC端),想在今年对老站进行一次UI全面更新、功能全部平移的升级,对接新的运营后端,然后建立官网小程序端且与官网PC端进行联动,使得品牌自有渠道能够更加全面化。 挑战 时间紧。五月份进行Inception Workshop,确定项目交付范围与架构方案。官网六月初 ...
分类:
其他好文 时间:
2019-11-22 19:44:29
阅读次数:
126
一、关联表单项 - 动态增删输入框Input 封装子组件 class ParamsInputArray extends React.Component{ constructor(props){ super(props); } // 改变一组input输入框中的key值和value值 handleCh ...
分类:
其他好文 时间:
2019-11-22 19:18:14
阅读次数:
316
viewport, responsive web design,bootstap
来源:ninghao.net ...
分类:
其他好文 时间:
2019-11-22 01:12:57
阅读次数:
83
转自:http://blog.csdn.net/zhangerqing 有删改 设计模式(Design Patterns) ——可复用面向对象软件的基础 设计模式(Design pattern)是一套被反复使用、多数人知晓的、经过分类编目的、代码设计经验的总结。使用设计模式是为了可重用代码、让代码更 ...
分类:
其他好文 时间:
2019-11-20 12:41:58
阅读次数:
64
python FAQ 参考: https://docs.python.org/zh cn/3.7/faq/design.html why are python strings immutable 1. why python str is immutable? 一个是性能:知道字符串是不可变的,意味着 ...
分类:
编程语言 时间:
2019-11-19 16:54:48
阅读次数:
81
今天做了个简单的反向代理,确一直失败,后来看了相关文档后,捋清思路,记录下来,方便日后使用。 一. 安装nginx: 1. sudo apt-get update 2. sudo apt-get install nginx 二. 配置反向代理: 1. vi /etc/nginx/nginx.conf ...
分类:
其他好文 时间:
2019-11-19 00:43:17
阅读次数:
85
Git (wiki: en chs )是一个免费开源的分布式版本控制系统,由linux内核作者linus Torvalds开发,大型开源项目linux kernel、Android、chromium、mono、dotnet、UE4等都使用Git管理项目 著名github网站使用Git托管所有项目代码 ...
分类:
其他好文 时间:
2019-11-18 18:52:59
阅读次数:
93