工具软件

SyntaxHighlighter 

网页高亮显示代码的开源工具 (基于javascript http://t.cn/hGhujG)

Clink 

Clink combines the native Windows shell cmd.exe with the powerful command line editing features of the GNU Readline library, which provides rich completion, history, and line-editing capabilities. Readline is best known for its use in the well-known Unix shell Bash, the standard shell for Mac OS X and many Linux distributions.

XAMPP

XAMPP(Apache+MySQL+PHP+PERL)是一个功能强大的建 XAMPP 软件站集成软件包。它可以在Windows、Linux、Solaris、Mac OS X 等多种操作系统下安装使用。
以前需要自己安装tomcate,mysql等,有了它方便许多。
可以在这里下载。

开启Tomcat之后,可以在浏览器里输入: http://localhost:8080来打开tomcat的后台管理界面

默认是不能管理和部署应用程序的,需要创建用户和设置用户权限,点击Xampp主界面的Tomcat对应的Config

添加用户和设置权限即可

部署应用程序

两种方式,可以通过tomcat的后台管理页面上传压缩文件,也可以直接将应用程序放到C:xampp omcatwebapps目录下面(推荐这种方式,方便快速)。

Synergy

tag: 共享鼠标和键盘,跨平台

1. 阅读:

a. 两台电脑共享一套鼠标键盘-Linux&windows

b. Synergy 一套键鼠同时控制多台电脑的神器!超级方便!(开源免费,支持Win/Mac/Linux)

2. Installation (version 1.7.1)
Install on ubuntu 14.04
Install on mac (Download source code, compile on mac)
Install on Win7(Download)

3. Source code:
https://github.com/symless/synergy

一些小技巧

1. 添加右键快捷菜单项

app_path  "%1" (参考msdn文档)

原文地址:https://www.cnblogs.com/xianzhon/p/4202367.html