titachi's recent timeline updates
titachi

titachi

V2EX member #123045, joined on 2015-06-19 11:20:12 +08:00
titachi's recent replies
微软的 Flow 了解一下
Mar 23, 2018
Replied to a topic by RicardoScofileld Python 今天面试的一道算法题,求教
```python
def req(seq, m, idx=1):
n = len(seq)
sidx = idx - 1
eidx = m + sidx - 1
if m > n or n - sidx < m:
raise '大于 list 长度'
l, t = [], []
while eidx < n:
for i in seq[eidx:]:
l = seq[sidx:eidx]
l.append(i)
t.append(l)
sidx = sidx + 1
eidx = eidx + 1
return t


if __name__ == '__main__':
print(req([1, 2, 3, 4, 5], 3))

```
去苹果店换主板了,坑
https://support.apple.com/en-us/HT207567
苹果官网的文档解释了:)
这篇文章写得比较清楚,和 touchbar 的子系统有关系。我也遇到了这问题,有一次报错提示了网络问题,目前还没解决:(
http://blog.eriknicolasgomez.com/2016/11/27/the-untouchables-apples-new-os-activation-for-touch-bar-macbook-pros/
难受,有什么其他高效的方法可以替代的不
@titachi 补充下,通过 hdmi 接口连接分辨率是 2560*1440 25 寸的显示器
@yangyaofei 觉得这个有可能是发热导致的降频。求教,该如何设置?
@yangyaofei 我的是 455 , WIN10 LOL 效果全开,开始能跑到 200+FPS ,过一会儿就狂跳帧,卡的基本没法玩儿,你有遇到这情况不?
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5898 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 517ms · UTC 03:25 · PVG 11:25 · LAX 20:25 · JFK 23:25
♥ Do have faith in what you're doing.