原文:https://members.loria.fr/SLazard/ARC-Visi3D/Pant-project/files/Line_Triangle.html 给出直线上两点坐标以及三角形三个顶点坐标(v0,v1,v2) 可能的情况为:相交或共面,相交中分为:穿过三角形,穿过三角形边缘,穿 ...
分类:
其他好文 时间:
2018-08-13 22:02:48
阅读次数:
189
Redis 的 Set 是 String 类型的无序集合。集合成员是唯一的,这就意味着集合中不能出现重复的数据 ...
分类:
其他好文 时间:
2018-08-10 01:09:33
阅读次数:
147
A family hierarchy is usually presented by a pedigree tree. Your job is to count those family members who have no child. Input Each input file contain ...
分类:
其他好文 时间:
2018-08-09 22:06:13
阅读次数:
201
Consul作为微服务的服务注册与发现组件,是非常重要的一部分 目前想用Consul作为配置管理的统一管理 准备两台机器 11.11.11.1011.11.11.20 下载consul linux版 https://www.consul.io/downloads.html //分别在两台机器上创建文 ...
分类:
系统相关 时间:
2018-08-08 19:28:14
阅读次数:
203
A family hierarchy is usually presented by a pedigree tree. Your job is to count those family members who have no child. Input Each input file contain ...
分类:
其他好文 时间:
2018-08-08 16:43:20
阅读次数:
327
安装python-redis python操作redis 这里只是列出了一些基本的操作,其实和命令行是一样的 ...
分类:
编程语言 时间:
2018-08-05 14:17:32
阅读次数:
182
tomcat8的session共享实现下载tomcat版本:apache-tomcat-8.0.53.zip实现步骤,只需要两步两个tomcat的server.xml都增加一样cluster配置<ClusterclassName="org.apache.catalina.ha.tcp.SimpleTcpCluster"channelSendOptions="8&
分类:
其他好文 时间:
2018-08-05 12:57:23
阅读次数:
243
官方文档: https://docs.microsoft.com/zh-cn/dotnet/csharp/programming-guide/classes-and-structs/static-classes-and-static-class-members https://www.cnblogs ...
分类:
其他好文 时间:
2018-08-04 17:33:21
阅读次数:
133
备库alert日志如下:Errors in file /data/app/oracle/diag/rdbms/standby/orcl/trace/orcl_m000_31006.trc:ORA-00313: open failed for members of log group 3 of thr ...
分类:
其他好文 时间:
2018-08-02 16:09:52
阅读次数:
673
V$LOG 显示CONTROLFILE记录的LOG FILE信息。 列名 描述 列名 描述 GROUP# 日志组号 THREAD# 日志线程号 SEQUENCE# 日志序列号 BYTES 日志文件大小(单位bytes) BLOCKSIZE 11.2新增字段,logfile的块大小 MEMBERS 日 ...
分类:
其他好文 时间:
2018-08-02 16:06:50
阅读次数:
386