"作业链接" 1.安装mininet 参考链接: "http://www.sdnlab.com/15138.html" 2.用字符命令生成拓扑,并测试连通性,截图 参考链接: "http://www.sdnlab.com/15077.html" 拓扑图如下: 用字符命令生成拓扑 并测试连通性 3.用 ...
分类:
其他好文 时间:
2017-12-03 22:49:18
阅读次数:
256
序言 第一次打包程序,新手,遂作笔记如下,以供自己忘记细节时翻看,也供同样新手或有需要者以为参考。不敢班门弄斧,大神若是误入还请莫要见笑。 以下所述基于Visual Studio 2015环境。 安装InstallShield 2015 Limited Edition 按照以下步骤安装Install ...
分类:
其他好文 时间:
2017-11-30 20:14:38
阅读次数:
159
分析:本题要得出结果难度不大,但是会遇到Time Exceed Limited的错误,因此降低时间复杂度是关键。我的解题思路比较简单,首先为paris创建字典,找出所有与指定词有直接关系的近义词。例如paris 形成的字典如下: 接下来就是遍历words1和words2,遇到不相同词,直接根据key ...
分类:
其他好文 时间:
2017-11-30 10:24:08
阅读次数:
140
win10子系统把windows的底层接口做了个转换到Linux从而能运行linux,但是他在安装的时候并没有提供安装位置的选项.(还有hyper v) 现在,所有 从商店安装的发行版都存在于以下目录中 C:\Users\\AppData\Local\Packages 对于Ubuntu则在Packa ...
分类:
Windows程序 时间:
2017-11-28 18:40:14
阅读次数:
1981
创建数据库 create database testdb1 on( name=testdb1, filename='d:\testdb1.mdf', size=10, maxsize=50, filegrowth=1 ) log on( name=testdb_log, filename='d:\t ...
分类:
数据库 时间:
2017-11-25 16:24:00
阅读次数:
170
说明:让用户selame能够查询用户ame中的所有表(不能添加和删除)1.创建用户selamecreate user selame identified by Password;2.设置用户selame系统权限grant connect,resource to selame; 3.设置用户selam ...
分类:
数据库 时间:
2017-11-22 22:01:38
阅读次数:
233
Some things are more precious because they don't last long. 有些东西之所以弥足珍贵,是因为它们总是昙花一现。 Life is ephemeral, so it is very precious. Time is limited, so ev ...
分类:
其他好文 时间:
2017-11-17 16:22:10
阅读次数:
132
删除表空间,文件还在! 删除文件,用户还在! 都删除必须使用下面的! drop tablespace 空间名 including contents and datafiles cascade constraint drop user 用户名 cascade ...
分类:
数据库 时间:
2017-11-14 22:27:34
阅读次数:
317
检查内存泄漏: valgrind --leak-check=full ./ecox_rws_helper 来检查内存泄漏 程序崩溃看错误: ulimit -c unlimited 然后执行程序,会在当前目录下生成一个文件,如:core.3945 再使用gdb看错误:gdb ./ecox_rws_he ...
分类:
编程语言 时间:
2017-11-14 20:10:35
阅读次数:
153
Long Wei information technology development Limited by Share Ltd interview summary. I take part in company interveiw in November 13.2017.Get up in the ...
分类:
其他好文 时间:
2017-11-13 21:20:07
阅读次数:
105