摘要:
#先按置顶时间排序,置顶时间为NULL时排在最后,然后按创建时间排序 SELECT * FROM p_org_share_info ORDER BY top_time IS NULL ASC, top_time DESC ,create_time DESC INSERT INTO c_credit_ 阅读全文
摘要:
DOS查看文件MD5 certutil -hashfile D:\1.exe MD5certutil -hashfile D:\1.exe SHA1certutil -hashfile D:\1.exe SHA256 Linux查看MD5 md5sum feilName.war 阅读全文
摘要:
Android Studio Q1: Gradle '×××' project refresh failed. re-download dependencies and sync project (requires network) Q2: Installation failed with mess 阅读全文