#!/usr/bin/env python # -*- encoding:utf-8 -*- ''' Created on 2014年12月30日 @author: liujich…
#import <QuartzCore/QuartzCore.h> #import <sys/socket.h> #import <netinet/i…
echo "test email" | mail -s XXXXX test@lookicloud.com
@echo off @title 批处理判断文件夹是否存在 if exist folder1 ( echo "已经存在文件夹" ) else ( md folder1 ) if n…
在 Ubuntu 下通过 PPA 安装 Github Atom 编辑器