240 发简信
IP属地:上海
  • C语言的文本换行符处理

    现状 Linux/Unix: 回车用\n表示Max OS:回车用\r表示Windows:回车用\r\n表示,用0x0D和0x0A这两个字节存储 ...

  • 大小端序和系统

    大小端续 分析 unsigned int value = 0x12345678;用unsigned char buf[4]表示value;大端【...

  • 租户

    1、身份认证2、服务调用的路由

  • 安装YouCompleteMe教程

    安装Vundle https://www.jianshu.com/p/7699838d4d44[https://www.jianshu.com/...

  • git 下载代码失败

    错误: 解决方案:git clone git://github.com/google/googletest.git,将https换为git

  • linux so符号

    符号定义 https://www.jianshu.com/p/143a059224aa[https://www.jianshu.com/p/14...

  • windows 消息循环

    windows 消息循环 1 windows消息提供了程序间、程序和window系统之间的通信手段 2 消息队列分为:系统消息队列、应用程序消息...

  • wsl1升级wsl2

    1、在windows功能中,勾选适用于windows的linux子系统和虚拟机平台2、启用适用于 Linux 的 Windows 子系统dism...