V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  Rice  ›  全部回复第 29 页 / 共 78 页
回复总数  1559
1 ... 25  26  27  28  29  30  31  32  33  34 ... 78  
2017-06-21 11:15:24 +08:00
回复了 vjnjc 创建的主题 Android 一加 5 来了,有么有 v2 批评员来让我冷静冷静
等别人买了一段时间再观望
2017-06-21 09:55:24 +08:00
回复了 loongwang 创建的主题 问与答 一加 5 跑分作弊
直接在系统里加个性能模式,默认把跑分软件和游戏启动为性能模式。
然后有人怼就叫他自己切回正常模式。
这样不就结了。
2017-06-21 09:52:11 +08:00
回复了 jtsai 创建的主题 问与答 js 作用域问题?
@luchenqun #15 我看你是连我们在讨论什么都没看吧。
2017-06-21 09:31:29 +08:00
回复了 jtsai 创建的主题 问与答 js 作用域问题?
@jtsai #13 我刚才突然想到动态语言是不是都这样,正打算看 Python 里的类是不是也是这样。
2017-06-21 09:10:56 +08:00
回复了 jtsai 创建的主题 问与答 js 作用域问题?
@jtsai #5
你这样想吧,js 不是现在这样设计
而是对象方法调用的时候,先查找有没有当前对象的 name 值,然后没有再向上查找,这样会发生什么后果。
这样的后果就是,如果这个对象一开始就没有 name 值,调用的时候就是全局变量 name
结果被人后来修改了,加上 name,调用就是对象的属性 name。
2017-06-21 09:04:25 +08:00
回复了 jtsai 创建的主题 问与答 js 作用域问题?
@jtsai #5 可能是因为 js 没有类的概念吧。
2017-06-21 08:57:58 +08:00
回复了 jtsai 创建的主题 问与答 js 作用域问题?
这样你就觉得怪了?

```
window.name = 'abc';
var obj = {}
obj.name = '123'
obj.getName = function () {
alert(this.name)
}
obj.getName() // 123
var a = obj.getName;
a();
```

那这样呢?
2017-06-20 23:40:32 +08:00
回复了 xu33 创建的主题 程序员 前端不往全栈发展就要失业了吧
据我观察,后端写不好 js 和 css。
如果他能写好,那他就是全栈了。
2017-06-19 17:06:50 +08:00
回复了 wdhwg001 创建的主题 Visual Studio Code 怎样才能改进 VSCode 的智障 CSS 补全…
好消息
VSCode 的 Emmet 改进已经在 1.13 版的实现

Emmet abbreviation expansion in suggestion list
Until now, the default behavior for expanding an Emmet expansion has been to use the Tab key. There were two issues with this design:
https://ws2.sinaimg.cn/large/698ad388gy1fgqmfiwdg4g20nn08ates.jpg
Many unexpected Emmet expansions occurred when the user wanted to just add an indent.
On the other hand, items from the suggestion list got inserted when the user was expecting the Emmet abbreviation to be expanded.
Both of these issues can be now solved by having the expanded Emmet abbreviations show up in the suggestion list and freeing up the Tab key for what it was meant to do, indenting.

Set emmet.useNewEmmet to true to start using this new feature. This feature is best used with the suggestion documentation fly-out expanded where you can preview the expanded abbreviation as you type. Note that Tab key will no longer expand the abbreviation by default.
2017-06-19 17:01:23 +08:00
回复了 zhangfeiwudi 创建的主题 macOS 大家用 mac 的时候,一般会用多桌面吗?
多桌面多屏幕
对了。还有儿童手表,我以前做过这种 app。
V 站也有这么魔幻的 post,还以为只能在 a 岛或 s1 才能看到。。。
既然都有人生安全就不要省钱啦,看看有什么渠道可以买窃听器或定位器
2017-06-19 08:12:55 +08:00
回复了 ltienke 创建的主题 iPhone 误充值 648RMB,农药客服回复不能退款,要我下次小心。
同样的情况,这倒霉的 HOME 键指纹支付设计害我花了 15 元去冲了 QQ 电话……
2017-06-17 19:46:34 +08:00
回复了 anyele 创建的主题 分享发现 来 V2 也混了这么久, 有个东西我觉得需要拿出来晒晒
0.0.0
只有别人 block 我,我不会去 block 别人
@gstqc
正确答案:用户
连电话都不打,更省电
2017-06-16 09:09:44 +08:00
回复了 Icemic 创建的主题 分享创造 基于 Bangumi.tv 220 万用户评分的动画推荐工具
@levywang #33 你把搜索当推荐了
2017-06-16 08:31:56 +08:00
回复了 Icemic 创建的主题 分享创造 基于 Bangumi.tv 220 万用户评分的动画推荐工具
发现推荐的结果好像都是和这个番相近时期的动画。
老番会推荐老番,新番就推荐新番。
斩服少女的推荐里没天元突破,估计是天元突破太老了,而且看的已经不是同一批人了?
1 ... 25  26  27  28  29  30  31  32  33  34 ... 78  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   1284 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 42ms · UTC 17:33 · PVG 01:33 · LAX 10:33 · JFK 13:33
Developed with CodeLauncher
♥ Do have faith in what you're doing.