240 发简信
IP属地:贵州
  • 微信公众号模板消息开发

    前言 微信公众号模板消息是公众号向用户定向发送消息的途径,只需要申请发送模板消息权限,拥有用户的OPENID即可实现该功能。基本步骤分为3部分:...

  • 密码学基础体系

    密码学是信息安全的重要基石,它保证了信息的机密性、完整性、可靠性。本文介绍了密码学的6个重要工具所组成的基础体系。其中6个重要工具分别是:对称密...

  • LeetCode 127: Word Ladder

    tags: String, BFS Given two words(beginWord and endWord), and a dictiona...

  • LeetCode 31: Next Permutation

    tags: Array Implement next permutation, which rearranges numbers into th...

  • LeetCode 5: Longest Palindromic Substring

    tags: String Given a string S, find the longest palindromic substring in...

  • LeetCode 3: Longest Substring Without Repeating Characters

    tags: String Given a string, find the length of the longest substring wi...