题目 传送门 A Temporarily unavailable standard input/output 1 s, 256 MB 给一个线段ab, 问除去 c点圆心半径r覆盖的 线段多长,如果圆在线段外 直接输出 ab 长度就行, 若在线段内 则输出cout << max(b-a-max((mi ...
分类:
其他好文 时间:
2019-12-28 20:57:11
阅读次数:
95
参考:https://docs.microsoft.com/zh-cn/dotnet/standard/events/index?view=netframework-4.8 标题:处理和引发事件 .NET 中的事件基于委托模型。 委托模型遵循观察者设计模式,使订阅者能够向提供方注册并接收相关通知。 ...
分类:
其他好文 时间:
2019-12-28 16:22:33
阅读次数:
62
[TOC] 8 预处理 SWIG includes its own enhanced version of the C preprocessor. The preprocessor supports the standard preprocessor directives and macro exp ...
分类:
其他好文 时间:
2019-12-28 13:01:48
阅读次数:
356
360安全卫士里面有个组件叫流量防火墙,感觉挺好用,但是不想安装360全家桶,于是自己捣鼓着用C#写一个比较简化的版本。 查看电脑上开启的TCP或UDP端口,可以用netstat命令,netstat用法如下: 之前也有接触过netstat命令,因为开发的软件写死了端口,有时候开启失败,这时候会用ne ...
转自 26点的博客 链接:http://www.iamlintao.com/6711.html ...
分类:
Web程序 时间:
2019-12-27 20:20:36
阅读次数:
247
JSTL JSP为我们提供了可以自定义标签库(Tag Library)的功能,用来替代代码脚本,Sun公司又定义了一套通用的标签库名为JSTL(JSP Standard Tag Library),里面定义很多我们开发中常用的方法 使用JSTL 1.先引入JSTL标签库的jar包类库到WEB-INF/ ...
分类:
Web程序 时间:
2019-12-27 09:58:52
阅读次数:
97
一、Node安装 windows 1. Node.js (>=8.9, 推荐8.11.0+) Node官网下载 .msi 文件,按步骤下载安装即可。 安装完之后在cmd中输入 node -v,若显示版本号,则说明安装成功。 2. Git(命令行终端) Git官网下载安装即可。 Linux apt-g ...
分类:
其他好文 时间:
2019-12-26 17:56:04
阅读次数:
80
首先我们先介绍下什么是 sha1 ?大理石构件 sha的全称是:Secure Hash Algorithm(安全哈希算法)主要适用于数字签名标准 (Digital Signature Standard DSS)里面定义的数字签名算法(Digital Signature Algorithm DSA)。 ...
分类:
Web程序 时间:
2019-12-26 17:34:50
阅读次数:
161
1001 A+B Format (20分) Calculate a+b and output the sum in standard format -- that is, the digits must be separated into groups of three by commas (unl ...
分类:
其他好文 时间:
2019-12-24 23:42:32
阅读次数:
89
[TOC] 7 SWIG 与 C++11 7.1 引言 This chapter gives you a brief overview about the SWIG implementation of the C++11 standard. This part of SWIG is still a ...
分类:
编程语言 时间:
2019-12-23 22:44:32
阅读次数:
144