COMP SCI 3004/7064 - Operating Systems Assignment 1Important Notes Handins:– For undergraduate students, you may do this assignment as a team of two s ...
分类:
其他好文 时间:
2019-09-01 20:19:48
阅读次数:
111
@Api:用在请求的类上,表示对类的说明 tags="说明该类的作用,可以在UI界面上看到的注解" value="该参数没什么意义,在UI界面上也看到,所以不需要配置" @ApiOperation:用在请求的方法上,说明方法的用途、作用 value="说明方法的用途、作用" notes="方法的备注 ...
分类:
Windows程序 时间:
2019-08-31 19:44:18
阅读次数:
1260
分析 多重背包优化,输出方案 二进制优化 / 单调队列优化 输出方案只需要记录是否转移,用bool类型存 这题好像卡空间 代码 1.二进制优化 1 /************************ 2 User:Mandy.H.Y 3 Language:c++ 4 Problem:luogu 5 ...
分类:
其他好文 时间:
2019-08-30 22:29:28
阅读次数:
72
1. Goto SE16N 2. Input &SAP_EDIT in command field, and press ENTER 3. 直接删除不需要的数据 注意:&SAP_EDIT方法在产品版本EHP5之后不好用,SAP通过一个notes取消了&SAP_EDIT功能。 产品版本可以在系统状态中 ...
分类:
其他好文 时间:
2019-08-29 11:31:09
阅读次数:
90
Bash Notes for professionals ebook https://blog.csdn.net/simple_the_best/article/details/52821136 27个Jupyter Notebook小提示与技巧 27个Jupyter Notebook小提示与技巧 ...
分类:
系统相关 时间:
2019-08-27 00:40:21
阅读次数:
136
介绍: http://adl.stanford.edu/aa222/Lecture_Notes_files/chapter6_gradfree.pdf Nelder–Mead 算法 direct 算法. https://ctk.math.ncsu.edu/Finkel_Direct/ ...
分类:
编程语言 时间:
2019-08-14 10:55:28
阅读次数:
113
虚拟机加密需求 https://docs.microsoft.com/en-us/azure/security/azure-security-disk-encryption-prerequisites 虚拟机加密代码https://docs.microsoft.com/en-us/azure/sec ...
(原题:https://www.python123.io/student/courses/934/groups/8102/problems/programmings/6078) Solution: Notes: (1)else在二分支、多分支中,为了把各中情况都考虑周全,有良好的用户体验,最好写上, ...
分类:
其他好文 时间:
2019-08-08 00:15:15
阅读次数:
77
BTRSys v2.1 Walkthrough Preparation: Download the BTRSys virtual machine from the following website: https://www.vulnhub.com/entry/btrsys-v21,196/ 1. ...
分类:
其他好文 时间:
2019-08-04 13:15:08
阅读次数:
130
Post-Exploit Password Attacks 1. Crack using the tool - john (Too slow in real world) Locate the rockyou file. Conbine the files and save as unshadow. ...
分类:
其他好文 时间:
2019-07-31 01:20:31
阅读次数:
139