上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 18 下一页
摘要: 1:And now I’m ready to install the SharePoint server again. But install failed and the following is the error message shortcut.I install the software prerequisites and reboot the pc , but it still doesn’t work.2:I guess some other software impact it. So I want to uninstall the SQL server 2008, but i 阅读全文
posted @ 2013-03-26 11:31 Eric Sun 阅读(257) 评论(0) 推荐(0) 编辑
摘要: 一个简单的demo如下: PopUp HyperLink This is the PopUp1 This is the PopUp2 ... 阅读全文
posted @ 2013-03-26 11:22 Eric Sun 阅读(1267) 评论(0) 推荐(0) 编辑
摘要: JQuery计算文本宽度的原理是利用html提供的标签,向dom中动态添加标签,标签里的内容就是要测试长度的文本,获取完长度之后再删除刚才添加的标签,从而可取到文本的大概长度了。 为什么要用标签而不用其他标签呢,那来看看标签的特性吧:pre 元素可定义预格式化的文本。被包围在 pre 元素中的文本通常会保留空格和换行符;而文本也会呈现为等宽字体。 标签的一个常见应用就是用来表示计算机的源代码。需要注意的地方是,计算文本长度时文本里面最好不要有其他标签。以下是实现代码: function GetCurrentStrWidth(text, font) { var curr... 阅读全文
posted @ 2013-03-18 15:50 Eric Sun 阅读(9999) 评论(0) 推荐(0) 编辑
摘要: 前台代码: This is the first div This is the second div This is the first span This is the first span... 阅读全文
posted @ 2013-03-14 08:39 Eric Sun 阅读(3315) 评论(0) 推荐(0) 编辑
摘要: 简单记录一下这个方法:Asp.Net 用后台代码给Server控件添加Client端JS方法前台代码如下: 后台代码:using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;namespace WebApplication1{ public partial class We... 阅读全文
posted @ 2013-03-13 08:17 Eric Sun 阅读(415) 评论(0) 推荐(0) 编辑
摘要: 1:CQWP 是什么, 作用是什么2:将Site 以及 Site Collection 的Publishing Feature 打开才能看到3:在页面中应用sharepoint自带的content query web part,之后Edit 其中的Query以及Filter 条件,然后Apply查看结果4:将含有Query 和 Filter 条件的WebPart 导出,会得到webpart此时的所有 property5:在VS中添加自己的 Visual WebPart 让其继承CQWP, 然后将导出来的Property 添加到对应的 .WebPart 文件中(这样完成了属性的自定义)6:之后根 阅读全文
posted @ 2013-03-04 17:16 Eric Sun 阅读(589) 评论(0) 推荐(0) 编辑
摘要: http://msdn.microsoft.com/en-us/library/hh528518(v=office.14).aspxhttps://dotnetfinder.wordpress.com/2010/07/24/creatingcustomsharepointtimerjob2010/ 阅读全文
posted @ 2013-03-04 17:14 Eric Sun 阅读(261) 评论(0) 推荐(0) 编辑
摘要: SharePoint中添加或者修改Item时调用EventReceiver(Event Handler)处理额外的逻辑 阅读全文
posted @ 2013-03-04 16:18 Eric Sun 阅读(1044) 评论(0) 推荐(0) 编辑
摘要: 在SharePoint Project中添加相应的Item,完全用界面的形式向EricSunArticlesList中添加好对应的Column,之后用Feature将List添加到SharePoint中代码如下:外层Elements.xml 以及对应的Schema 通过添加Row 的方式可以添加默认的Item即:里层Elements.xml 2013-02-03 00:00:00 2023-02-04 00:00:00 Published ... 阅读全文
posted @ 2013-03-04 16:16 Eric Sun 阅读(814) 评论(0) 推荐(0) 编辑
摘要: 首先可以创建我们所需要的Site Column【http://www.cnblogs.com/wsdj-ITtech/archive/2012/08/12/2470219.html 】Elements.xml代码如下: Work in Progress Pending Approval Published UnPublished Expired Archived Work in Progress 然后... 阅读全文
posted @ 2013-03-04 15:44 Eric Sun 阅读(417) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 18 下一页