#su - postgres -c "psql"
psql: error while loading shared libraries: libpq.so.rh-postgresql10-5: cannot open shared object file: No such file or directory
解决方法
# cd /etc/ld.so.conf.d # echo "/usr/local/pgsql/lib" >>pgsql.conf # ldconfig
函数指针与typedef
MSDN DLL 综合
DLL
Firefox浏览器兼容Javascript脚本的方法
C++中extern “C”含义深层探索
生成索引脚本
使用Go语句生成数值表
避免使用count(*)获得表的记录数,解决其延迟问题
在程序开发中怎样写SQL语句可以提高数据库的性能