配套 微机原理与接口技术实验整理(指导书+程序+执行结果.pdf文档 实验1 两个多位十进制数相加的实验 add.asm 实验2 字符串匹配实验 match.asm 实验3 从键盘输入数据并显示的实验 display.asm 实验4 ASCII码显示 asc.asm 实验5 查表实验 table.asm 实验6 清除窗口的实验 clear.asm
2019-12-21 21:08:32 7KB 微机原理 实验程序 程序代码
1
Oracle Fusion Middleware Oracle WebLogic Server组件安全漏洞,这个是weblogic12.1.3.0 版本的补丁包,有需要的可以下载
2019-12-21 20:30:53 6.95MB 补丁 CVE-2018-262 weblogic12.1
1
c# 动态编译代码 执行脚本代码 关键字还会变色 // debug it step by step (F10, F11) using System; // for Console.WriteLine using System.Windows.Forms; // for MessageBox.Show, ... using System.Diagnostics; // for Debug.WriteLine using System.Collections.Generic; // for List // we can call static functions MessageBox.Show("Hello World!"); // output to DevStudio Output Console.WriteLine("Hello World!"); // same output over Debug Debug.WriteLine("Hello World!"); // we can define global var's var anystr = "Hello World {0} {1}"; int anynuber = 1; float anyfloat = 3.14f; // and we can use it Console.WriteLine(string.Format(anystr, anynuber, anyfloat)); // we can write functions string test1(int i, string s) { return s + " " + i; } double test2(double x) { double t = Math.Sin(x); // with local vars of course return t * t; }
2019-12-21 20:19:45 70KB c# 动态编译 执行脚本 调式代码
1
ThinkPHP 5.0 远程代码执行漏洞分析
2019-12-21 19:45:10 8.4MB 漏洞阜南县
1
1.严格过滤 Content-Type 、filename里的内容,严禁ognl表达式相关字段。 2.如果您使用基于Jakarta插件,请升级到Apache Struts 2.3.32或2.5.10.1版本。(强烈推荐) 3.升级到2.3.32所用到的jar包: freemarker-2.3.22.jar ognl-3.0.19.jar struts2-convention-plugin-2.3.32.jar struts2-core-2.3.32.jar struts2-spring-plugin-2.3.32.jar xwork-core-2.3.32.jar --来源 http://mvnrepository.com/artifact/org.apache.struts/struts2-spring-plugin/2.3.32
2019-12-21 18:51:37 2.68MB Struts 2漏洞
1