摘要: // // TableViewController.swift // TableView // // Created by ITD on 6/8/18. // Copyright © 2018年 ITD. All rights reserved. // import UIKit class Tabl 阅读全文
posted @ 2018-08-10 15:08 hbyjw 阅读(845) 评论(0) 推荐(0)
摘要: 身份证: ^[1-9]\\d{5}[1-9]\\d{3}((0\\d)|(1[0-2]))(([0|1|2]\\d)|3[0-1])\\d{3}([0-9]|X)$ 中文: ^[\\u4e00-\\u9fa5]{0,}$ 手机: 0?(13|14|15|17|18|19)[0-9]{9} 阅读全文
posted @ 2018-08-08 14:16 hbyjw 阅读(116) 评论(0) 推荐(0)
摘要: defaults write com.apple.finder AppleShowAllFiles Yes && killall Finder //显示隐藏文件 defaults write com.apple.finder AppleShowAllFiles No && killall Finde 阅读全文
posted @ 2017-05-23 22:04 hbyjw 阅读(148) 评论(0) 推荐(0)
摘要: 1.添加视频播放的 MIME类型 2.关闭或者打开(飞讯的APP后台需要关闭)IIS里面的启用父路径 3.检查网站的HTTP响应头里面是否添加了Accept-Ranges: bytes 有的话删掉 阅读全文
posted @ 2017-04-20 11:32 hbyjw 阅读(246) 评论(0) 推荐(0)