240 发简信
IP属地:四川
  • 深入理解go的slice和到底什么时候该用slice

    前言 用过go语言的亲们都知道,slice(中文翻译为切片)在编程中经常用到,它代表变长的序列,序列中每个元素都有相同的类型,类似一个动态数组,...

  • web3.py 脚本转账

    python3环境 web3.py包https://web3py.readthedocs.io/en/stable/index.html 文件格...

  • 生活随想

    1. 有些时候,我们会嘲笑一个人不如自己。的确,别人当时不如自己。但是,多日之后,我们还在嘲笑别人,尚不知在这些日子里,别人卧薪尝胆,潜心修炼,...

  • LeetCode-7 - Reverse Integer

    Given a 32-bit signed integer, reverse digits of an integer. Example 1: ...

  • P2P通信原理与实现

    当今互联网到处存在着一些中间件(MIddleBoxes),如NAT和防火墙,导致两个(不在同一内网)中的客户端无法直接通信。 这些问题即便是到了...

  • LeetCode-2 - Add Two Numbers

    You are given two non-empty linked lists representing two non-negative i...

  • 突然的感悟

    原来自己走错了方向! 要进入一家小公司,他们要的不是理论知识丰富的人,要的是上来就干的人,他们期望没有培训的成本,人力进来直接就给公司带来效益。...

  • LeetCode-14 - Longest Common Prefix

    Write a function to find the longest common prefix string amongst an arr...

  • LeetCode-20 - Valid Parentheses

    Given a string containing just the characters '(', ')', '{', '}', '[' an...