开源地址:https://github.com/dunitian/LoTHTML5/tree/master/LoTVideo第一步引入lotvideo.js(先确认在这个前面引入了jq包)第二步:传入video的id 在video原有的基础上支持暂停播放,快进,调声音等等功能
                            
                            
                                分类:
Web开发   时间:
2016-01-19 19:14:21   
                                收藏:
0  评论:
0  赞:
0  阅读:
159
                             
                         
                    
                        
                            
                            
                                1.何时应当使用margin:需要在border外侧添加空白时。空白处不需要背景(色)时。上下相连的两个盒子之间的空白,需要相互抵消时。如15px + 20px的margin,将得到20px的空白。何时应当时用padding:需要在border内测添加空白时。空白处需要背景(色)时。上下相连的两个盒...
                            
                            
                                分类:
其他   时间:
2016-01-19 19:14:10   
                                收藏:
0  评论:
0  赞:
0  阅读:
137
                             
                         
                    
                        
                            
                            
                                Reference: http://closedxml.codeplex.com/add namespace:usingClosedXML.Excel;usingSystem.IO;Method: publicvoidExportDataToExcel(DataTabledt,stringfile....
                            
                            
                                分类:
Web开发   时间:
2016-01-19 19:13:40   
                                收藏:
0  评论:
0  赞:
0  阅读:
200
                             
                         
                    
                        
                            
                            
                                PolygonJohn has been given a segment of lenght N, however he needs a polygon. In order to create a polygonhe has cut given segment K...
                            
                            
                                分类:
其他   时间:
2016-01-19 19:13:30   
                                收藏:
0  评论:
0  赞:
0  阅读:
187
                             
                         
                    
                        
                            
                            
                                支持解冻、冻结APP支持在本APP列表隐藏指定APP支持检测系统核心APP,防止误点冻结导致手机变砖支持清理APP缓存支持强制停止APPApk文件仅仅47KB自用、开源类似APP:App Quarantine、黑白门、冰箱 Ice Box等等版本:v160119.04.03.045更新时间:2016...
                            
                            
                                分类:
移动平台   时间:
2016-01-19 19:13:21   
                                收藏:
0  评论:
0  赞:
0  阅读:
222
                             
                         
                    
                        
                            
                            
                                客户端使用tnsping没有问题,但使用sqlplus连接时却报错。cmd->tnsping 192.168.56.101:1521/ora11gR2tnsping命令:如果能够ping通,则说明客户端能解析listener的机器名,而且lister也已经启动,但是并不能说明数据库已经打开,而且ts...
                            
                            
                                分类:
数据库技术   时间:
2016-01-19 19:13:10   
                                收藏:
0  评论:
0  赞:
0  阅读:
308
                             
                         
                    
                        
                            
                            
                                1.开源中国社区 http://www.oschina.net/2.麦子学院http://www.maiziedu.com/3.慕课网http://www.imooc.com/4.码农网http://www.codeceo.com/5.推酷http://course.tuicool.com/6.中国...
                            
                            
                                分类:
Web开发   时间:
2016-01-19 19:13:00   
                                收藏:
0  评论:
0  赞:
0  阅读:
157
                             
                         
                    
                        
                            
                            
                                //TextBox1.Text = TongYong.SuiJi.SuiJiMingZi(2); public class SuiJi { //TextBox1.Text = TongYong.SuiJi.SuiJiMingZi(2); #region 生成随...
                            
                            
                                分类:
其他   时间:
2016-01-19 19:12:51   
                                收藏:
0  评论:
0  赞:
0  阅读:
102
                             
                         
                    
                        
                            
                            
                                模板:获取验证码脚本:// 生成六位数字验证码 $(".code").html(null); function createCode() { var code = ""; var length = 6; var i; var str...
                            
                            
                                分类:
Web开发   时间:
2016-01-19 19:12:40   
                                收藏:
0  评论:
0  赞:
0  阅读:
194
                             
                         
                    
                        
                            
                            
                                描述: android.app.Application类和Activity, Service一样是Android框架的一个系统组件,当Android程序启动时系统会创建一个Application对象,用来存储系统的一些信息。 Android系统会自动在每个程序启动时创建一个Application.....
                            
                            
                                分类:
移动平台   时间:
2016-01-19 19:12:30   
                                收藏:
