码迷,mamicode.com
首页 >  
搜索关键字:mono design    ( 6641个结果
【设计模式】设计原则--面向接口编程你理解的对吗?
最近看了《Head First Design Patterns》这本书。正如其名,这本书讲的是设计模式(Design Patterns),而这本书的第一章,讲的是很重要的一些设计原则(Design Principles)。 Identify the aspects of your applicati ...
分类:其他好文   时间:2020-01-13 13:06:44    阅读次数:75
LoadRunner11 问题记录
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
Game Engine Gems 1 (Eric Lengyel 著)
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
Antd组件库使用方法
零、介绍: Ant design,是阿里巴巴的蚂蚁金服公司设计的一套适应用于web端和移动端网页的Ui组件库,组件好看,非常适合React框架使用。 官网:https://ant.design/index-cn 一、第一步:安装包 引包:cnpm i -S antd 二、全局引用、其实都不这么用,因 ...
分类:其他好文   时间:2020-01-12 19:48:17    阅读次数:122
python装饰器详解
Python的装饰器是面试的常客,因为其写法复杂多变,经常忘记什么地方应该写哪种参数,新手学习起来也经常一头雾水,不怕不怕,看了这一篇你对装饰器的各种用法就全明白了。废话不多说,直接进入主题! 不带参数的函数,不带参数的装饰器 我们先来写一个简单的装饰器,实现将函数运行前后的情况记录下来。 def ...
分类:编程语言   时间:2020-01-11 15:05:48    阅读次数:81
anaconda + pyqt5 + pycharm 安装,测试
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
LeetCode #475 Heaters
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
原文 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 Tracker
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
ant design vue + ts 时遇到的坑之from 表单
在做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
6641条   上一页 1 ... 46 47 48 49 50 ... 665 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!