2-2 软件构造的流程和工具广义的软件构造:Design ==> Programming/refactoring ==> Debugging ==> Testing ==> Build ==> Release狭义的软件构造:Validate ==> Compile ==> Link ==> Test... ...
分类:
其他好文 时间:
2019-12-06 11:47:57
阅读次数:
102
企业级防火墙算法原理与基本配置多安全区域DMZ区域的概念和作用DMZ(demilitarzedzone)隔离区也称“非军事化区”;位于企业内部网络和外部网络之间的一个网络区域安全级别位于inside和outside之间访问默认规则:高安全级允许访问低安全级,低安全级禁止访问高安全级Tips:应用的表示任何一个应用,在数据包层面而言,都是通过套接字(传输层协议+端口号)表示在表示应用的过程中,如果仅
分类:
编程语言 时间:
2019-11-10 21:21:22
阅读次数:
152
官网文档:https://code.visualstudio.com/docs/editor/debugging#_launch-configurations nodet调试方法(日志和debuuger):https://blog.risingstack.com/how-to-debug-nodej ...
分类:
其他好文 时间:
2019-11-05 10:53:30
阅读次数:
300
一:安装Pycharm https://www.cnblogs.com/huozf/p/9304396.html(有可取之处) https://www.jetbrains.com/idea/buy/#discounts?billing=yearly(学生注册,免费) 二:推文 https://www ...
分类:
其他好文 时间:
2019-10-31 13:50:56
阅读次数:
157
一、静态NAT配置图1、配置主机地址:PC1>ip192.168.100.10192.168.100.1Checkingforduplicateaddress...PC1:192.168.100.10255.255.255.0gateway192.168.100.1PC2>ip192.168.100.20192.168.100.1Checkingforduplicateaddress.
分类:
其他好文 时间:
2019-10-18 09:30:34
阅读次数:
135
select * from information_schema.processlist show full processlist # 获得select user,substring_index(host,':',1) as ip,count(1) as total from informatio... ...
分类:
其他好文 时间:
2019-10-15 22:37:47
阅读次数:
63
1. 数学函数(Mathematical Functions); 2. 几何函数(Geometric Functions); 3. 纹理映射函数(Texture Map Functions); 4. 偏导数函数(Derivative Functions);5. 调试函数(Debugging Func... ...
分类:
其他好文 时间:
2019-10-03 22:13:53
阅读次数:
258
启动Jmeter4.0 后弹出命令窗口提示信息: Don‘t use GUI mode for load testing !, only for Test creation and Test debugging.For load testing, use NON GUI Mode:jmeter -n ...
分类:
其他好文 时间:
2019-10-02 14:55:51
阅读次数:
160
一、什么是AOPAOP(Aspect-OrientedProgramming,面向方面编程),可以说是OOP(Object-Oriented Programing,面向对象编程)的补充和完善。OOP引入封装、继承和多态性等概念来建立一种对象层次结构,用以模拟公共行为的一个集合。当我们需要为分散的对象 ...
分类:
编程语言 时间:
2019-09-28 01:03:25
阅读次数:
96
【注意事项】 1 所有文件名,输入输出名都必须是小写字母; 2 主函数返回值类型必须是int类型,返回值必须是0; 3 保存名称为题目名.cpp 如:relay.cpp 4 运行内存上限50m Debug->Debugging windows->Examing memory,弹出Memory窗口,即 ...
分类:
其他好文 时间:
2019-08-03 15:03:50
阅读次数:
131