[已解决]swift中格式化NSDate得到毫秒数
crifan 9年前 (2016-04-27) 4161浏览 0评论
之前通过: //get date formatted string //2015/11/28 10:48:12 func toString(dateFormat:String) -> String { l...
工作相关的技术文章
crifan 9年前 (2016-04-27) 4161浏览 0评论
之前通过: //get date formatted string //2015/11/28 10:48:12 func toString(dateFormat:String) -> String { l...
crifan 9年前 (2016-04-27) 3514浏览 0评论
android autobahn send ping Send ping message from autobahn android websocket client – Stack Overflow java – Conne...
crifan 9年前 (2016-04-27) 17058浏览 0评论
web browser websocket ping 浏览器 websocket ping Can I use… Support tables for HTML5, CSS3, etc WebSocket – 维基百科...
crifan 9年前 (2016-04-26) 3615浏览 0评论
uboot eeprom read [U-Boot-Users] how to use ‘eeprom read’ command <code>> => help eeprom &...
crifan 9年前 (2016-04-26) 3705浏览 0评论
iOS的swift中已经添加了: // override func viewDidDisappear(animated: Bool) { // super.viewDidDisappear(animated) // ...
crifan 9年前 (2016-04-26) 6413浏览 0评论
iOS的swift中的websocket用的库是:starscream。 用websocket接收消息,刚开始连接后,收发消息一直是正常的。 但是过了段时间,大概不到10分钟,然后就无法正常接收到,别的(web)端发送到消息了 然后后来发现andro...
crifan 9年前 (2016-04-26) 3632浏览 0评论
之前用: func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -&...
crifan 9年前 (2016-04-26) 6124浏览 0评论
手上有个xmind文件,mac中无法打开。用之前的: [已解决]Mac版的Mindmap 的SimpleMind Free也打不开: mac xmind mac xmind free mac xmind 免费 XMind 7中文版免费下载_XMin...
crifan 9年前 (2016-04-25) 4558浏览 0评论
折腾: 【整理】android上架市场代理 中提到了: “360手机助手、腾讯应用宝、百度手机助手、91手机助手、豌豆荚这5个市场可谓是占安卓手机应用市场分发的超大份额。” 和: “每个市场也许会布局不同,但内容大致一样,图标、apk、文字介绍、关键...
crifan 9年前 (2016-04-23) 2200浏览 0评论
用代码: func tableView(tableView: UITableView, heightForRowAtIndexPath indexPath: NSIndexPath) -> CGFloat { let m...