Lemon

Results 32 comments of Lemon

自己加个定时任务脚本 rm 过期日志不就行了吗 `Get-Item .\Logs\* | Where-Object {$_.LastWriteTime -lt (Get-Date).AddDays(-20)} | rm` `.\Logs\*` 写成绝对坐标 `-20` : 自己改成希望删除多少天之前的

@introom Did you run Jedis object in multi-thread?

Use **help(pymysql.connect)** can see why ``` Help on function Connect in module pymysql: Connect(*args, **kwargs) Establish a connection to the MySQL database. Accepts several arguments: host: Host where the database...

@prinsss 我也是打算用 indexedDB 来做(刚学 =。= 所以没细看你说的 edge case),先开个分支做起来吧

~~https://blog.mozilla.org/addons/2022/11/17/manifest-v3-signing-available-november-21-on-firefox-nightly/~~ 似乎加了 timeout 无法复现

我发现常出现的情况是内存不足的时候, 由于没有做详细的监控, 目前无法复现. 新的 0.2.65 似乎解决了我的问题, 暂时先关闭, 如果能 dig out reason, 再 reopen

In my opinion, the whole flow is like this: ```mermaid graph TD A(Source)--TransactionEvent-->B1(PreWindowOperator); A--TransactionEvent-->B2(AvgTicketAnalyzer); B1--PreWindowEvent-->C1(WindowedProximityAnalyzer); B1--PreWindowEvent-->C2(WindowedTransactionCountAnalyzer); B2--TransactionScoreEvent-->D(ScoreAggregator); C1--TransactionScoreEvent-->D; C2--TransactionScoreEvent-->D; ``` > Now two evaluators have the same type of calculation...

> 能发我用用不 Hi, there're three files, `main.js`, `manifest.json`, `style.css`. You can put them under the `.obsidian/plugins/ANY_NAME_YOU_LIKE`. https://gist.github.com/bxb100/313056928039a87e862cd6e541f4b260 Recently I changed writing essay on `Logseq`, so the script doesn't maintain anymore,...