COMP5048 Week 7 Homework1. Dynamic graph visualisation with Gephi1. Open photoviz dynamic.gexf in Gephi. (Ignore any import errors)2. Click "Enable Ti ...
分类:
其他好文 时间:
2019-09-28 20:35:50
阅读次数:
96
其实在建图的时候还可以用set维护一下,防止重边加入,不过.....数据好像挺弱就不需要了 ...
分类:
其他好文 时间:
2019-09-23 13:32:07
阅读次数:
95
今天mvn clean package一个子工程(renren-admin)时报错: Failed to execute goal on project renren-admin: Could not resolve dependencies for project io.renren:renren ...
分类:
Web程序 时间:
2019-09-21 22:57:31
阅读次数:
400
20.1IGMP互联网组管理协议IGMP(internetgroupmanageprotocol)协议是主机跟路由器之间的控制协议,主机通过IGMP协议向组播路由器报告自己想加入的组,路由器通过IGMP协议查询网段上是否还有特定组的成员,协议号为2.当前IGMP对IPv4有3个版本:RFC1112—IGMPv1(参见RFC1112中IGMP的结构)RFC2236—IGMPv2RFC3376—IGM
分类:
其他好文 时间:
2019-09-21 12:38:29
阅读次数:
104
引言:在常见的工程中,一般是在Controller中校验入参,校验入参的方式有多种,这里介绍的使用hibernate-validate来验证,其中分为手动和自动校验,自动校验可以联合spring,使用@Valid注解,以及 BindingResult类来自动收集消息,这里介绍的如何自动的,随时随地的 ...
分类:
Web程序 时间:
2019-09-17 14:35:26
阅读次数:
110
[TOC] 规则 元字符 1. 匹配字符 1. . 匹配任意一个字符 2. [] 匹配[]中列举的字符 3. \d 匹配数字 4. \D 匹配非数字 5. \s 匹配空白 6. \S 匹配非空白 7. \w 匹配配单词(a z, A Z, 1 9) 8. \W 匹配非单词 2. 匹配数量 1. 匹配 ...
分类:
其他好文 时间:
2019-09-16 10:31:45
阅读次数:
66
从今天起每天刷1 2题PAT甲级 A1001 A+B Format (20 分) 题目内容 Calculate a+b and output the sum in standard format that is, the digits must be separated into groups of ...
分类:
其他好文 时间:
2019-09-13 20:05:07
阅读次数:
86
Su 切换用户 查看当前登录的用户:whoami、id 查看当前用户属于哪个组:groups 查看当前计算机中有几个组:cat /etc/group Groupadd 组名 添加组 Groupsdel 组名 删除组 avahi:x:122: colord:x:123: geoclue:x:124: ...
分类:
系统相关 时间:
2019-09-12 13:44:04
阅读次数:
124
一、推荐使用下面下载地址 https://network.pivotal.io/products/pivotal-gpdb#/releases/158026/file_groups/1083 二、官网下载 ...
分类:
其他好文 时间:
2019-09-11 11:50:52
阅读次数:
280
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 (unle ...
分类:
编程语言 时间:
2019-09-10 20:54:28
阅读次数:
180