1.VB的一些项目中常用的通用方法: ' 设置校验键盘输入值,数字 Public Function kyd(key As Integer) As Integer Dim mychar mychar = ) & Chr() If InStr(mychar, Chr(key)) = Then kyd = ' MsgBox "只能输入数字" Exit Function Else kyd = key End If End Function ' 设置校验键盘输入值,数字 Public F…
Xcode 6.4项目中的常见文件(info.plist) 代码中获取 info.plist[NSBundle mainBundle] infoDictionary]; Bundle display name 程序的名字Bundle identifier 程序的唯一标识 com.公司名.项目名Bundle name itunes显示的名字 CFBundleDisplayName is used in the grid of apps on iOS devicesCFBundleName is u…