核心句型 Maybe you need a bigger size 也许您需要大一些的。 场景对话 A:Can I try this jacket on,please? 我能试试这件夹克吗? B:Sure. Here you are. 当然了,给您。 A:Thanks. I'm sure it's ...
分类:
其他好文 时间:
2019-07-19 23:41:48
阅读次数:
122
首先我们需要使用scrollTo这个方法: scrollTo(x, y, time, easing) 参数: {Number} x 横轴坐标(单位 px) {Number} y 纵轴坐标(单位 px) {Number} time 滚动动画执行的时长(单位 ms) {Object} easing 缓动 ...
分类:
其他好文 时间:
2019-07-16 12:38:03
阅读次数:
264
We often come across 'ablation study' in machine learning papers, for example, in this paper with the original R-CNN, it has a section of ablation stu ...
分类:
其他好文 时间:
2019-07-11 19:59:45
阅读次数:
164
Looking for products that tell people the brand name? Then you'll find an affordable product that will spread your brand name very well. The best cust ...
分类:
其他好文 时间:
2019-07-11 14:29:08
阅读次数:
183
Textillate.js 介绍:Textillate.js 是一个简单的 CSS3 文本动画插件。结合了一些非常棒的库,把 CSS3 动画轻松应用到任何文本。只需要在项目中简单地引入 textillate.js 和它的依赖文件到你的项目中,就可以开始建立独特的效果。 Lazy Line Paint ...
分类:
Web程序 时间:
2019-07-10 20:14:41
阅读次数:
181
https://www.cnblogs.com/insane-Mr-Li/p/9099333.html 每天逼着自己写点东西,终有一天会为自己的变化感动的。这是一个潜移默化的过程,每天坚持编编故事,自己不知不觉就会拥有故事人物的特质的。 Explicit is better than implici ...
分类:
其他好文 时间:
2019-07-08 13:47:30
阅读次数:
156
The Zen of Python by Tim Peters Beautiful is better than ugly. Explicit is better than implicit. Simple is better than complex. Complex is better than ...
分类:
编程语言 时间:
2019-07-07 20:24:31
阅读次数:
146
题目: Problem Description Mr Wang wants some boys to help him with a project. Because the project is rather complex, the more boys come, the better it w ...
分类:
其他好文 时间:
2019-07-06 19:05:17
阅读次数:
115
7. 什么是 PEP8? 8号Python增强提案,是针对Python代码格式而编写的风格指南 8. 了解 Python 之禅么? 通过 import this 语句可以获取其具体的内容。它告诉大家何写出高效整洁的代码 Beautiful is better than ugly. Explicit ...
分类:
编程语言 时间:
2019-06-27 19:10:32
阅读次数:
189
刚开始从Cocos2dx转做Unity3D,不得不说组件化的开发真的是太方便了! 为了纪念之前不努力的那段工作时光,在面试碰壁之后,决定开始写博客记录自己的自救历程了。 从开始做Cocos2dx的时候,做的基本上就都是2d游戏,要减少内存损耗的第一步,个人觉得肯定是从资源下手了,用了以前一直在用的T ...
分类:
编程语言 时间:
2019-06-22 23:52:21
阅读次数:
307