posted @ 2008-08-04 19:25
随笔分类 - 问题记录
posted @ 2008-08-04 19:19
posted @ 2008-04-29 15:35
posted @ 2008-04-24 10:18
posted @ 2008-04-10 15:46
posted @ 2007-08-29 15:51
|
|||
随笔分类 - 问题记录
摘要:今天开机发现SqlServer趴窝了,查看日志是,“TDSSNIClient 初始化失败,出现错误 0x7e,状态代码 0x60。”服务services.msc中启动SQLSERVER服务,提示启动了又自动停止的现象。在网上查了半天结果:VIA本身要禁用。不知是为什么
阅读全文
posted @ 2008-08-04 19:25
摘要:今天我发现,我的js脚本好像无效了,并且在VS中无法查看WEB设计界面。翻查了很多遍,最后找到的原因很让我郁闷。请查看一下脚本引用的写法是不是如下所示:
阅读全文
posted @ 2008-08-04 19:19
摘要:刚刚发现的问题:
使用WITH 定义的“临时表(视图)”,必须是定义WITH 后的第一条sql语句,而且只有在此可以使用!
阅读全文
posted @ 2008-04-29 15:35
摘要:dotNET开发中遇到的错误提示如下:
Unable to load DLL '*.dll': 内存位置访问无效。 (Exception from HRESULT: 0x800703E6)
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.DllNotFoundException: Unable to load DLL 'ken.dll': 内存位置访问无效。 (Exception from HRESULT: 0x800703E6)
可以说它一直困扰着我:同样的机器,同一张安装盘,却有一个机器出现这个问题。现在我仍然不知
阅读全文
posted @ 2008-04-24 10:18
摘要:Console.WriteLine(66.235555555555555555555555555555555555555555555555d * 100);
Console.WriteLine(66.235555555555555555555555555555555555555555555555m * 100);
它们的结果是不同的,这是为什么?
阅读全文
posted @ 2008-04-10 15:46
摘要:Compiler Error Message: CS0016: Could not write to output file 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\73ef3e22\d9d9232a\App_global.asax.o8iwwlz5.dll' -- '拒绝访问。 ' ...
阅读全文
posted @ 2007-08-29 15:51
|
|||