bolin

Results 7 comments of bolin

> 比如utf8mb4格式 在pymysql的connect里面将utf8改成utf8mb4。

nginx can build with openssl11, so system can have two version openssl together. i think i can build python3 the same way, `sed -i 's/PKG_CONFIG openssl /PKG_CONFIG openssl11 /g' configure`...

``` yum install openssl11-libs openssl-devel export CFLAGS="$CFLAGS $(pkg-config --cflags openssl11)" export LDFLAGS="$LDFLAGS $(pkg-config --libs openssl11)" ./configure --prefix=/usr/local/python3.10 --enable-optimizations make make altinstall ``` it works

我发现,我的edge也是不行的,安卓手机。这个问题是现在都还没有解决么?

> @wsw70 what do you think ? i think Basic access authentication with a simple user password is neccessary

这个功能挺重要的,不少堡垒机都单独拿出来卖,作为X-PACK之类的

> 查询异常报错,错误信息:(1054,"Unknown column django_q_schedule.cluster in field list”") 我看了一圈 init_sql 里面没这个字段,搜也没搜到。这个是什么情况阿?我是 1.8.5 到 1.10.0 执行了 1.9 与 1.10的 sql