摘要:
http://www.codeproject.com/Articles/515253/Service-Oriented-Architecture-and-WCF 阅读全文
摘要:
A layer of Mappers1 that moves data between objects and a database while keepingthem independent of each other and the mapper itself. -- Martin Fowler 阅读全文
摘要:
functionsubmitForm(){varurl="/RefRoute/InsertTemplate";//alert("submit");varoptions={url:url,type:"POST",success:function(data){if(data=="SUCCESS"){alert("更新成功!");}else{alert("更新失败!");}}};$("#frmRouteTemplate").ajaxSubmit(options) 阅读全文
摘要:
Visual Studio Prompt 阅读全文
摘要:
E:\Subversion>svnserve -d -r E:\svnroot 阅读全文
摘要:
publicclassDestination{publicintDestinationId{get;set;}publicstringName{get;set;}publicstringCountry{get;set;}publicstringDescription{get;set;}publicbyte[]Photo{get;set;}publicList<Lodging>Lodgings{get;set;}}publicclassLodging{publicintLodgingId{get;set;}publicstringName{get;set;}publicstringO 阅读全文
摘要:
- Data Annotations are attributes that you apply directly to theclass or properties that you want to affect. These can be found in the System.ComponentModel.DataAnnotations namespace.classAnimalType{publicintId{get;set;}[Required]publicstringTypeName{get;set;}}when it’s time to SaveChanges, Entity F 阅读全文
摘要:
今天看了公司的开发库,发觉里面的人有时候滥用这两个东东,觉得有必要整理一下window.parent: iframe页面调用父页面对象a.html<html><head><title>父页面</title></head><body><formname="form1"id="form1"><inputtype="text"name="username"id="username"/></form&g 阅读全文
摘要:
svnadmin create projectname 阅读全文
摘要:
updateCCTDB..Area_InfosetParentStr=b.ParentStrfromCCTDB..Area_InfoainnerjoinTempAreabona.AreaId=b.AreaId 阅读全文