huel129

Results 18 comments of huel129

这样的结果让人匪夷所思,昨天你提问之后,我直接克隆下来是可以正常跑起来的, 重现不了问题,也给不出解决方法。不过现在那个问题的答案是要石沉大海了。

是的,豆瓣api直接访问不了,你可以进入到 `douban` 目录中,执行 `node app.js` 起一个本地代理访问豆瓣api

我这边一直是 403 禁止访问 ![image](https://user-images.githubusercontent.com/9302866/38173916-f31b177c-35f7-11e8-9515-a6e7fb61170e.png)

```javascript function isCanbePalindrome(s) { let l = 0, r = s.length - 1 while(l < r) { if (s[l] !== s[r]) { // 一旦遇到不同的,要么取左舍右,要么取右舍左 return isPalindrome(l, r - 1) ||...

```javascript function isCanbePalindrome(s) { function isPalindromeR(l , r, valid) { while(l < r) { if (s[l] !== s[r]) { if (!valid) return false // 一旦 valid 为 false, 则说明是第二次不同 return...

可以设置props:`:remain="1"` 来保证至少有一个是不可折叠的,在这种情况下点击 title 也不会被折叠。 你可以再详细描述一下你的情况,不知道是否是这样的:点击title可折叠,点击content不可折叠,展开数量不限制。

在刚发布新版本中修复了,更新一下或重装一下就行了。

> However, it seems that this project may have modified some of the logic to support proxies, which has resulted in the inability to use this feature. Yes, `aicommits` encapsulates...