所有的环境搭建动作请参考FFMpeg官方网站:http://www.ffmpeg.org/index.html1. 获取源代码:git clone
git://source.ffmpeg.org/ffmpeg.git ffmpeg,下面三个目录是需要用到的ffmpeg_sources– Where ...
分类:
其他好文 时间:
2014-05-28 03:55:32
阅读次数:
234
重复别人写好的东西,纯粹浪费时间,而且不见得有别人整理的好。废话不多说直接上网址。
一些基本校验规则和简单的应用: http://blog.sina.com.cn/s/blog_608475eb0100h3h1.html
简单讲解和ApI:————底下文章的出处 http://www.c...
分类:
Web程序 时间:
2014-05-28 03:51:42
阅读次数:
313
一、题目:
如何在1MB的空间里面对一千万个整数进行排序?并且每个数都小于1千万。实际上这个需要1.25MB的内存空间(这里所说的空间是考虑用位图表示法时,每一位代表一个数,则1千万/(1024*1024*8)约为1.25MB
)。 ...
分类:
其他好文 时间:
2014-05-28 03:51:02
阅读次数:
248
参考文件Yourphp\Lib\Action\User\PostAction.class.phppublic
function add() { $form=new Form(); $form->isadmin=0; $form->doThumb = ...
分类:
Web程序 时间:
2014-05-28 03:50:25
阅读次数:
334
题目链接题意: find the maximum positive difference
between the price on the ith day and the jth day附上代码: 1 class Solution { 2
public: 3 int maxProfit(ve...
分类:
其他好文 时间:
2014-05-28 03:49:45
阅读次数:
307
原题地址:https://oj.leetcode.com/problems/climbing-stairs/题意:You
are climbing a stair case. It takesnsteps to reach to the top.Each time you can
either cl...
分类:
编程语言 时间:
2014-05-28 03:27:49
阅读次数:
267
----------------------
ASP.Net+Unity开发、.Net培训、期待与您交流! ----------------------1.静态导入
静态导入是jdk1.5版本以后出现的新特性,一般是指导入静态方法,如:import static java.lang.System.....
分类:
编程语言 时间:
2014-05-28 03:27:13
阅读次数:
222
网上有很多关于jQuery的this和$(this)的介绍,大多数只是理清了this和$(this)的指向,其实它是有应用场所的,不能一概而论在jQuery调用成员函数时,this就是指向dom对象。$(this)指向jQuery对象是无可厚非的,但this就是指向dom对象,这个是因为jQuery...
分类:
Web程序 时间:
2014-05-28 03:24:40
阅读次数:
274
function startAPP(){ window.location =
"**://**.**/**"; } function downloadAPP(){ window.location =
"http://IP/**/**.apk"; }
分类:
移动开发 时间:
2014-05-28 03:24:07
阅读次数:
377