Gao.QiLin

Results 5 comments of Gao.QiLin

I'm looking forward to this shortcuts/keybindings . When can I used it

https://github.com/golang/protobuf/issues/1094

PHP如果使用PDO的话, 请把 ATTR_EMULATE_PREPARES 设置为true 如果使用golang的情况 , 请尽量使用纯SQL , 不建议使用带有预处理方式的SQL 特别需要注意的是 golang中使用xorm.Where("status=?" , UserId) 这种绑定容易出现Error:1243 错误 如果一定要使用请使用xorm.Where(fmt.Sprintf("status=%d" , UserId))

``` echo "import libxml2" | ~/.new_local/share/virtualenvs/etc-BsKoCtA7/bin/python3 mkdir ~/gtk/source/tmp cp ~/gtk/source/libxml2-2.9.12 ~/gtk/source/tmp cd ~/gtk/source/tmp/libxml2-2.9.12 ./configure --with-python=~/.new_local/share/virtualenvs/etc-BsKoCtA7/bin/python3 make make install cp -rf ~/.new_local/share/virtualenvs/etc-BsKoCtA7/lib/python3.10/site-packages/libxml2* ~/gtk/inst/lib/python3.10/site-packages/ echo "import libxml2" | ~/.new_local/share/virtualenvs/etc-BsKoCtA7/bin/python3 ERROR: Problem encountered:...

**Attach files:** [autoconf-2.68.tar.gz](https://github.com/jmacd/xdelta/files/985442/autoconf-2.68.tar.gz) [automake-1.15.tar.gz](https://github.com/jmacd/xdelta/files/985444/automake-1.15.tar.gz) [xz-5.2.1.tar.gz](https://github.com/jmacd/xdelta/files/985448/xz-5.2.1.tar.gz) **: libtoolize autoconf** ``` yum -y install libtool libtool-ltdl libtool-ltdl-devel yum install git yum install gcc-c++ tar zxvf autoconf-2.68.tar.gz cd autoconf-2.68 ./configure --prefix=/usr/ make &&...