0  评论:
0  赞:
0  阅读:
212
                             
                         
                    
                        
                            
                            
                                Android源码中是这样来描述DisplayMetrics的。/** * A structure describing general information about a display, such as its * size, density, and font scaling. * To ...
                            
                            
                                分类:
移动平台   时间:
2016-01-19 19:12:20   
                                收藏:
0  评论:
0  赞:
0  阅读:
258
                             
                         
                    
                        
                            
                            
                                在MRC模式下,我们建一个Person类的对象.h文件如下 1 #import 2 3 @interface Person : NSObject 4 @property (nonatomic, retain)NSString *name; 5 @property (nonatomic, reta.....
                            
                            
                                分类:
其他   时间:
2016-01-19 19:12:12   
                                收藏:
0  评论:
0  赞:
0  阅读:
124
                             
                         
                    
                        
                            
                            
                                1.创建远程git仓库2.复制远程仓库地址,最好选择http的地址。3.在自己的电脑上下载一个SourceTree,然后在自己的电脑上建立链接。点击左上角的+号桶开始添加,弄好点击Clone4.在终端上输入指令,开始添加项目啦!下面图片里的文字写错了,应该是添加到git的缓存区!!!5.上图就是显示...
                            
                            
                                分类:
移动平台   时间:
2016-01-19 19:11:40   
                                收藏:
0  评论:
0  赞:
0  阅读:
414
                             
                         
                    
                        
                            
                            
                                1. name属性只在少数html元素中有效:包括表单、表单元素、和元素。基于name属性的值选取html元素,可以使用document对象的getElementByName()方法。var radioButtons = document.getElementByName("color");注:在I...
                            
                            
                                分类:
编程语言   时间:
2016-01-19 19:11:30   
                                收藏:
0  评论:
0  赞:
0  阅读:
144
                             
                         
                    
                        
                            
                            
                                Android studio svn使用
                            
                            
                                分类:
移动平台   时间:
2016-01-19 19:11:20   
                                收藏:
0  评论:
0  赞:
0  阅读:
422
                             
                         
                    
                        
                            
                            
                                下载链接:github不断更新地址:https://github.com/gsdios/SDCycleScrollView使用原理:采用UICollectionView的重用机制和循环滚动的方式实现图片的无限轮播,播放非常顺畅,解决了UISCrollView使用时从最后一张跳到第一张时的生硬状态。主...
                            
                            
                                分类:
移动平台   时间:
2016-01-19 19:11:01   
                                收藏:
0  评论:
0  赞:
0  阅读:
768
                             
                         
                    
                        
                            
                            
                                C++的自定义线程函数内调用了一个自定义的yield()接口。在windows上是调用了SwitchToThread来实现的,linux是pthread_yield实现的。Sleep(0):时间片只能让给优先级相同或更高的线程;SwitchToThread():只要有可调度线程,即便优先级较低,也会...
                            
                            
                                分类:
编程语言   时间:
2016-01-19 19:10:50   
                                收藏:
0  评论:
0  赞:
0  阅读:
407
                             
                         
                    
                        
                            
                            
                                http://blog.csdn.net/ycwol/article/details/41824371?utm_source=tuicool&utm_medium=referral最近在用kindeditor 编辑器,在上传本地图片的时候遇到了点问题,不能正确的上传。现在把使用 kindeditor...
                            
                            
                                分类:
Web开发   时间:
2016-01-19 19:10:41   
                                收藏:
0  评论:
0  赞:
0  阅读:
248
                             
                         
                    
                        
                            
                            
                                关于错误Access Violation和too many consecutive exceptions 解决方法“如果DLL中用到了DELPHI的string类型,则DLL和主程序中都需要加上ShareMem”。DLL项目加ShareMem这个我知道,但主程序中也要加?这我就不明白了,为什么以前不...
                            
                            
                                分类:
数据库技术   时间:
2016-01-19 19:10:30   
                                收藏:
0  评论:
0  赞:
0  阅读:
985
                             
                         
                    
                        
                            
                            
                                在android中有五种保存数据的方法。各自是:Shared PreferencesStore private primitive data in key-value pairs.相应属性的键值对属性文件存储Internal StorageStore private data on the devi...
                            
                            
                                分类:
移动平台   时间:
2016-01-19 19:10:21   
                                收藏:
0  评论:
0  赞:
0  阅读:
152