tar xf dubbo-monitor-simple-2.8.4-assembly.tar.gz cd dubbo-monitor-simple-2.8.4 vi conf/dubbo.properties dubbo.container=log4j,spring,registry,jettydu ...
分类:
其他好文 时间:
2019-11-13 22:24:13
阅读次数:
124
文件读写 with open('Game/Dota.txt','w')as file: file.write('Radiant Victory! ') 当Game文件夹未创建时,出现FileNotFoundError 必须手动创建文件夹,或者用 import os # 创建的目录 path = "G ...
分类:
编程语言 时间:
2019-11-13 16:02:38
阅读次数:
64
给定一个 2n 个结点的完全二分图,1~n 在左边,n+1~2n 在右边。第 i 个点与第 j+n 个点的边权为 aij,且 aij 互不相同。
Alice 与 Bob 在这个图上博弈。
一开始 Alice 选择 "increase" 或 "decrease",Bob 自动得到另一个。然后 Ali... ...
分类:
其他好文 时间:
2019-11-13 11:12:12
阅读次数:
107
Game 重述题意: 有这样一个游戏, 这个游戏里有n只怪, 每只怪血量 $a_i$ 每次攻击时, 玩家选择一个数$p$, 使得 c++ for(int i = p; i $$ \begin{align} 动态规划:\\ &f(i,sta) = 以点i为根,经过点集为sta的最短路径长度&\\ &g ...
分类:
其他好文 时间:
2019-11-13 01:11:28
阅读次数:
90
raw格式 在体数据(volume)中,经常会遇到raw文件,raw文件就是其实就是所有体素组成的文件,raw文件必须还有一些描信息才能用(因为得知道数据的size,type,spacing等),就像.mhd文件是对raw文件的一个描述。在医学数据处理中,经常使用mha文件格式来对数据进行处理,因为 ...
分类:
其他好文 时间:
2019-11-13 00:35:38
阅读次数:
175
首先: 安装pipenv pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple pipenv 使用国内源安装pipenv 创建文件夹 mkdir fisher 进入文件夹,执行pipenv shell 启动pipenv 在pipenv虚拟环 ...
分类:
其他好文 时间:
2019-11-12 09:17:25
阅读次数:
73
代码如下: using System.Collections; using System.Collections.Generic; using UnityEngine; public class ARModeAnimationController : MonoBehaviour { public A ...
分类:
编程语言 时间:
2019-11-11 12:35:30
阅读次数:
68
在配置路由认证时,路由器的相连的两个接口的认证方式和密码要一致,否则会造成路由器不能通过rip协议学习到相关网段的路由信息,常用的认证方式有simple(明文)认证,md5认证。如果rip配置错误,要及时清除路由表中的通过rip学习到的错误路由信息,reset ip routing-table st ...
分类:
其他好文 时间:
2019-11-10 22:51:13
阅读次数:
179