码迷,mamicode.com
首页 >  
搜索关键字:av foundation    ( 2760个结果
实验六
#include <stdio.h> #include <string.h> #include <windows.h>#include <stdlib.h> int average(int a,int b,int c) { int av; av=(a+b+c)/3; return av; } int ...
分类:其他好文   时间:2019-06-20 12:44:34    阅读次数:86
tomcat
1.tomcat简介 web服务器,它可以处理html静态文件,但是通常用来运行java开发的程序(jpress) Tomcat是Apache软件基金会(Apache Software Foundation)的Jakarta 项目中的一个核心项目,由Apache、Sun和其他一些公司及个人共同开发而 ...
分类:其他好文   时间:2019-06-15 10:24:27    阅读次数:156
AnyCAD三维控件(转)
在WinForm中可以方便的集成AnyCAD.Net三维控件,只需要以下几部即可完成。 一、添加DLL程序集 AnyCAD.Foundation.Net.dll AnyCAD.Presentation.Net.dll AnyCAD.Exchange.Net.dll 二、初始化控件 1.首先创建一个窗 ...
分类:其他好文   时间:2019-06-14 14:29:04    阅读次数:159
rsync client backup scripts
rsync 全网备份之客户端
分类:其他好文   时间:2019-06-09 18:25:17    阅读次数:115
互联网安全中心(CIS,Center for Internet Security)20项安全控制(CIS Controls)
今天在读CIS Controls (version 7.1)。 个人认为写得非常好。推荐所有致力于信息安全管理的专业人员研读。 下面做一个简短的介绍并说明我推荐的理由。 在CIS Controls中列出了20项安全控制。分为Basic(6项)、Foundation(10项)、Organization ...
分类:Web程序   时间:2019-06-07 13:07:32    阅读次数:1734
实验六
#include <stdio.h> #include <string.h> #include <windows.h> #include <stdlib.h> int average(int a,int b,int c) { int av; av=(a+b+c)/3; return av; } in ...
分类:其他好文   时间:2019-06-06 16:01:26    阅读次数:81
MyBatis
MyBatis 一、什么是MyBatis 1、简介 MyBatis 本是apache的一个开源项目iBatis, 2010年这个项目由apache software foundation 迁移到了google code,并且改名为MyBatis,实质上Mybatis对ibatis进行一些改进。 My ...
分类:其他好文   时间:2019-05-28 16:53:26    阅读次数:111
配置tomcat 服务 启动模式
1配置Tomcat的环境变量,其步骤如下: 计算机右击属性,打开环境变量 系统变量 新建变量名:CATALINA_HOME,变量值为:D:\Program Files\Apache Software Foundation\Tomcat 8.0(具体看Tomcat的安装路径),如下图: 打开PATH, ...
分类:其他好文   时间:2019-05-28 12:50:40    阅读次数:118
厉害了,Dubbo 正式毕业!
厉害了,2019/05/21 Apache软件基金会发表博文,宣布 Dubbo 在 2019/05/20 这天正式毕业,成为 Apache 的顶级项目。 参考:https://blogs.apache.org/foundation/entry/the apache software foundati ...
分类:其他好文   时间:2019-05-22 09:35:31    阅读次数:81
YOLOv1_paper
论文:https://www.cv-foundation.org/openaccess/content_cvpr_2016/papers/Redmon_You_Only_Look_CVPR_2016_paper.pdf ...
分类:其他好文   时间:2019-05-21 09:46:07    阅读次数:311
2760条   上一页 1 ... 19 20 21 22 23 ... 276 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!