首页 软件开发 ( Page 1723 )

软件开发 20669

#Python
12306订票代码–python订票的另类方式

#!/usr/bin/env python # -*- encoding:utf-8 -*- ''' Created on 2014年12月30日 @author: liujich…

2014-10-16 289

#Objective-C
远程获取iOS设备的屏幕截图

#import <QuartzCore/QuartzCore.h> #import <sys/socket.h> #import <netinet/i…

2014-10-15 763

#Shell
Ubutun 发送邮件配置

echo "test email" | mail -s XXXXX test@lookicloud.com

2014-10-15 685

#Shell
判断文件夹是否存在

@echo off @title 批处理判断文件夹是否存在 if exist folder1 ( echo "已经存在文件夹" ) else ( md folder1 ) if n…

2014-10-15 940
1 1,721 1,722 1,723