码迷,mamicode.com
首页 >  
搜索关键字:av foundation    ( 2760个结果
maven配置文件,含阿里云公共镜像,spring仓库
<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the ...
分类:编程语言   时间:2020-02-18 09:30:55    阅读次数:134
WPF教程一:基础
文章出处: https://www.cnblogs.com/dotnet261010/p/6275821.html 一、WPF简介 WPF:WPF即Windows Presentation Foundation,翻译为中文“Windows呈现基础”,是微软推出的基于Windows Vista的用户界 ...
分类:Windows程序   时间:2020-02-17 16:29:18    阅读次数:97
Maven的Setting配置
<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the ...
分类:其他好文   时间:2020-02-12 22:07:10    阅读次数:64
JavaWeb——Tomcat
Tomcat Tomcat是Apache 软件基金会(Apache Software Foundation)的Jakarta 项目中的一个核心项目,由 "Apache" 、Sun 和其他一些公司及个人共同开发而成。Tomcat 5支持最新的Servlet 2.4 和JSP 2.0 规范。 因为Tom ...
分类:编程语言   时间:2020-02-09 20:10:57    阅读次数:84
thrift程序(例子2)
thrift链接:https://www.cnblogs.com/sxrtb/p/12209455.html 一 thrift文件 文件名为tutorial.thrift /* * Licensed to the Apache Software Foundation (ASF) under one ...
分类:其他好文   时间:2020-02-08 17:29:03    阅读次数:47
Mybatis_1 mybatis的介绍
1.Mybatis的介绍: mybatis本是apache的一个开源项目ibatis,2010年,这个项目由apache softwaer foundation迁移到了 google code,并改名为mybatis。2013年11月迁移到github。 mybatis是一个优秀的持久层框架,他对j ...
分类:其他好文   时间:2020-02-07 16:40:02    阅读次数:50
Tomcat(一):Tomcat启动时加载web.xml
server.xml配置文件样例: <?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license a ...
分类:Web程序   时间:2020-02-07 10:44:22    阅读次数:139
Apache Tomcat下载、安装、配置图文教程
Tomcat是Apache 软件基金会(Apache Software Foundation)的Jakarta 项目中的一个核心项目,由Apache、Sun 和其他一些公司及个人共同开发而成。由于有了Sun 的参与和支持,最新的Servlet 和JSP 规范总是能在Tomcat 中得到体现,Tomc ...
分类:Web程序   时间:2020-02-04 23:44:14    阅读次数:96
格式化和挂载数据盘
一、挂载数据盘下面以新买的服务器为例介绍挂载数据盘的操作过程。参考资料 https://help.aliyun.com/document_detail/25426.html [root@iZ2ze41df2mogmrk6x6e5jZ ~]# df -hlFilesystem Size Used Av ...
分类:其他好文   时间:2020-01-30 12:27:55    阅读次数:91
AVFrame 解析
AVFrame: 1)存储解码后的音频数据或视频数据. 2)AVFrame必须由av_frame_alloc() 来创建(Note:这只是用来创建AVFrame自身的内存空间,AVFrame结构体中的数据缓冲区,必须由其他方法来管理) 3)AVFrame必须由av_frame_free来释放 4)A ...
分类:其他好文   时间:2020-01-26 23:48:45    阅读次数:114
2760条   上一页 1 ... 10 11 12 13 14 ... 276 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!