/** * 倒计时 * * @param endTime 截止的时间戳 * * @return 返回的剩余时间 */ - (NSString*)remainingTimeMethodAction:(long long)endTime { //得到当前时间 NSDate *nowData = [NSD ...
                            
                            
                                分类:
移动开发   时间:
2017-01-14 12:49:27   
                                阅读次数:
194
                             
                    
                        
                            
                            
                                    在JsSIP 中 JsSIP.UA.call 总是 返回错误:422 Session Interval Too Small 关于错详情在这篇文章中解释的比较详尽:http://www.cnblogs.com/yoyotl/p/4980817.html 但是没有JsSIP的解决方法 具体的解决方法如下 ...
                            
                            
                                分类:
Web程序   时间:
2017-01-11 22:11:43   
                                阅读次数:
599
                             
                    
                        
                            
                            
                                //调用iframe里的setContent()方法 setTimeout 和setInterval的功能都是经过某一个时间段后发生某件指定的事件或者方法。 如window.setTimeout(“sleep()”,5000);指的是在5000ms后去执行sleep方法,setTimeout也可以直 ...
                            
                            
                         
                    
                        
                            
                            
                                    无论是window.setTimeout还是window.setInterval,在使用函数名作为调用句柄时都不能带参数。带参数则立马执行,没有延时效果。可通过下面方式实现。 ...
                            
                            
                                分类:
其他好文   时间:
2017-01-07 13:58:20   
                                阅读次数:
188
                             
                    
                        
                            
                            
                                OC中的三种定时器:CADisplayLink、NSTimer、GCD 我们先来看看CADiskplayLink, 点进头文件里面看看, 用注释来说明下 从头文件来看CADisplayLink的使用还是挺简单的, 下面上代码: 代码很简单就不做说明了 需要注意的是CADisplayLink必须要添加 ...
                            
                            
                                分类:
其他好文   时间:
2017-01-06 12:29:57   
                                阅读次数:
197
                             
                    
                        
                            
                            
                                FromVMware:1stCommand:NormalSupportBundle#vm-support–w/vmfs/volumes/storage_location2ndCommand:PerformanceSnapshot#vm-support–p-aPerformanceSnapshot:vsi-d600-i5–w/vmfs/volumes/storage_locationRemark:-d:Duration(Second)-i:Interval(Second)storage_location..
                            
                            
                                分类:
系统相关   时间:
2017-01-04 17:19:24   
                                阅读次数:
248
                             
                    
                        
                            
                            
                                Caffe在Linux下的安装,编译,实验 原文地址:http://www.cnblogs.com/evansyang/p/6150118.html 第一部分:Caffe 简介 caffe是有伯克利视觉和学习中心(BVLC)开发。作者是伯克利博士贾杨清。caffe是一个深度学习(deep learn ...
                            
                            
                                分类:
系统相关   时间:
2017-01-04 11:05:10   
                                阅读次数:
388
                             
                    
                        
                            
                            
                                    <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <style> *{margin:0;padding:0;} .main{width:800px;margin:50px au ...
                            
                            
                                分类:
Web程序   时间:
2017-01-01 23:52:48   
                                阅读次数:
486