摘要:
CREATE SEQUENCE 表名_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; alter table 表名 alter column id set default nextval('表名_id_seq') 阅读全文
摘要:
I/Glide: Root cause (1 of 1) Cause (1 of 1): class java.io.FileNotFoundException: No content provider: 有以上类似报错信息,原因是http请求被系统禁止。 解决办法: 1. 在res 下xml文件夹 阅读全文