码迷,mamicode.com
首页 >  
搜索关键字:real    ( 2619个结果
插件+组件+空间
组件、插件、控件的区别 控件:是编程中用到的,按钮就算是一个控件,窗口也是等等 组件:是软件的一部分.软件的组成部分. 插件:网页中用到的,flash插件,没有它浏览器不能播放flash. 首先范围最广的应该是组件,英文component,提起组件我们不应该把他和具体的技术,什么dll文件,ocx控 ...
分类:其他好文   时间:2019-01-05 20:00:17    阅读次数:185
新年第一篇!西南民族大学第十届校赛(同步赛)
https://ac.nowcoder.com/acm/contest/322#question A.dreamstart的催促 代码: #include <cstdio> #include <cstring> #include <iostream> using namespace std; con ...
分类:其他好文   时间:2019-01-04 14:33:59    阅读次数:142
excel使用poi操作。
String real_path = request.getSession().getServletContext().getRealPath("/");//获取文件路径,我是通过模板进行导出,在项目中拿到模板 if (!real_path.endsWith("/")) { real_path = ...
分类:其他好文   时间:2019-01-03 14:10:16    阅读次数:168
rtx tiny os
步骤: 1. license management包含两项:artx51 real time os, PK51 2. code #include "rtx51tny.h" #include <reg51.h> sbit led0 = P2^0; sbit led1 = P2^1; sbit led2 ...
分类:其他好文   时间:2019-01-02 16:20:16    阅读次数:372
Unity more efficient find
Unity caches GameObjects based on their tags, so in a big scene with lots of objects, GameObject.FindWithTag is several orders of magnitudes faster th ...
分类:编程语言   时间:2019-01-01 22:46:31    阅读次数:267
upstream实现内网网站在公网访问
背景描述:公司内网有个网站aa.com,B部门需要访问这个aa.com,但是网站部署在内网服务器(服务器是192.168.1网段),B部门网段是192.168.100 需求描述:B部门需要访问aa.com,但是网段不一样无法实现内网访问,先需要将这个网站映射出去 方案:upstream+路由器端口映 ...
分类:Web程序   时间:2019-01-01 21:44:56    阅读次数:286
PHP递归和非递归遍历文件夹下文件
``` function readDirFiles($dir){ $files= []; $queue=[realpath($dir)]; $currentPath = current($queue); while($currentPath) { $path = $currentPath; if (... ...
分类:Web程序   时间:2019-01-01 21:44:41    阅读次数:235
PHP函数memory_get_usage获取PHP内存清耗量
(PHP 4 >= 4.3.2, PHP 5, PHP 7) memory_get_usage — 返回分配给 PHP 的内存量 说明 int memory_get_usage ([ bool $real_usage = false ] ) 返回当前分配给你的 PHP 脚本的内存量,单位是字节(by ...
分类:Web程序   时间:2019-01-01 14:04:48    阅读次数:231
Gravitee.io api gateway 试用
以前写过几篇关于整体介绍的以及 使用docker 运行的简单说明,有了docker-compose 环境我们可以 方便的进行测试使用了。 环境准备 docker-compose 文件 version: '3' ? networks: default: ? services: nginx: image ...
分类:Windows程序   时间:2019-01-01 11:11:26    阅读次数:472
Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks
Faster R CNN: Towards Real Time Object Detection with Region Proposal Networks 简介 Faster R CNN是很经典的two stage的目标检测方法,前面看了Selective Search以为在这里可以用到,但是作者 ...
分类:Web程序   时间:2018-12-31 20:20:24    阅读次数:322
2619条   上一页 1 ... 69 70 71 72 73 ... 262 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!