Chinaunix首页 | 论坛 | 博客
  • 博客访问: 856775
  • 博文数量: 1384
  • 博客积分: 27795
  • 博客等级: 上将
  • 技术积分: 16887
  • 用 户 组: 普通用户
  • 注册时间: 2011-04-12 09:28
个人简介

只是心态,抓住机会。

文章分类

全部博文(1384)

文章存档

2014年(3)

2013年(403)

2012年(978)

发布时间:2012-12-21 17:11:26

cookies和session的区别,forward和redirecthttp://hi.baidu.com/ma_cun/item/30cfbe3076a0d794f5e4add21.session和cookies的区别        session:服务器端,只有浏览器不关闭,就可以共享一个session。session是服务器端自动写的,不需要客户端写。只用request获取session。        cookies:客户端,......【阅读全文】

阅读(617) | 评论(0) | 转发(0)

发布时间:2012-12-18 23:00:43

 linux下的C语言开发(gdb调试)分类: Linux开发2012-01-13 19:35 4628人阅读 评论(5) 收藏 举报【 声明:版权所有,欢迎转载,请勿用于商业用途。  联系信箱:feixiaoxing @163.com】    编写代码过程中少不了调试。在windows下面,我们有visual studio工具。在linux下面呢,实际上除了gdb工具之外,你没有别的选择。那么,怎么用gdb进行调试呢?我们可以一步一步来试试看。[cpp] view plaincopy#incl......【阅读全文】

阅读(1377) | 评论(0) | 转发(0)

发布时间:2012-12-18 20:36:49

Your original request has been modified.  "C/C++ Development Tools" is already present because other installed software requires it.  It will be added to the installed software list.  "C/C++ GCC Cross Compiler Support" will be ignored because a newer version is already installed. ......【阅读全文】

阅读(8222) | 评论(0) | 转发(0)

发布时间:2012-12-18 16:42:55

Your original request has been modified.  "C/C++ Development Tools" is already present because other installed software requires it.  It will be added to the installed software list.  "C/C++ Development Platform" will be ignored because a newer version is already installed.  ......【阅读全文】

阅读(8576) | 评论(0) | 转发(0)

发布时间:2012-12-18 14:30:53

使用ffmpeg生成视频预览图http://1.richitec.sinaapp.com/?p=722012年5月24日huuguanghui发表评论阅读评论视频网站中,我们需要为每个视频文件生成一个或者多个预览图片。使用ffmpeg可以非常方便地生成视频预览图片:ffmpeg-itsoffset -2-i <input.mp4>-f  rawvideo-vcodec mjpeg-vframes 1-s 128×96-an <output.jpg>各个参数的含义如下:-itsoffset  -2 指定从视频的第几秒开始截取缩略图-i &nb......【阅读全文】

阅读(5567) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册