简单高效的Markdown编辑器推荐:Typora

1月 4, 2016

Typora 是什么? Typora 是一款简单、高效而且非常优雅的 Markdown 编辑器,它提供了一种所 […]

Read the full article →

Windows下无法修复SD卡的解决办法

1月 1, 2016

用SD卡烧录Linux镜像之后,无法再windows里使用资源管理工具正常格式化SD卡,但是可以使用diskp […]

Read the full article →

将文件目录作为Webstorm项目打开

1月 1, 2016

将文件目录作为WebStorm项目打开 @echo off :: change the path below […]

Read the full article →

使用tcptraceroute跟踪TCP路由端口

12月 4, 2015

tcptraceroute 命令可以用TCP协议跟踪指定端口的路由,可以用于检测TCP端口阻断。 # 安装 t […]

Read the full article →

使用TCP协议的Ping测试

12月 3, 2015

PING是一种计算机网络工具,用来测试数据包能否透过IP协议到达特定主机。ping的运作原理是向目标主机传出一 […]

Read the full article →

ATOM 设置HTTP代理

12月 1, 2015

atom 使用package install安装相关依赖比较慢,有时候需要翻墙才能安装。 atom支持代理模式 […]

Read the full article →

Ubuntu14.04设置开机启动脚本

12月 1, 2015

什么是rc.local脚本 rc.local脚本是一个ubuntu开机后会自动执行的脚本,我们可以在该脚本内添 […]

Read the full article →

Atom快捷键(Windows版本)

11月 6, 2015

文件切换 ctrl-shift-s 保存所有打开的文件 cmd-shift-o 打开目录 cmd- 显示或隐藏 […]

Read the full article →

nodejs请求HTTPS报错的解决方法

10月 3, 2015

在用Nodejs发送https请求时候,出现\”Error: UNABLE_TO_VERIFY_L […]

Read the full article →

React和React Native的ES5 ES6的语法对照参考

9月 18, 2015

模块引用 在ES5里,如果使用CommonJS标准,引入React包基本通过require进行,代码类似这样: […]

Read the full article →