码迷,mamicode.com
首页 >  
搜索关键字:auto summary rip    ( 30448个结果
opencv-setMouseCallBack 鼠标事件响应
参考:https://blog.csdn.net/dcrmg/article/details/52027847 setMouseCallBack(1,2,3); 一般有三个参数 第一个是 要操作的窗口 第二个是 回调的函数 第三个是 要操作的图像——(void*)(&image) setMouseC ...
分类:其他好文   时间:2021-03-29 12:03:28    阅读次数:0
缓冲流
字节缓冲流:BufferedInputStream,BufferedOutputStream 字符缓冲流:BufferedReader,BufferedWriter 1.1 字节缓冲流 构造方法 public BufferedInputStream(InputStream in) :创建一个 新的缓 ...
分类:其他好文   时间:2021-03-29 11:55:50    阅读次数:0
asp.net core 添加创建读取配置文件appsettings帮助类
直接上代码: 需要引用using Microsoft.Extensions.Configuration; public class AppSettings { /// <summary> /// 配置文件的根节点 /// </summary> private static readonly ICon ...
分类:移动开发   时间:2021-03-26 15:23:11    阅读次数:0
Leetcode 111. Minimum Depth of Binary Tree
Description:Given a binary tree, find its minimum depth. The minimum depth is the number of nodes along the shortest path from the root node down to t ...
分类:其他好文   时间:2021-03-18 14:37:13    阅读次数:0
页面布局
##基础居中布局 .wrap{ width:1000px; margin:0 auto; } </style> <div class="nav wrap"></div> <div class="header wrap"></div> <div class="footer wrap"></div> # ...
分类:其他好文   时间:2021-03-18 14:16:42    阅读次数:0
Passpoint测试查询到的官方指导,先存后看防遗失
wpa_supplicant and Hotspot 2.0 This document describe how the IEEE 802.11u Interworking and Wi-Fi Hotspot 2.0 (Release 1) implementation in wpa_suppli ...
分类:其他好文   时间:2021-03-18 14:15:04    阅读次数:0
Description相关
public static class DescriptionUtil { /// <summary> /// 获得枚举的Description /// </summary> /// <param name="value">枚举值</param> /// <param name="nameInste ...
分类:其他好文   时间:2021-03-18 14:08:16    阅读次数:0
Ubuntu 18.04 IP 设置
配置文件 vi /etc/network/interfaces 自动IP # interfaces(5) file used by ifup(8) and ifdown(8) auto lo iface lo inet loopback auto ens33 iface ens33 inet dhc ...
分类:系统相关   时间:2021-03-17 14:16:49    阅读次数:0
call、apply、bind方法分析及应用
call call()方法功能:指定函数的this,执行函数并传参 参数: fn.call(thisArg,arg1,arg2,ar3,......) ? thisArg 指定让this指向的对象,若指定了null或者undefined则内部this指向window ? arg1,arg2,ar3, ...
分类:移动开发   时间:2021-03-17 14:11:32    阅读次数:0
CF8C Looking for Order
原题链接 题意:给$n ? 24$个点,然后给出起点,从起点出发,一个人一次只能拿一个或者两个东西,然后放回起点,求最短路径长度,并输出方案数。 题解:应该是状压dp,但是并没有想清楚,一开始就写了一个假暴力。$dp_s$代表了拿这些物品的最短路径长度,然后应该是$dp_0 = 0$显然,然后应当从 ...
分类:其他好文   时间:2021-03-17 14:09:08    阅读次数:0
30448条   上一页 1 ... 31 32 33 34 35 ... 3045 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!