码迷,mamicode.com
首页 >  
搜索关键字:better    ( 1030个结果
Python 的经典设计格言,格言来源于 Python 但不限于 Python
The Zen of Python, by Tim Peters The Zen of Python, by Tim Peters Beautiful is better than ugly. Explicit is better than implicit. Simple is better th ...
分类:编程语言   时间:2018-10-06 22:09:34    阅读次数:341
Cpp Chapter 9: Memory Models and Namespaces Part2
9.2.4 Static duration, external linkage ) External variables External variables are defined outside, thus external to any function.It is also termed g ...
分类:其他好文   时间:2018-10-05 21:33:39    阅读次数:155
python之禅
中英文释义如下: Beautiful is better than ugly. # 优美胜于丑陋(Python以编写优美的代码为目标) Explicit is better than implicit. # 明了胜于晦涩(优美的代码应当是明了的,命名规范,风格相似) Simple is better ...
分类:编程语言   时间:2018-10-04 11:04:54    阅读次数:198
vue中使用better-scroll实现滑动效果
1.安装:npm install better-scroll 2.引入:import BetterScrol from "better-scroll"; 1.滚动效果 better-scroll在使用的时候需要在dom元素渲染完成之后初始化better-scroll的实例,初始化的时候,先要获取需要 ...
分类:其他好文   时间:2018-10-04 11:04:05    阅读次数:615
Python之禅
>>> import this Beautiful is better than ugly.Explicit is better than implicit.Simple is better than complex.Complex is better than complicated.Flat i ...
分类:编程语言   时间:2018-10-01 19:52:46    阅读次数:232
pytroch resnet构建过程理解
class ResNet(nn.Module): def __init__(self, block, layers, num_classes=1000): self.inplanes = 64 super(ResNet, self).__init__() self.conv1 = nn.Conv2d... ...
分类:Web程序   时间:2018-09-14 20:36:13    阅读次数:562
vue2.0和better-scroll实现左右联动效果
在做移动端商城或者其他页面的时候,经常会遇到左右联动的效果,今天小编vue2.0和better-scroll这个插件一起实现左右联动效果。 实现上面的效果,思路一定很重要,还有需求 1. 左边一级分类和右边二级分类形成联动 2. 当滑动右侧分类列表时, 更新左侧分类选中 3. 点击左侧一级分类项时, ...
分类:其他好文   时间:2018-09-14 17:19:54    阅读次数:146
使用 Flutter 反序列化 JSON 的一些选项
文 /?Andrew Brogdon 在某种程度上,大多数应用都需要与外界互动,并从在线终端地址获取数据。借助 Dart 的 http 包,发出 HTTPS get 请求以获取天气预报或世界杯最终比分变得非常简单: 1import 'dart:async'; ? ? 2import 'package ...
分类:Web程序   时间:2018-09-13 13:55:13    阅读次数:207
[转]Clean Code Principles: Be a Better Programmer
原文: https://www.webcodegeeks.com/web-development/clean-code-principles-better-programmer/ “My code is working well, the website I built is looking gre ...
分类:其他好文   时间:2018-09-06 14:45:36    阅读次数:184
4个错误使用JavaScript数组方法的案例
译者按: 做一个有追求的工程师,代码不是随便写的! 原文: "Here’s how you can make better use of JavaScript arrays" 译者: "Fundebug" 为了保证可读性,本文采用意译而非直译。另外,本文版权归原作者所有,翻译仅用于学习。 小编推荐: ...
分类:编程语言   时间:2018-09-06 11:05:31    阅读次数:174
1030条   上一页 1 ... 24 25 26 27 28 ... 103 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!