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