摘要: /// <summary> /// MD5函数 /// </summary> /// <param name="str">原始字符串</param> /// <returns>MD5结果</returns> public static string MD5(string str) { byte[] 阅读全文
posted @ 2019-07-09 08:11 z5337 阅读(351) 评论(0) 推荐(0) 编辑
 
摘要: 转自:http://billie66.github.io/TLCL/book/chap05.html Be Careful With rm ! 小心 rm ! Unix-like operating systems such as Linux do not have an undelete comm 阅读全文
posted @ 2018-11-30 09:47 z5337 阅读(721) 评论(0) 推荐(0) 编辑
 
摘要: 开机启动文件夹:C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup Windows Server 2012 R2 显示 这台电脑 图标方法: 来自:https://jingyan.b 阅读全文
posted @ 2017-05-02 14:35 z5337 阅读(251) 评论(12) 推荐(0) 编辑
 
摘要: 2016年6月23日11时22分09秒 6 新增 win10 禁用全半角切换:https://www.10qianwan.com/articledetail/84784.html -2. text-overflow:ellipsis 显示省略符号来代表被修剪的文本。 常用 css 本样式在:http 阅读全文
posted @ 2015-09-11 22:38 z5337 阅读(482) 评论(4) 推荐(0) 编辑
  2024年12月27日
摘要: Student s3 = null; Student s4 = null; System.out.println(s3 == s4); System.out.println(s3 != null && s3.equals(s4)); 直接 s3.equals(s4) 会报错:java.lang.Nu 阅读全文
posted @ 2024-12-27 18:08 z5337 阅读(2) 评论(0) 推荐(0) 编辑
  2024年12月24日
摘要: 阅读全文
posted @ 2024-12-24 17:59 z5337 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2024-12-24 15:36 z5337 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2024-12-24 14:51 z5337 阅读(3) 评论(0) 推荐(0) 编辑
  2024年12月23日
摘要: 阅读全文
posted @ 2024-12-23 17:34 z5337 阅读(8) 评论(0) 推荐(0) 编辑
  2024年12月20日
摘要: 来自:传智播客 & 黑马程序员 阅读全文
posted @ 2024-12-20 17:25 z5337 阅读(5) 评论(0) 推荐(0) 编辑
  2024年12月19日
摘要: 来自:传智播客 - 黑马程序员 Java 阅读全文
posted @ 2024-12-19 16:59 z5337 阅读(2) 评论(0) 推荐(0) 编辑
  2024年12月16日
摘要: 阅读全文
posted @ 2024-12-16 15:08 z5337 阅读(2) 评论(0) 推荐(0) 编辑
  2024年12月2日
摘要: 此段回答来自: kimi.ai 在批处理(batch)脚本中,if 语句用于条件判断,后面跟随的 EQU 和 NEQ 是比较运算符,用于比较两个字符串或数值是否相等或不相等。 EQU 表示 "等于"(Equal)。它用于检查两个值是否相等。如果相等,那么 if 语句后面的命令将被执行。 示例: if 阅读全文
posted @ 2024-12-02 16:11 z5337 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/2301_77171572/article/details/134681050 1、先新建一个 Android 项目,此时 IDEA 会自动下载缺少的 Android SDK 2、把 File - Project Structure 里的 Platf 阅读全文
posted @ 2024-12-02 15:30 z5337 阅读(138) 评论(0) 推荐(0) 编辑