dinosaur
dinosaur
不能跳转到单进程模式的原因大概是 https://forum.nginx.org/read.php?2,249686,249696#msg-249696
in http interface , the password can place in `url` with paramater ``` $ echo 'SELECT 1' | curl 'http://localhost:8123/?user=user&password=password' -d @- ``` however , the password and username will...
add setting clickhouse when insert Sometime , we should set setting when insert. ``` \DB::connection('clickhouse')->setSetting(['insert_deduplicate' => 0])->table('table')->insert($data); ``` When i want to set the setting of `insert_deduplicate` , i can...
gcc version :`gcc version 13.2.0 (Debian 13.2.0-23) ` g++ version : ``` g++ -v Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa OFFLOAD_TARGET_DEFAULT=1 Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Debian 13.2.0-23' --with-bugurl=file:///usr/share/doc/gcc-13/README.Bugs...