Github10年回眸:怀抱开源,改变世界 ...
分类:
其他好文 时间:
2018-04-17 12:01:10
阅读次数:
168
download:download.virtualbox.org/virtualbox/5.0.10/virtualbox-5.0_5.0.10-104061~Ubuntu~trusty_amd64.deb 执行如下命令进行安装 apt-get install libqt5x11extras5 li ...
分类:
系统相关 时间:
2018-04-16 16:19:05
阅读次数:
375
今天还好吗?我是崔怪兽! 我们先看下webservice有关知识点: webservice就是远程调用技术,也叫XML Web Service WebService是一种可以接收从Internet或者Intranet上的其它系统中传递过来的请求,轻量级的独立的通讯技术。是:通过SOAP在Web上提供 ...
分类:
Web程序 时间:
2018-04-15 12:03:15
阅读次数:
195
导入jar包cxf的jar包 创建实体类 package com.yhd.webservice.cxf.server.poto; public class Person { private String name; private int age; public Person() { } publi ...
分类:
编程语言 时间:
2018-04-10 23:58:12
阅读次数:
325
主要参考ffmpeg 自带的decode_video.c 和 https://blog.csdn.net/leixiaohua1020/article/details/38868499 ...
分类:
其他好文 时间:
2018-04-07 01:14:42
阅读次数:
247
#include <iostream> #include <SDL.h> #include <windows.h> /* * Lesson 0: Test to make sure SDL is setup properly */ //#define LESSON_5 //#define LESSO ...
分类:
其他好文 时间:
2018-04-06 19:34:21
阅读次数:
146
#include <iostream> #include <SDL.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h> using namespace std; /* * Lesson 0 ...
分类:
其他好文 时间:
2018-04-06 19:34:13
阅读次数:
185
#include <iostream> #include <SDL.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h> using namespace std; /* * Lesson 0 ...
分类:
其他好文 时间:
2018-04-06 19:33:05
阅读次数:
251
首先了解一下什么是pygame:pygame是SDL1的python绑定,SDL又是基于OpenGL2,真的要写游戏的话pygame的封装比较底层,不太够用,很多东西都要自己实现(当然自由度也高),因此pygame作为初学者拿来练手是很不错的选择,可以用来实践很多2D游戏中常用的思想和算法3。 首先 ...
分类:
其他好文 时间:
2018-04-01 16:31:16
阅读次数:
1253
最简单的基于FFmpeg的移动端样例系列文章列表:最简单的基于FFmpeg的移动端样例:Android HelloWorld最简单的基于FFmpeg的移动端样例:Android 视频解码器最简单的基于FFmpeg的移动端样例:Android 视频解码器-单个库版最简单的基于FFmpeg的移动端样例: ...
分类:
移动开发 时间:
2018-03-18 20:09:07
阅读次数:
360