1,01.zipDialogs in DLL在DLL中实现对话框(5KB)2,02.zipExport dialogs in MFC Extension DLLs在MFC扩充DLL中输出对话框(12KB)3,03.zipRemapping resource scr ipt ID's重影象资源的标识符(4KB)4,04.zipDetermine DLL version number检测DLL的版本号(7KB)5,05.zipGetting the complete information abo
外壳脚本
我的特定系统的Shell脚本。
Linux
- Speedtest : measure network speed and logs results
视窗
- SyncWithRemoteTask : creates scr ipt and schedule for backup local to remote
Bash脚本
指数:
#! 脚本中使用的语法,用于指示要在UNIX / Linux操作系统下执行的解释器。 #!/bin/sh或#!/usr/bin/sh或#!/bin/bash或#!/usr/bin/env [shell]
单行注释:以#开头的单行将被视为到行末的注释。 # This is a single line comment
多行注释:多行开头: '和结束与'将被视为一个多行注释。
: ' This is the line 1 of multi-line comment. this