using System.Collections; using System.Text; namespace CMSC.Class.CsBoxs { public class SheetForm { //定义变量 private int toprows = 0; private int bottom... ...
分类:
其他好文 时间:
2017-07-07 14:21:23
阅读次数:
189
OSB安装过程1. 首先安装OSB的集成开发平台(oepe-wls-indigo-installer-11.1.1.8.0.201110211138-10.3.6-win32.exe):(1)运行安装程序后会进入选择安装目录:我们选择创建新的中间件目录,然后设置自己想安装的位置;(2)跳过更新点击y... ...
分类:
其他好文 时间:
2017-06-02 11:39:46
阅读次数:
2677
lodsb指令,将esi指向的地址处的数据取出来赋给AL寄存器,esi=esi+1; lodsw指令则取得是一个字。 lodsd指令,取得是双字节,即mov eax,[esi],esi=esi+4; stosb指令,将AL寄存器的值取出来赋给edi所指向的地址处。mov [edi],AL;edi=e ...
分类:
其他好文 时间:
2017-05-20 20:37:48
阅读次数:
254
以下内容来自于http://www.iyunv.com/thread-62087-1-1.html 补充一点,按照原文安装万之后zabbix页面会提示 zabbix server is not running: the information displayed may not be current ...
分类:
其他好文 时间:
2017-05-20 14:56:59
阅读次数:
233