最近看了《Head First Design Patterns》这本书。正如其名,这本书讲的是设计模式(Design Patterns),而这本书的第一章,讲的是很重要的一些设计原则(Design Principles)。 Identify the aspects of your applicati ...
分类:
其他好文 时间:
2020-01-13 13:06:44
阅读次数:
75
1. LoadRunner Controller无法创建Vuser。确保您的Load Generator可 在Design页面,Scenario Scripts脚本后面的Load Generators栏Add,Name填上主机IP,本机为localhost。 2.Action.c(8): Error ...
分类:
其他好文 时间:
2020-01-13 11:14:03
阅读次数:
156
Part I Game Engine Design Chapter 1 What to Look for When Evaluating Middleware for Integration Chapter 2 The Game Asset Pipeline Chapter 3 Volumetric ...
分类:
其他好文 时间:
2020-01-12 20:15:54
阅读次数:
106
零、介绍: Ant design,是阿里巴巴的蚂蚁金服公司设计的一套适应用于web端和移动端网页的Ui组件库,组件好看,非常适合React框架使用。 官网:https://ant.design/index-cn 一、第一步:安装包 引包:cnpm i -S antd 二、全局引用、其实都不这么用,因 ...
分类:
其他好文 时间:
2020-01-12 19:48:17
阅读次数:
122
Python的装饰器是面试的常客,因为其写法复杂多变,经常忘记什么地方应该写哪种参数,新手学习起来也经常一头雾水,不怕不怕,看了这一篇你对装饰器的各种用法就全明白了。废话不多说,直接进入主题! 不带参数的函数,不带参数的装饰器 我们先来写一个简单的装饰器,实现将函数运行前后的情况记录下来。 def ...
分类:
编程语言 时间:
2020-01-11 15:05:48
阅读次数:
81
1. 安装sip pip install sip 2.安装pyqt5 pip install PyQt5 pip install PyQt5-tools -i http://pypi.douban.com/simple --trusted-host=pypi.douban.com pip insta ...
分类:
其他好文 时间:
2020-01-11 13:18:20
阅读次数:
117
Question Winter is coming! Your first job during the contest is to design a standard heater with fixed warm radius to warm all the houses. Now, you ar ...
分类:
其他好文 时间:
2020-01-11 09:22:40
阅读次数:
79
原文 Material Design Object Posted on October 29, 2018 Posted on October 29, 2018 Posted on October 29, 2018 Posted on October 29, 2018 Posted on Octobe ...
分类:
其他好文 时间:
2020-01-11 09:18:36
阅读次数:
74
G53MDP Coursework 2 – Running TrackerSummaryIn this exercise you are required to build an Android running tracking application, anddocument its design ...
分类:
其他好文 时间:
2020-01-10 20:19:40
阅读次数:
101
在做vue+ant design vue + ts 时遇到的坑: 1. from表单回显时间日期遇到的问题 我们需要借助 moment 来做一下处理 ant design vue 官方给出 import momentfrom 'moment'; import 'moment/locale/zh-cn ...
分类:
其他好文 时间:
2020-01-10 15:21:43
阅读次数:
300