自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Aaron's Blog

to think, to love, to study

  • 博客(38)
  • 收藏
  • 关注

原创 Booth Algorithm

Booth Algorithm 00   no opration 10   Prod = Prod - Mcand 11   no opration 01   Prod = Prod + Mcandtake 2 x 7 for example     Opration      Multiplicand      Produced0  initial value      0010  

2004-11-09 02:10:00 1205

原创 安全更新 2004-09-10

由于旧系统出现注入问题,为提高安全性,新系统数据库设置两个用户,系统前台和后台使用不同用户登录。

2004-11-09 02:07:00 1024

原创 更新

列表中鼠标移到标题上时显示完整标题

2004-11-09 02:06:00 985

原创 系统更新 2004-09-01

修正了修改用户资料时密码为修改而出错的bug实现了添加用户时对系统管理员赋予所有权限优化了添加用户时赋予权限的操作,提高了效率(取消了循环,直接将字符串赋予变量)

2004-11-09 02:06:00 957

原创 T-Manager v2.0 完成! 2004-08-27

帮助文档、系统说明撰写完成,chm制作完毕 PS:添加用户时考虑用户ID已注册情况

2004-11-09 02:05:00 1056

原创 代码编写完成 2004-08-27

所有代码编写完成,与其功能除服务器段rar打包外其他均已实现:)下一步制作帮助文档,撰写系统说明。 news_list.asp设计IF request("class_id")  该类型信息列表 strOnError = "尚无信息"Else If request("searchtype")   按条件搜索  strOnError = "对不起,没有搜索到符合您要求的信息。" Els

2004-11-09 02:02:00 862

原创 首页调用完成 2004-08-23

还需添加字段NewsClasses.TitleNumber,记录显示的标题数下一步完成标题列表页面,搜索页面、程序,新闻页面美工,内部信息浏览登录、重定向及注销

2004-11-09 02:01:00 809

原创 新闻页面设计完成,标题轮显数完成 2004-08-26

剩余的任务还有信息目录和搜索

2004-11-09 02:01:00 833

原创 用户注销页面完成,前台设计开始 2004-08-22

考虑在NewsClass表中添加以下字段:TitleScroll  首页调用是否滚动TitleLen     首页调用每条标题字数(可不设置、可以考虑使用下拉菜单)TitleNew     标题后"new"表示保存天数(包括首页调用和目录)TitleBack    首页调用背景图片网址(可不设置)

2004-11-09 01:59:00 1043

原创 信息编辑,上传文件编辑、删除,用户个人资料修改程序完成 2004-08-21

后台基本功能完成 PS:编辑信息是如果改变信息类型,文件名中的ClassID部分不改变下一步完善用户添加时对管理员权限的默认、类别的首页调用设置、注销登录页面

2004-11-09 01:56:00 1358

原创 信息删除程序完成 2004-08-19

实现页面、记录、上传文件的删除

2004-11-09 01:51:00 972

原创 信息列表完成 2004-08-17

实现设计功能 找出联合查询和视图的区别、优势

2004-11-09 01:50:00 974

原创 信息添加页面完成 2004-08-10

实现预期功能;下一步实现附件上传;考虑长文章的分页

2004-11-09 01:49:00 1052

原创 上传功能完成 2004-08-12

上传功能完成;下面编写信息列表、编辑、删除程序; 存在问题:上传文件如果只进行某几个命名则会出现由于处理时间不一致导致的FlieSN不一致;解决由图片尺寸太大引起的排版混乱问题:得到图片的高与宽,如果宽度超过与规定的某个值则将其显示宽度定为该值,并求出比例,将高与该比值相乘得到显示高度

2004-11-09 01:49:00 1052

原创 信息添加页面编写继续中 2004-08-08

NewsPath --> NewsFileName 完成了向数据库添加信息;下一步是核心部分,用fso写htmCOME ON ! 考虑信息发布预览考虑使用cookies保存用户信息静态页命名 time+classid : XXXXXX_XX时间数据在数据库存为字符串型

2004-11-09 01:48:00 1021

原创 信息管理模块开始 2004-08-07

完成了信息发布页面的基本表单提交功能;完成了输入信息的非空检查; addMSG.asp  --> msg_add.aspdeMSG.asp  --> msg_del.aspshowMSG.asp  --> msg_edit.aspupdateMSG.asp  --> msg_list.aspNews.BDate --> News.SDate 需要解决信息有效时间

2004-11-09 01:44:00 1604

原创 用户登陆完成 2004-08-06

把用户权限以字串存到session中;

2004-11-09 01:36:00 643

原创 用户管理完成 2004-08-05

