比格高
逼格更高
WordPress 发布新日志后让其自动开启一篇新日志的发布页面 的技巧
这个是我在无意中发现的,如果直接点发布按钮,那么发完后它会跑到一个列表页面,这时你要是再想继…
PostgreSQL启动脚本_精简for linux
我觉得这个写得有点复杂了,最简单就是这样 start su postgres -c “/usr/bin/pg_ctl star…
postgresql启动脚本for CentOS
su – postgres -c “/usr/local/pgsql/bin/pg_ctl start -D /var/data/pgsql -l /va…
PostgreSQL如果不知道函数的返回类型,怎么处理(自定义结果集)
create table department( id int, name text ); create table employee( id int, name text, s…