Jiadong's profileGuiding StarPhotosBlogListsMore ![]() | Help |
Linux内核
CONFIG和MAKEFILE文件里有相关文件的引用和关联的配置。 书: Professional Linux Kernel Architecture 查看源代码:LXR(http://lxr.linux.no/)能对指定的源码文件建立索引数据库,利用Perl脚本动态生成包含源码的Web页面。在此Web页中,所有的变量、常量和函数都以超连接的形式给出 LXR还提供标识符搜索和文件搜索,结合程序Glimpse(http://webglimpse.net/)还可以对所有的源码文件进行全文检索,甚至包括注释。
The name 'Session' does not exist in the current contextThis error normally occurs when you are trying to access the value of a session variable such as Session["UserID"] and you're not doing that from a webform, usercontrol or a class that inherits from System.Web.UI.
In this situation you can still access the session variable, but using a different path. For example to access a session variable named UserID you would normally use Session["UserID"]; however, if the error The name 'Session' does not exist in the current context is returned, use the following path for retrieving the value of the session variable: HttpContext.Current.Session["UserID"]; HttpContext.Current.Application["xxx"]; Talking about 韩梅梅结婚了,新郎不是李雷
Quote 韩梅梅结婚了,新郎不是李雷 BACKUP DATABASE :: 出现操作系统错误 5(拒绝访问)整了个傻瓜型的批处理数据库备份,一个劲地报拒绝访问
sqlcmd -S ServerName\InstanceName -i sqlfile sql:
BACKUP database BTSys to disk="D:\BAK\btsysdb.bak"
拒绝访问?难道俺没有权限写D:\BAK\,检查了下没问题。
打开SqlServer,用里面自带的备份方法尝试备份,备份文件默认保存在类似C:\Program Files\Microsoft Sql Server\MSSQL.1\MSSQL\Backup下。
修改备份目录至D:\BAK,同样是拒绝访问。
这样问题清楚了,我一瞅C:\Program Files\Microsoft Sql Server\MSSQL.1\MSSQL\Backup的权限,果然有个SQLServer2005MSSQLUser的帐户,权限是完全控制
同样给D:\BAK加了这个帐户的权限后,俺的BAT就能顺利运行了。
COM对象与其基础RCW分开后就不能再使用C#引用COM组件
--
我很郁闷,必须回家了,明儿再研究咋回事。
--
|
Guiding Star毛豆疯了 |
||||
|
|