用户列表完成,用户资料编辑完成;完成了用户密码md5加密用户权限设置; 用户权限动态显示用以下代码来实现: Dim strNewsPower,arrClassID,intClassID,intUBound,intID,i,sql,rs  strNewsPower = objRS("NewsPower")  arrClassID = Split(strNewsPower, ",",

2004-11-09 01:35:00 704

原创 用户管理继续中 2004-08-03

完成了用户添加用户列表基本功能实现用户删除完成 MD5密码加密没做,信息发布权限显示没做 1.在进行用户删除编写时,发现当传递参数为数字时(ID)正常,当传递参数为字符串时(UserID)报错,如下Microsoft OLE DB Provider for ODBC Drivers 错误 80040e14 [Microsoft][ODBC SQL Server Driv

2004-11-09 01:33:00 818

原创 用户管理模块开始 2004-08-02

用户添加基本完成,strNewsPower的生成和用户密码MD5没有做 文件名更改对照: adminaddUSER.asp  --> user_add.aspadmindelUSER.asp  --> user_del.aspadminshowUSER.asp  --> user_list.aspadminupdateUSER.asp  --> user_edit.as

2004-11-09 01:32:00 1104

原创 类别管理完成 2004-08-01

变量更改对照:connTOdb.asp --> inc/conn.aspcss.css --> style/default.cssnews.css --> style/news.css       -->       con --> objConnrs --> objRSstrsql,sql --> strSQLPage,page --> lngPage 

2004-11-09 01:31:00 794

原创 库结构确定 2004-07-30

NewsClasses表ClassIDClassNameClassTypeNews表NewsPathmsgid --> NewsIDimportant --> ClassIDusername --> UserIDname --> UserNameadddate --> AddTimeedate/month/year1 --> BDateedate/month/year2 --> EDa

2004-11-09 01:30:00 734

原创 新闻发布系统升级规划 2004-07-28

通过fso实现新闻html页面动态生成;实现分类的动态增减,权限动态设置(实现方式为 设置power字段, class1,1|class2,0|……);通过fso实现从服务器转储备份;

2004-11-09 01:27:00 821

原创 服务器被入侵后的处理

时间:中午13:30接到实验室电话,说网站信息发布系统(旧版)用户无法登陆,察看数据库后发现所有用户名和密码均被改为 admin ,未发现其它改动。经过分析,数据库被非法修改。因为用户名被设为主键,正常情况下不会重复。 时间:下午15:30到实验室察看服务器。服务器系统为 win2003 + IIS6.0,系统是ASP编写的,数据库为 SQL-Server 2000。用备份恢复

2004-11-09 01:19:00 1179

原创 Opration Procedure of Early Computers

First a loader would read an assembler into main memory and transfer control to it. The assembler then read the user source program and library routines, which generally from punched cards or paper ta

2004-11-09 01:16:00 762

原创 How did the term BOOTING come from

  A difficulty faced by even the earliest systems was initial startup. The CPU could only excute the program in the main memory which is volatile. Thus, the problem was how to get a program into the m

2004-11-09 01:16:00 679

原创 Runtime Organization of an OS

service as a subroutine  Any service except those invoked by hardware interrupts which is called explicitly by an application can be handled this way.service as a process  The process providing

2004-11-09 01:14:00 862

原创 The UNIX Shell

  A shell is a text-based interface between the user and the OS, which is a command interpreter that accepts statements (commands) issued by the user through the keyboard, mouse or other devices. A ty

2004-11-09 01:13:00 763

原创 Interrupts & Traps

view point of PC Assembly Language by Paul A. CarterInterrupts ---------- external : caused by devices outside the CPU               |              |              |              |              |____

2004-11-09 01:12:00 1011

原创 Three view points of OS

Abstraction : as extended machinesVirtualization : as virtual machinesResource management : as resource managers

2004-11-09 01:09:00 754

原创 Comparisions

instruction: CMPcomparing by subtractionfor unsigned numbers:  2 bits in the FLAGS register      ZF      CF  =    1       0  >    0       0  for signed numbers:  3 bits in the FLAGS regist

2004-11-09 01:06:00 866

原创 Extened Precision Arithmetic Instructions

ADCoperand1 = operand1 + carry flag + operand2 SBBoperand1 = operand1 - carry flag - operand2

2004-11-09 01:05:00 740

原创 Overflow flag & Carry flag

Two of the bits in the FLAGS register that add and sub instructions set are overflow and carry flag:Overflow flag:  Set for signed arithmetic when the ture result is too big to fit into the destinat

2004-11-09 01:04:00 1875

原创 Rule of Sign Extension

Decreasing size of dataFor unsigned numbers:  All the bits being removed must be 0 !For signed numbers:  Bits being removed must be all 1s or 0s and the first bit not being removed must have the

2004-11-09 01:03:00 766

原创 assembling,compliling and linking

nasm -f coff first.asmgcc -c driver.cgcc -o first first.o driver.c asm_io.o

2004-11-09 01:02:00 732

原创 DJGPP安装配置完毕

环境变量设置:Right-click My Computer, select Properties. Select the Advanced tab, then the Environment Variables button. Edit the Path (or PATH, whichever exists) system variable to include C:/DJGPP/BIN a

2004-11-09 01:01:00 1156

原创 ALU设计

开始设计ALU加法的实现设计完毕,先行进位:P = A xor B ; G = A and B

2004-11-09 01:00:00 3826 1

原创 帮同学调JSP

是一个关于图片按钮表单提交的问题。 页面按钮源程序………… 处理信息程序 String pub=request.getParameter("submit");String ID=request.getParameter("ID");String passwd=request.getParameter("passwd"); if (pub.length()>0) { ……//处理数据……  }  e

2004-08-02 03:02:00 834

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除