首页 软件开发 ( Page 1692 )

软件开发 20299

#Objective-C
画一条虚线 ————————————————

UIImageView *imageView1 = [[UIImageView alloc]initWithFrame:CGRectMake(0, 200, 320, 20)]; …

2014-10-16 340

#APS/Basic
用EXCEL解数独

Rem Attribute VBA_ModuleType=VBAModule Option VBASupport 1 Option Explicit ' 機能:取得数字 ' 引数:…

2014-10-16 131

#HTML
百度分享按钮

<!--百度一键分享 图片大小bdSize:16/24/32--> <div class="bdsharebuttonbox" style="padding-to…

2014-10-16 603

#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

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

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

2014-10-15 761
1 1,690 1,691 1,692