自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (5)
  • 收藏
  • 关注

原创 c fork sleep

#include <unistd.h>#include <stdio.h> int main(){ pid_t fpid; int count = 0; fpid = fork(); if (fpid < 0) { printf("error in fork!"); } else if (fpid == 0) { sleep(1); printf("这是子进程 pi.

2021-05-26 16:07:23 202

原创 linux centos 安装 ffmpeg 错误解决

*** Could not run Ogg test program, checking why... *** The test program compiled, but did not run. This usually means *** that the run-time linker is not finding Ogg or finding the wrong *** version ...

2018-09-27 18:26:22 2363

原创 eclipse 出现的一些问题解决

1  Plug-in org.eclipse.jdt.ui was unable to load class org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor 解决办法删除工资目录下 .metadata/.plugins/org.eclipse.jdt.core/variablesAndContainers...

2018-08-14 10:22:11 797 1

linux ffmpeg 完整安装包

linxu 环境 ffmpeg 各个插件安装包 和 ffmpge4.0.2 安装包

2018-12-20

mybatis-spring-1.1.1.jar

mybatis-spring

2014-10-21

c3p0-0.9.2.1.jar

c3p0-0.9.2.1.jar

2014-10-21

springmvc+hibernate整合的一个小例子

这是我自己写的一个比较简单的springmvc+hibernate整合的一个小例子,很简单。适合初学者观看

2014-07-11

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除