• HOME
  • SEARCH
  • TOPICS
  • DATA

  • Go 加密算法之 md5

    代码 func main() { arr := md5.Sum([]byte("hello world")) // 乱码 log.Pr

    2021-07-18, Views: 2897 , Topics: Go

  • Java 中判断奇偶性的方法

    %2 与2取模。 System.out.println(0%2); // 0 System.out.println(1%2); // 1 System.out.

    2021-07-16, Views: 3447 , Topics: Java

  • wget ERROR The certificate was signed using an insecure algorithm

    错误信息 --2021-05-27 13:16:43-- https://www.php.net/distributions/php-7.3.24.tar.g

    2021-07-16, Views: 3648 , Topics: wget

  • javac 错误: 编码 GBK 的不可映射字符

    原因 Windows平台下PowerShell默认的编码为GBK。 解决 指定编码格式为UTF-8。 javac -encoding UTF-8 Test.ja

    2021-07-15, Views: 2384 , Topics: Java Windows

  • AWS 更换 SSH 登陆密钥对

    生成公钥 根据pem生成 ssh-keygen -f test.pem -y 输出 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQ

    2021-07-13, Views: 4241 , Topics: SSH AWS

  • SpringMVC 中的 redirect 和 forward 区别

    代码 @Controller public class RedirectForwardController { @GetMapping("/test1

    2021-07-13, Views: 2979 , Topics: SpringMVC HTTP

  • Windows 使用 Wireshark 抓取本地数据包

    说明 Wireshark需安装Npcap后,才能抓取本地数据包。 安装 Npcap Npcap 1.20下载地址:https://nmap.org/npcap/

    2021-07-11, Views: 4980 , Topics: Wireshark Windows

  • 只有一部分接口跨域问题

    现象 已经配置了Nginx,使其拦截OPTIONS请求,解决跨域问题。 大部分接口可以跨域访问了,但有一个接口还是提示跨域请求。 排查 查看Nginx的acce

    2021-07-11, Views: 4868 , Topics: 跨域 Nginx

  • IDEA jclasslib 插件改为英文

    原因 jclasslib插件做了本地化功能,因此在中文电脑中显示为中文。 修改 点击Help,点击Edit Custom Vm Options…,增加以下配置后

    2021-07-09, Views: 4178 , Topics: jclasslib IDEA

  • SQL Server 修改计算机名后修改服务名

    版本 基于SQL Server 2012。 说明 修改计算机名,使用SQL Server Management Studio登录时服务名就要改为新的计算机名。

    2021-07-09, Views: 3103 , Topics: SQL Server

  • Test.class found in top-level directory (unnamed package not allowed in module)

    具体错误 Error occurred during initialization of boot layer java.lang.module.FindExc

    2021-07-08, Views: 5977 , Topics: Java

  • IDEA java: package is not visible

    错误信息 java: package jdk.nashorn.internal.runtime.regexp.joni.constants is not vis

    2021-07-07, Views: 5190 , Topics: Java IDEA

  • IDEA Cannot resolve plugin org.apache.maven.plugins:maven-clean-plugin:2.5

    问题 maven-clean-plugin无法下载,项目无法编译运行。 解决方法 IDEA 中 在IDEA中可以直接在pom.xml中右键,选择Maven,再选

    2021-07-06, Views: 3868 , Topics: IDEA Maven 镜像

  • PHP No input file specified 解决办法

    场景 Windows、php-cgi、Nginx、ThinkPHP 启动 php-cgi 监听9000端口,指定配置文件 .\php-cgi.exe -b 12

    2021-07-05, Views: 4769 , Topics: PHP Nginx

  • Chrome & Edge 常用快捷键

    快捷键 清除缓存 Ctrl + Shift + Delete 浏览器任务管理器 Shift + Esc 显示或隐藏书签栏 Ctrl + Shift + B 在页

    2021-07-04, Views: 3137 , Topics: Chrome Edge

  • Visual Studio Code 快捷键更改为 Intellij IDEA

    插件 VS Code中有一款插件叫做IntelliJ IDEA Keybindings 下载 下载页面:https://github.com/kasecato/

    2021-07-03, Views: 10876 , Topics: VS Code IDEA

  • Windows 删除服务

    查看服务名 右键 - 属性 - 服务名称 删除服务 以管理员身份打开CMD,执行以下命令(该命令在PowerShell中不报错,但也无效) sc delete

    2021-07-02, Views: 2901 , Topics: Windows

  • Windows 查看是否是固态硬盘

    命令行方式 打开PowerShell(快捷键:徽标+x,或者:右键开始图标选择Windows PowerShell),输入Get-PhysicalDisk,查看

    2021-07-01, Views: 3911 , Topics: Windows

  • SCSS 样式

    变量 $符号来标识变量;把反复使用的CSS属性值定义成变量。 $nav-color当前样式表都可以使用。$width只有nav{}里面才可以使用,当前样式表其他

    2021-06-30, Views: 3147 , Topics: SCSS CSS

  • JavaScript Failed to execute 'requestFullscreen' on 'Element': API can only be initiated by a user gesture.

    错误场景 页面初始化完成就自动调用document.documentElement.requestFullscreen()实现全屏。 错误原因 Chrome等浏

    2021-06-29, Views: 8894 , Topics: JavaScript

  • First Prev
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • Next Last

©2025 沪ICP备18012661号-1 阿里云

Messages Sitemap GitHub