SET NOCOUNT ON;DECLARE @vendor_id int, @vendor_name nvarchar(50),@message varchar(80), @product nvarchar(50);PRINT '-------- Vendor Products Report --... Read More
posted @ 2016-01-12 14:15 RR幻影 Views(359) Comments(0) Diggs(0) Edit
高层视图:改变在现有系统使用EntityFramework的优势是什么?• All -in-1框架的类映射表,需要编写映射代码, 并且是很难维护的。• 可维护性,易于理解的代码,无需创造大的数据访问层。• 提供LINQ查询数据库,这需要从初级开发人员不太了解SQL。• EF可以用作用于数据服务和OD... Read More
posted @ 2016-01-11 16:39 RR幻影 Views(190) Comments(0) Diggs(0) Edit
领导者:在激励人们达到目标时专注于长期以及整体的目标;管理者:常常关注为达到具体目标所需要的日常细节。领导者:做正确的事情;管理者:把事情做正确。领导者:决定愿景;管理者:达到愿景。领导者:领导的是人;管理者:管理的却是事。 Read More
posted @ 2015-11-13 14:45 RR幻影 Views(196) Comments(0) Diggs(0) Edit
一、不要别人点什么,就做什么我的第一份工作,只干了8个月,那家公司就倒闭了。我问经理,接下来我该怎么办,他说:"小伙子,千万不要当一个被人点菜的厨师,别人点什么,你就烧什么。不要接受那样一份工作,别人下命令你该干什么,以及怎么干。你要去一个地方,那里的人肯定你对产品的想法,相信你的能力,放手让你去做... Read More
posted @ 2015-09-18 17:58 RR幻影 Views(188) Comments(0) Diggs(0) Edit
I recently had an interesting discussion with a colleague. We were recounting our job histories and how our, shall we say colorful personalities, coul... Read More
posted @ 2015-09-18 17:56 RR幻影 Views(399) Comments(0) Diggs(0) Edit
Stored Procedures are pre-compile objects which are compiled for first time and its compiled format is saved which executes (compiled code) whenever i... Read More
posted @ 2015-07-14 16:56 RR幻影 Views(233) Comments(0) Diggs(0) Edit
47,52,48下半年考中级:) Read More
posted @ 2015-07-08 10:26 RR幻影 Views(157) Comments(0) Diggs(0) Edit
The .Net framework has a number of technologies that allow you to create HTTP services such as Web Service, WCF and now Web API. There are a lot of ar... Read More
posted @ 2015-06-30 11:46 RR幻影 Views(164) Comments(0) Diggs(0) Edit
Data mining is the process of finding patterns in a given data set. These patterns can often provide meaningful and insightful data to whoever is inte... Read More
posted @ 2015-06-26 16:53 RR幻影 Views(182) Comments(0) Diggs(0) Edit
A clustered index determines the order in which the rows of a table are stored on disk. If a table has a clustered index, then the rows of that table ... Read More
posted @ 2015-06-26 16:52 RR幻影 Views(233) Comments(0) Diggs(0) Edit