03 2023 档案
摘要:#1、使用postgre账号进入到相应的模式下执行: CREATE OR REPLACE FUNCTION boolean_to_smallint(b boolean) RETURNS smallint AS $$ BEGIN RETURN (b::boolean)::bool::int; END;
阅读全文
摘要:ios 圈x执行定时脚本 #1. bing脚本为例子 资源路径: https://raw.githubusercontent.com/lowking/Scripts/master/bing/bingPoint.js 去配置文件添加去hostname , 然后保存 hostname = rewards
阅读全文
摘要:postgresql 递归查询,查询父子节点关联关系 CREATE TABLE "public"."sys_department" ( "id" int4 NOT NULL DEFAULT nextval('sys_department_id_seq'::regclass), "name" varc
阅读全文