Larry Li
Larry Li
php 本身就是一个单独的 repo 在用。 https://github.com/larryli/eviltransform-php
@aurora5161 我调试的代码好像是 https://github.com/pannzh/Airkiss/blob/3ac05d0591c609e6ff6656576d2d7cff6eee687e/capture/linux.c#L482 的 read() 一直阻塞。 orangepi zero: ARMBIAN 5.31 stable Ubuntu 16.04.3 LTS 3.4.113-sun8i
在阅读页面点击区域设置能自定义操作:切换到上一个源、切换到下一个源。能快速换源就可以了。
不等 http://jakub.kotrla.net/putty/ 更新了,计划排在下周(4/15-4/21)更新。
@bbbboom 你用什么编译环境?
始终无法使用 clang 编译…… 原有的 VS2010 不支持 C99,无法编译。
两个原因: 1. PuTTY 没有直接使用 res 资源来构建界面。 2. 构建界面代码中的字符串也没有使用 _TEXT 宏,采用的兼容 Win9x 的 GB2312 编码。 所以将简体版 Windows 默认改成 UTF-8 编码后会乱码。
`windows/version.rc2` 目前使用的非 unicode 字符串: ``` - /* "lang-charset" LLLLCCCC = (UK English, Unicode) */ - BLOCK "080904B0" + /* "lang-charset" LLLLCCCC = (CN 中文, 中华人民共和国) */ + BLOCK "080404B0" ```
最新版本 u8g2 已经自带 https://github.com/olikraus/u8g2/blob/ad617c2bce7cfdb19a130f43c8891992fd9aa16a/csrc/u8g2.h#L2807-L2836
At first, [`strictJobType` is designed for the third party workers](../blob/master/docs/guide/usage.md#messaging-third-party-workers), cannot used in the yii2-queue workers. Implement your own serializer class if you want to handle custom messages in the...