2009年7月8日
摘要: SharePoint WorkFlow 阅读全文
posted @ 2009-07-08 15:19 DongD 阅读(417) 评论(0) 推荐(0)
  2009年5月12日
摘要: 有关打印控制的一点内容 阅读全文
posted @ 2009-05-12 09:15 DongD 阅读(228) 评论(0) 推荐(0)
  2009年5月7日
摘要: The EnumJobs function is available in the Winspool.drv print spool interface. You can use the EnumJobs function to retrieve the status of the jobs that are queued in a local print queue. The EnumJobs function enumerates the number of jobs, the job identification, the job status, and other parameters based on your requirements. 阅读全文
posted @ 2009-05-07 15:12 DongD 阅读(381) 评论(0) 推荐(0)
摘要: 在 C# 中使用 EnumJobs 查看列印佇列中之工作清單 阅读全文
posted @ 2009-05-07 15:06 DongD 阅读(1638) 评论(0) 推荐(0)
摘要: Microsoft Word for Windows does not provide a method for Automation clients to set the duplex print flag before starting a print job. Although there is a parameter in the PrintOut method that indicates support for duplex printing, the parameter does not provide true duplex printing and may not be available depending on your operating system or installed language. However, developers can work around this limitation on Windows systems by changing the duplex flag for the active printer driver befor 阅读全文
posted @ 2009-05-07 14:59 DongD 阅读(181) 评论(0) 推荐(0)
摘要: .net 下用API的参考站点 阅读全文
posted @ 2009-05-07 14:51 DongD 阅读(1349) 评论(0) 推荐(0)
  2007年10月21日
摘要: 有7克、2克砝码各一个,天平一只,如何只用天平称三次将140克的盐分成50、90克各一份? 1、第一次,先用7和2法码称出9克盐,第二次,用9克盐+7克法码称出16克盐;第三次,用16克盐和7克法码+2克法码称出25克盐;这样就有了50克盐了。 2、第一次,用天平称出9克盐;第二次,将两个砝码放到9克盐这端得到18克的重量,然后称出18克盐;第三次 在这18克盐这端放上7克重的砝码,得到25克的... 阅读全文
posted @ 2007-10-21 20:08 DongD 阅读(296) 评论(0) 推荐(0)
  2007年7月26日
摘要: 在软件测试一书中,白盒测试是这样定义的:“软件测试人员可以访问程序员的代码,并通过检查代码来协助测试---可以看盒子里面。” 白盒子测试也分静态和动态两种: 静态白盒测试是在不执行的条件下有条理地仔细审查软件设计、体系结构和代码,从而找出软件缺陷的过程,有时也称为结构分析。进行静态白盒子测试的首要原因就是尽早发现软件缺陷,以找出动态黑盒子测试难以揭示或遇到的软件缺陷;另一个好处是为接受该软件测... 阅读全文
posted @ 2007-07-26 15:56 DongD 阅读(551) 评论(0) 推荐(1)
  2007年7月18日
摘要: 项目 -->选择属性 C\C++-->preprocessor-->preprocessor definition添加GLUT_BUILDING_LIB,中间用分号隔开,然后点击linker-->input-->additional dependencies添加glut32.lib Opengl32.lib Glu32.lib 阅读全文
posted @ 2007-07-18 09:26 DongD 阅读(1141) 评论(0) 推荐(0)
  2007年7月5日
摘要: 一,问题描述 error LNK2001: unresolved external symbol _WinMain@16debug/main.exe:fatal error LNK 1120:1 unresolved externals error executing link.exe; 二,产生这个问题可能的原因 1, 你用vc建了一个控制台程序,它的入口函数应该是main, 而你使用了WinM... 阅读全文
posted @ 2007-07-05 11:22 DongD 阅读(2230) 评论(2) 推荐(0)