05 2013 档案

摘要:使用变通方法,css隐藏工具栏,但右键菜单依然可用。在显示pdf 的iframe 或者object外面添加一个div,设置这个div的margin 上和左为负值,以达到顶部隐藏工具栏和左侧导航栏。实例代码:<div style="margin:-50px 0 0 -50px"><iframe id="fratest" ></iframe>或<object id="Pdf1" > </object>... 阅读全文
posted @ 2013-05-27 15:17 zuike 阅读(460) 评论(0) 推荐(0)
摘要:在SharePoint 2007 中直接打开PDF,具体操作流程: 用Sharepoint designer 打开AllItems.aspx(View.aspx) 进行代码编辑搜索: <asp:Content ContentPlaceHolderId="PlaceHolderMain" runat="server">在其下插入:<!--add table --><table width="100%... 阅读全文
posted @ 2013-05-27 15:09 zuike 阅读(255) 评论(0) 推荐(0)
摘要:使用EWS Managed API 进行邮件收取提示为AutodiscoverUrl处异常, The Autodiscover service couldn't be located 。在xp x86本地开发环境下代码没有问题,放到win2008x64上时报错,说明与程序运行环境有关。查阅官方文档:Getting Started with the EWS Managed API 可得知,ssl可导... 阅读全文
posted @ 2013-05-10 11:27 zuike 阅读(4359) 评论(0) 推荐(1)