摘要:
Presentation Layer: 負責與客戶端發生互動Application Layer: 負責協調UI與Domain Layer之間的互動Domain Layer: 軟體的核心,所有相關的Domain information都在這,可以看成是Business Logic Layer,但不完全是Infrastructure Layer: 負責各層之間的交互溝通、資料存取、安全性管理及通用LibraryPresentation Layer不該存在流程與規則,比如驗證規則,這是屬於Domain Object的工作; 比如工作流程,這是Application Layer要負責的; 比如資料存取 阅读全文
摘要:
//左连接fromainemployeeListletu=frombinemployeeList2wherea.ID.Equals(b.ID)selectafromcinuselectc;//内连接fromainemployeeListletu=frombinemployeeList2wherea.ID.Equals(b.ID)selectafromcinu.DefaultIfEmpty()selectc; 阅读全文
摘要:
如果各位是就讀大學、研究所,或是在學術界,只要跟理工領域插的上邊的朋友,應該在電腦打資料的時候會遇到要輸入一些方程式。但在使用蘋果系列軟體的,並沒有包含可以輸入方程式的功能,所以我們要透過一些小軟體來達成我們需要的功能。本章節要介紹的LaTeXiT,就是可以解決以上遇到困難的救星,只需要在軟體的視窗中打入文字表示的方程式,它就能幫我們轉換為圖像式的方程式,這樣就可以直接插入應用在文件檔案中,但比較複雜的地方就是使用軟體前必須先安裝兩個軟體套件BasicTeX、GhostScript,最後才安裝LaTeXiT。以下輸入方程式試試看,下面的是輸入框架,輸入完方程式後,再按下LaTeXiT it,上 阅读全文
摘要:
@modelTestMVC.Areas.WebSite.Models.TestModel@{ViewBag.Title="Index";}<h2>Index</h2><scriptsrc="http://www.ideaam.com/Scripts/MicrosoftAjax.js"type="text/javascript"></script><scriptsrc="http://www.ideaam.com/Scripts/MicrosoftMvcAjax.js&qu 阅读全文
摘要:
海姐部落格:http://tw.myblog.yahoo.com/jw!Vaq8LKiKBhIloPTfhnDtBg--/ 阅读全文
摘要:
Valve Corp.是美国华盛顿州贝尔维市(Bellevue)的一家游戏开发商。和许多科技企业一样,Valve公司也经常宣扬办公环境的优越性,如高品质的浓缩咖啡,免费的按摩和洗衣服务等。 在Valve公司,只有一样东西是不配备的:老板。 Valve在网站上称,公司自1996年成立以来就保持着“无老板”状态,也没有经理和公司点名指定的项目。300名员工自己负责招聘同事,从事自认为值得投入的项目。公司十分强调办公的移动性,连办公桌都装上轮子,可以很方便地滚动到选定的地方,形成一个工作区。 欢迎来到“无老板”公司,这里没有上下级关系,收入由同事决定,工作时间由员工自己说了算。 那... 阅读全文
摘要:
IntroductionSuppose you have been asked to migrate an existing multi-tier application to .NET where the business layer is written in Java. Normally you would have no option but to recode and port the entire application to any .NET language (e.g. C#). However this is where IKVM.NET comes to the resc. 阅读全文
摘要:
In some cases, the models may be very similar to one another. In other cases, the models may radically diverge. If your domain model and your data model are very similar, you can consider aggregating an instance of your data model class into your domain model class. If your domain and data model... 阅读全文
摘要:
I was updating an application I created in Access VBA and came across a scenario that I needed to encapsulate some of the functionalities in a DLL. I used to use VB (Visual Basic 5 and 6) to create DLLs many years ago. The best way nowadays is to use C# or VB.Net to create the DLL.Creating a DLL in. 阅读全文
摘要:
远方的小鸟叫醒了宁静的春天但男人已在春天里耕耘很久了每天看着娇细模样的男人忙碌即使路途遥远,男人依然上路生活丰富了男人的梦想却嘲弯了男人的腰生活孤独了男人的生活却给予了男人自由男人渴望并害怕遇到他的春天远方的小鸟还在应该那里报春吧还在继续丰富男人的梦想吧送给飘的男人们,偶尔会想家,偶尔会孤独,偶尔会忙碌偶尔会迷茫偶尔肩膀疼 希望大家奔波的同时,注意身体。 ------写于2011/11/01 地铁 有感 阅读全文