摘要:
环境:iis6使用silverlight做的上传控件上传文件到某共享目录。已将在目录的共享安全和安全中加了 共享用户的 权限。但通过浏览器访问共享目录文件报错:Access to the path '' is denied,上传也不行。解决办法:1. 添加账号 Network Service 到目录... 阅读全文
摘要:
从网上下载的源码WeCompanySite,运行时报错Error creating context 'spring.root': Error thrown by a dependency of object 'System.Data.SQLite' defined in 'assembly [Spring.Data, Version=1.3.1.40711, Culture=neutral, PublicKeyToken=65e474d141e25e07], resource [Spring.Data.Common.dbproviders.xml] li 阅读全文
摘要:
如果数据源是MsSql,则别名用[]括起来。如:SELECT s.id as [ID],realname as [学生名字],workplacename as [校区],w.id as [校区ID],companyid as [分公司ID],s.create_time as [发生时间] from students sleft join offices o on s.currentplace=o.IDleft join workplaces w on o.workplaceid=w.idwhere w.id in ('86')order by w.id,s.create_tim 阅读全文