- 授权协议: 未知
- 开发语言: C/C++
- 操作系统: 跨平台
- 软件首页: https://github.com/rr-/shot
- 软件文档: https://github.com/rr-/shot.git
- 官方下载: https://github.com/rr-/shot.git
软件介绍
Shot是一款命令行截图工具的软件。
特性:
跨平台:
Windows
GNU/Linux (X11 + XRandR)
多种区域选择方法:
the whole desktop
currently focused window
currently focused monitor (established by focused window)
specific monitor
specific window
specific rectangle (passed as string)
interactive selection with a special window
交互式选择行动:
GNU / Linux的编译:
1.安装libpng
2.运行以下指令
./bootstrap ./waf configure ./waf
3.如果你想全范围安装
sudo ./waf install
Windows的交叉编译
1.安装mxe且编译libpng:
git clone https://github.com/mxe/mxe.git cd mxe make libpng
2.配置shell并使用mxe:
MXE_PATH=~/src/mxe/
CROSS=i686-w64-mingw32.static-
export PATH="$MXE_PATH/usr/bin/:$PATH"
export CC=${CROSS}gcc
export AR=${CROSS}ar
export PKGCONFIG=${CROSS}pkg-config3.使用常规方法编译项目。
Ajax开发精要
柯自聪 / 电子工业出版社 / 2006 / 45.00
书籍目录: 概念篇 第1章 Ajax介绍 2 1.1 Ajax的由来 2 1.2 Ajax的定义 3 1.3 Web应用程序的解决方案 5 1.4 Ajax的工作方式 7 1.5 小结 8 第2章 B/S请求响应机制与Web开发模式 9 2.1 HTTP请求响应模型 9 2.2 B/S架构的请求响应机......一起来看看 《Ajax开发精要》 这本书的介绍吧!
