Learn css layout CSS-tricks scotch vue-material devdocs ...
分类:
Web程序 时间:
2018-10-30 17:24:23
阅读次数:
202
It's one thing to talk about decorating a small space—try under-counter refrigerators instead of a huge tall one, we might advise—but quite another to ...
分类:
其他好文 时间:
2018-10-29 20:12:04
阅读次数:
189
如何提高深度学习性能20 Tips, Tricks and Techniques That You Can Use ToFight Overfitting and Get Better GeneralizationHow can you get better performance from you... ...
分类:
其他好文 时间:
2018-10-12 23:42:59
阅读次数:
242
class Dog: def __init__(self, name): self.name = name self.tricks = [] # creates a new empty list for each dog def add_trick(self, trick): self.tricks... ...
分类:
编程语言 时间:
2018-09-26 17:48:59
阅读次数:
202
shift+enter 运行程序 Tab 代码补全 shift+Tab 查看函数说明 shift+Tab+Tab 查看函数详细说明 https://www.dataquest.io/blog/jupyter-notebook-tips-tricks-shortcuts/ https://blog.c ...
分类:
其他好文 时间:
2018-08-18 00:46:00
阅读次数:
158
原生 JavaScript 实现 state 状态管理系统 Build a state management system with vanilla JavaScript | CSS-Tricks 在软件工程中,状态管理已经不是什么新鲜概念,但是在 JavaScript 语言中比较流行的框架都在使用 ...
分类:
编程语言 时间:
2018-08-01 19:44:05
阅读次数:
415
bootstrap注意事项: https://getbootstrap.com/docs/4.0/getting-started/introduction/#quick-start 盒子模型: https://css-tricks.com/box-sizing/ 转自https://www.cnbl ...
分类:
其他好文 时间:
2018-06-17 19:49:01
阅读次数:
206
No more tricks, Mr Nanguo Time Limit: 3000/1000 MS (Java/Others) Memory Limit: 65535/32768 K (Java/Others)Total Submission(s): 494 Accepted Submission ...
分类:
其他好文 时间:
2018-05-29 01:42:49
阅读次数:
165
本文翻译自 "CSS Tricks" 中关于居中的相关介绍。 1、水平居中 1.1 内联元素的水平居中(如链接或文本) 可以在一个块级别的父元素中水平地居中内联元素,只需: 注:这种写法适用于 inline , inline block , inline table , inline flex 等等 ...
分类:
Web程序 时间:
2018-05-22 18:30:37
阅读次数:
213
一、概述 原文地址:https://pro.ant.design/docs/deploy-cn 二、详细 2.1、构建 当项目开发完毕,只需要运行一行命令就可以打包你的应用: 由于 Ant Design Pro 底层使用的 roadhog 工具,已经将复杂的流程封装完毕,对于大部分场景,构建打包文件 ...
分类:
其他好文 时间:
2018-05-01 14:10:07
阅读次数:
4968