枫谷剑仙

Results 110 comments of 枫谷剑仙

![Screenshot_2020-04-03-16-12-24](https://user-images.githubusercontent.com/6565860/78338755-efc69f00-75c5-11ea-8017-2afc1a8d91fa.png) 如果在外部先定义自定义函数,那么在函数内部就调用不了 'user', 'illust', 'page' 了,但是在内部再每次去生成一次函数,又感觉对性能有影响。

Thank you for your interest. The kind you mentioned requires back-end server support. I don't have the energy or interest to make such a publicly available free service. Pixiv Downloader...

> Can you please link me to the command-line version of Pixiv Downloader? You can use topics search I haven't used a specific one and can't recommend it to you.

请添加筛选代码 如下筛选代码作用:创建时间小于2020年10月1日0点的作品全部不进行下载。 ```js new Date(illust.create_date) < new Date("2020-10-01 00:00:00") ``` ![Screenshot_2020-10-10-17-37-22](https://user-images.githubusercontent.com/6565860/95651808-4f76a780-0b1f-11eb-9486-d8ecc90c7166.png) 如下筛选代码作用:创建时间小于现在10天前的作品全部不进行下载。 ```js new Date(illust.create_date) < new Date(Date.now() - 24*60*60*1000 * 10) ``` 其中`Date.now()`表示当前时间,减去值的意义为 24小时×60分×60秒×1000毫秒 ×10天 用 ID 来筛选就简单了 ```js...

我是在大学靠VB6课开始学习的,所以目前思维还是要有个窗口的面向过程式,ES最新的只会 [ES5中新增的Array方法详细说明](http://www.zhangxinxu.com/wordpress/2013/04/es5%E6%96%B0%E5%A2%9E%E6%95%B0%E7%BB%84%E6%96%B9%E6%B3%95/) 这里面的几个新方法,因为太好用了。其他的object.creat()感觉好像对于我的代码很需要,但是完全搞不懂。

可是我不知道怎么看你这种模块化设计,Node.js我不会,所以build文件夹看不懂,其他文件夹的结构顺序也看不懂。 感觉像应该用什么IDE打开才行吧?

https://github.com/nk2028/opencc-js 这个纯js的我觉得挺简单的,要不要试试看?

按照这个提问:https://sleazyfork.org/zh-CN/scripts/407833-ehsyringe/discussions/60994 转换数据库肯定是容量增加的,但可不可以反过来,把他们输入的繁中,实时转换成简中再去数据库搜索。

> 那不是更大,而且还弄不对 不需要修改数据库,繁中输入”蘿莉“,用opencc转为”萝莉“,再去和数据库匹配,仍提供简体的显示。 https://github.com/nk2028/opencc-js 这个纯JS应该好植入,只有1MB多。 我自己写的一个便利脚本,很简单的代码,就把游戏攻略转成简体显示。 ![1653555508768_firefox](https://user-images.githubusercontent.com/6565860/170455229-d21b9d19-4b6f-4ab1-adb0-6d0f7552d417.png) ![1653555548432_firefox](https://user-images.githubusercontent.com/6565860/170455348-01fb036a-f65d-401b-a014-52d806ff93b4.png) ![1653555575427_firefox](https://user-images.githubusercontent.com/6565860/170455402-6d2a091e-6c35-49a6-852a-06bb80c17c95.png)

我在Windows下也无法编译 ![图片](https://user-images.githubusercontent.com/6565860/140977958-df4c2d09-7186-4f3b-863a-2937db819c33.png) [2021-11-09T17_51_55_725Z-debug.log](https://github.com/BYVoid/OpenCC/files/7506936/2021-11-09T17_51_55_725Z-debug.log)