摘要: Create a project and add the following in the POM file,<build><pluginManagement> <plugins> <plugin> <artifactId>maven-eclipse-plugin</artifactId> <configuration> <wtpversion>2.0</wtpversion> <wtpapplicationxml>true</wtpapplicationxml> 阅读全文
posted @ 2011-11-12 21:10 Jason Li 2011 阅读(790) 评论(0) 推荐(0) 编辑
摘要: 兰迪幽默的最后一课 2006年9月,兰迪·波许被诊断患有胰腺癌,尽管进行了手术和化疗,他还是在2007年8月被告知癌细胞已经转移至肝脏及脾脏,只能再活3至6个月。时隔一个多月,他作出了一个影响全世界读者的决定:在自己的母校,他生前所供职的卡内基。梅隆大学上演自己“最后的演讲”。美国很多高校在资深教授退休前都会为他们安排讲授一堂面向全校学生的“最后一课”,表达学校师生对其的崇敬和感激,让教授为自己的教学生涯划上一个完美的句号。卡内基梅隆大学将其命名为“旅程(Journey)”,希望演讲者能和听众一起分享自己的个人或学术旅程。波许虽然还没有准备退休,但是鉴于他的病情,他在2007年9月1 阅读全文
posted @ 2011-03-09 11:23 Jason Li 2011 阅读(588) 评论(0) 推荐(0) 编辑
摘要: Controlling Access to Members of a Class Access level modifiers determine whether other classes can use a particular field or invoke a particular method. There are two levels of access control: At the top level—public, or package-private (no explicit modifier). At the member level—public, private, 阅读全文
posted @ 2011-01-13 15:19 Jason Li 2011 阅读(262) 评论(0) 推荐(0) 编辑
摘要: 早些天被问到退火算法,了解了一下,做个记录。 退火算法 Simulate Anneal Arithmetic (SAA,模拟退火算法)  模拟退火算法  模拟退火算法来源于固体退火原理,将固体加温至充分高,再让其徐徐冷却,加温时,固体内部粒子随温升变为无序状,内能增大,而徐徐冷却时粒子渐趋有序,在每个温度都达到平衡态,最后在常温时达到基态,内能减为最小。根据Metropolis准则,粒子在温度T时趋于平衡的概率为e-ΔE/(kT),其中E为温度T时的内能,ΔE为其改变量,k为Boltzmann常数。用固体退火模拟组合优化问题,将内能E模拟为目标函数值f,温度T演化成控制参数t,即得到解组合优化 阅读全文
posted @ 2011-01-03 11:37 Jason Li 2011 阅读(651) 评论(0) 推荐(0) 编辑
摘要: PPT attached for the introduction of Scrum.Scrum_in_practice_min.pdf 阅读全文
posted @ 2011-01-03 10:50 Jason Li 2011 阅读(127) 评论(0) 推荐(0) 编辑
摘要: MOSS 2007 and Code Access Security Download Sample Custom Policy File Have you ever written a web part or a web service? If yes then you must have dealt with a security problem. Writing a web part or web service may not be a big issue but deploying them is certainly a headache. You start getting pe 阅读全文
posted @ 2010-12-29 22:53 Jason Li 2011 阅读(178) 评论(0) 推荐(0) 编辑
摘要: CollaDec FriendlyQuery类库(beta)说明 系统需求 Windows Server 2003 .Net Framework 2.0 Windows SharePoint Services 3.0 或 Microsoft Office SharePoint Server 2007 使用说明 解压文件FriendlyQuery.zip得到CollaDec.FQuery.dll。在Visual Studio 2005中添加引用项引用此dll即可。在使用此类库的同时,请添加对Microsoft.SharePoint.dll的引用。该类库的命名空间为CollaDec.Too 阅读全文
posted @ 2010-12-29 22:49 Jason Li 2011 阅读(561) 评论(0) 推荐(0) 编辑
摘要: MOSS站点的迁移(备份还原) 2008-06-17 09:25 本文所述的方法适合以下情况 将站点从测试服务器场迁移到正式的服务器场 备份和还原服务器场里的站点 备份还原功能不能做什么?不能备份和还原以下内容Custom solutions deployed(发布到WSS站点的自定义的应用程序)lternate access mappingInternet Information Services metabase可以备份但不能还原以下内容Sharpoint配置数据库SharePoint_Config管理中心IIS站点和应用程序管理中心数据库SharePoint_AdminConte 阅读全文
posted @ 2010-12-29 22:48 Jason Li 2011 阅读(522) 评论(3) 推荐(0) 编辑
摘要: MOSS中有两种页面:Site Pages 和Application Pages,他们分别使用不同的母版页,Site Pages 使用的是 Default.master, Application Pages使用的是Application.master。我们下面讨论的主要是针对 default.master的,因为Application.master是不支持被定制的。 Default.master 在安装目录的C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\GLOBAL\目录下,站 阅读全文
posted @ 2010-12-29 22:47 Jason Li 2011 阅读(380) 评论(0) 推荐(0) 编辑
摘要: 关于MOSS 2007的Content Types 1.概述 在WSS2.0中,一个List是由应用于List的每个列表项的一套所需字段定义的.拥有单一一套字段意味着每个列表项和它的位置紧密关联.在某个位置的所有列表项只能和那些为List或文档库所定义的列相关联.在WSS3.0中,List以content types的形式包含了多重的架构.Content Type提供了封装数据schema以及使之独立于在sharepoint 站点上的位置.Conent Type 帮助用户组织存储在SharePoint站点上的文档和其它资料.对于开发者,一个content type提供了一种定义和使用meata 阅读全文
posted @ 2010-12-29 22:44 Jason Li 2011 阅读(181) 评论(0) 推荐(0) 编辑