Programming 笔记

工作中遇到的问题就记载这里

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

12 2011 档案

摘要:In ReportViewer, you have 2 options for Images: External or Embedded. I prefer to use embedded Stage 1 Open the RDLC File in Designer and Click Menu Item: Report > Embedded Images. Stage 2 Click on... 阅读全文
posted @ 2011-12-28 12:28 IT 笔记 阅读(256) 评论(0) 推荐(0)

摘要:如果要用两个程序实现, 必须用实DOS,或者用DosBox。 我是用DosBox实现的。安装和中断例程代码如下assumecs:codecodesegmentstart:;installtionmovax,csmovds,axmovsi,offsetshwtxtmovax,0moves,axmovdi,200hmovcx,offsetshwtxtend-offsetshwtxtcldrepmovsbmovax,0moves,axmovwordptres:[7ch*4],200hmovwordptres:[7ch*4+2],0movax,4c00hint21hshwtxt:pushcxpushs 阅读全文
posted @ 2011-12-18 14:41 IT 笔记 阅读(338) 评论(0) 推荐(0)

摘要:1. Download the file in blue box from website http://www.springsource.com/, then execute the exe file to install it 2. Create a sample porject called DataAccess in C# console program 3. Add C:\Program Files\Spring.NET 1.3.2\bin\net\2.0\release\Spring.Core.dll (2.0 means framework 2) The solution... 阅读全文
posted @ 2011-12-08 15:07 IT 笔记 阅读(274) 评论(0) 推荐(0)

摘要:第十章的实验11出的有点不同。一是相对简单一些,还有似乎没有用到太多本章的内容。比如MOVSB 就没用到。下面是我的代码1assumeds:datasg,cs:code2datasgsegment3db"beginner'sAll-purposeSymbolicInstructionCode.",04datasgends5codesegment6begin:movax,datasg7movds,ax8movsi,09callletterc1011movax,4c00h12int21h13letterc:14s:moval,[si]15cmpal,016jeeos17 阅读全文
posted @ 2011-12-03 04:47 IT 笔记 阅读(790) 评论(0) 推荐(0)