<?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
文章出处: https://www.cnblogs.com/dotnet261010/p/6275821.html 一、WPF简介 WPF:WPF即Windows Presentation Foundation,翻译为中文“Windows呈现基础”,是微软推出的基于Windows Vista的用户界 ...
<?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
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链接: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
1.Mybatis的介绍: mybatis本是apache的一个开源项目ibatis,2010年,这个项目由apache softwaer foundation迁移到了 google code,并改名为mybatis。2013年11月迁移到github。 mybatis是一个优秀的持久层框架,他对j ...
分类:
其他好文 时间:
2020-02-07 16:40:02
阅读次数:
50
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
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: 1)存储解码后的音频数据或视频数据. 2)AVFrame必须由av_frame_alloc() 来创建(Note:这只是用来创建AVFrame自身的内存空间,AVFrame结构体中的数据缓冲区,必须由其他方法来管理) 3)AVFrame必须由av_frame_free来释放 4)A ...
分类:
其他好文 时间:
2020-01-26 23:48:45
阅读次数:
114