识别选中照片中的二维码 点击相册按钮,打开用户相册 @IBAction func photoBtnClick(sender: AnyObject) { // 打开相册 // 1.判断是否能够打开相册 /* case PhotoLibrary 相册 case Camera 相机 case SavedPhotosAlbum 图片库 */ if !UIImagePickerController.isSourceTypeAvailable(UIImagePickerControllerSourceTyp…
问题 Linux系统下的Firefox无法打开在".domain"之前带有中划线的域名 eg:"http://su---.diandian.com/" 问题原因 域名不符合规范(参见 参考地址1) The labels must follow the rules for ARPANET host names. They must start with a letter, end with a letter or digit, and have as interior…