prin

Results 5 issues of prin

升级 PHP7 时发现以前用的这个 php 后端使用了过时的 `mysql_` 系列函数,于是用 mysqli 重写了一下。 后来发现你已经改过了,但为什么还是用的面向过程的方法呢? 另外应该不需要单独一个表来存储投票总数吧,SELECT COUNT(*) 的效率也不差。 https://gist.github.com/printempw/48920748b328bacead1b 望不吝赐教。

For maximum browser compatibility, I think we should use `var` instead. https://github.com/fxcosta/laravel-chartjs/blob/master/src/resources/views/chart-template.blade.php#L6

This script relies on modifying `window.XMLHttpRequest` to install network interceptors and therefore needs to be injected into the "page" context rather than "content" context. The difference is that "page" context...

documentation

## 需求描述 首先感谢作者开发的 App,配合 Shizuku 成功导出了客户端的缓存视频,非常好用!谢谢🙏 不过我在使用过程中发现了一些或许可以优化的地方,所以过来反馈一下~ 1. 在创建导出任务时,希望可以支持添加到等待队列 2. 填写导出文件名时,希望可以支持带空格的文件名 3. 在浏览缓存的视频时,希望可以通过关键字搜索 ## 当前结果 1. 如果当前已经有导出任务在运行,尝试创建新任务会提示「有视频正在导出中,请稍后再试」 2. 如果输入的文件名中包含空格,会提示「文件名不能含有格」 3. 可以正常浏览已缓存的视频,但不支持搜索 ## 期望结果 1. 希望可以添加多个任务到等待队列,等当前导出任务执行完毕后,自动执行下一个任务(当想要一次导出很多视频时会比较方便,现在只能慢慢等一个视频导出完成后,再手动导出下一个) 2. 希望可以使用带空格的文件名(不少 UP 主上传的标题就是带空格的,现在只能每次手动把空格去掉) 3....

I would like to upgrade to the latest Tailwind but the poor browser compatibility could be of concern. https://tailwindcss.com/docs/compatibility > Tailwind CSS v4.0 is designed for and tested on modern...