摘要:
RTEMS是前美国军方研制的嵌入式系统, 最早用于美国国防系统,早期的名称为实时导弹系统(Real Time Executive for Missile Systems),后来改名为实时军用系统(Real Time Executive for Military Systems), 目前的全称是实时(Real Time Executive for Multiprocessor Systems)用,他的特点是非常的稳定,而且速度快。现在是一个开源项目的RTOS, 在全球还是有不少的用户,其中包括Motorola,朗讯等 阅读全文
摘要:
RTLinux是由美国新墨西哥州的fsmlabs(finite state machine labs, 有限状态机实验室)公司开发的、利用linux开发的面向实时和嵌入式应用的操作系统。在rtlinux宣言中,这样描述rtlinux : rtlinux is the hard realtime variant of linux that makes it possible to control robots, data acquisition systems, manufacturing plants, and other time-sensitive instruments and machines。 阅读全文
摘要:
1. 现象:访问服务时出现:App-Domain could not be created.Error:0x80131902原因: 更新IIS host的服务时没有stop网站,估计是因为强制替换文件造成IIS服务崩溃;解决方案:1)run the following command: "net stop w3svc" to stop web services;2)restart web serv... 阅读全文
摘要:
用pvkimprt导出pfx证书时,一直弹出对话框提示:Command line option syntax error. Type Command /? for Help.用google找了半天终于找到问题所在:从微软网站(http://download.microsoft.com/download/vba50/Utility/1.0/NT5/EN-US/pvkimprt.exe)下载的那个pv... 阅读全文
摘要:
错误现象:Could not load file or assembly 'Oracle.DataAccess, Version=2.111.6.20, Culture=neutral, PublicKeyToken=89b483f429c47342' or one of its dependencies. An attempt was made to load a program with an... 阅读全文
摘要:
微软认为这是VS2008的一个bug,并且将在VS2010的Beta2中解决。。。你如果非要调试,就用别的协议吧。。以下摘自微软网站声明:http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=472536If you expose a WCF web service via both WSDu... 阅读全文