240 发简信
IP属地:山东
  • Median of Two Sorted Arrays--leetcode

    There are two sorted arrays nums1 and nums2 of size m and n respectively...

  • ssh_exchange_identification 可能的问题

    ssh 登陆一台服务器的时候报错: $ ssh user@serverssh_exchange_identification: Connecti...

  • Flip Flop Operator in Ruby [Ruby 中的触发器操作]

    翻译自Flip Flop Operator in Rubyreddit上看到的,因为从来没看到过这种用法,一起学起~E文不好请多指教 触发器操作...

  • raspberry pi /boot/config.txt configuretion

    原文链接由于树莓派并没有传统意义上的BIOS, 所以现在各种系统配置参数通常被存在"config.txt"这个文本文件中. 树莓派的config...

  • CentOS中安装Nginx+Php搭建Twip

    Introduction 之前wordpress按照Guides无脑配置Apache完成,装好nginx只做了转发。搭建Twip的时候发现需要配...

  • nginx添加未编译安装模块

    从源里安装的module有限,做反向代理的时候重写url需要用到ngx_http_substitutions_filter_module,配置好...