Chinaunix首页 | 论坛 | 博客
  • 博客访问: 6213006
  • 博文数量: 2759
  • 博客积分: 1021
  • 博客等级: 中士
  • 技术积分: 4091
  • 用 户 组: 普通用户
  • 注册时间: 2012-03-11 14:14
文章分类

全部博文(2759)

文章存档

2019年(1)

2017年(84)

2016年(196)

2015年(204)

2014年(636)

2013年(1176)

2012年(463)

发布时间:2012-12-20 13:50:32

原文:http://blog.csdn.net/sdccyong/article/details/6289410[cpp] view plaincopy/* IDEA.h */  #ifndef IDEA_H  #define IDEA_H    /* define return status */  #define IDEA_SUCCESS    &nbs......【阅读全文】

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

发布时间:2012-12-20 13:50:16

       Kazam 是一款Linux上的简洁并且功能强大的桌面录制工具,喜欢录屏的童鞋可以尝试下安装改软件。您也可以选择录制声音的支持和pulseaudio的任何声音设备输入,记录任何VP8/WebM视频格式的视频。 添加 PPA 并安装命令(支持 Ubuntu Precise/Quantal/Raring): sudo add-apt-repository ppa:kazam-team/unstable-series sudo apt-get update sudo apt-get install kazam......【阅读全文】

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

发布时间:2012-12-20 13:49:35

#include <iostream> #ifdef WIN32 #include <windows.h> #else #include <sys/time.h> #endif using std::cout; using std::endl; long GetMillisecond() {     long    lMillisecond = 0L; #ifdef WIN32     SYSTEMTIME   ......【阅读全文】

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

发布时间:2012-12-19 01:55:18

#include <stdio.h>#include <stdlib.h>#include <string.h>#include <unistd.h>#include <fcntl.h>#include <errno.h>#include <linux/input.h>#include <linux/uinput.h>void usage(void){    printf(" Usage : keyboard <kye number> [key ......【阅读全文】

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

发布时间:2012-12-19 01:54:06

1、测试代码import java.io.File; import java.io.IOException;   import org.jsoup.Jsoup; import org.jsoup.nodes.Document; import org.jsoup.select.Elements;   public class Test {     public static void main(String[] args) {       &n......【阅读全文】

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

登录 注册