其实三层架构是一个程序最基本的 在.Net开发中通常是多层开发比如说 BLL 就是business Logic laywer(业务逻辑层) 他只负责向数据提供者也就是DAL调用数据 然后传递给 客户程序也就是UI DAL就是(data access laywer)数据访问层 ,负责 对实体也就是数据 ...
分类:
Web程序 时间:
2016-07-07 17:29:17
阅读次数:
194
Tautology Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 11579 Accepted: 4392 Description WFF 'N PROOF is a logic game played with dice. E ...
分类:
其他好文 时间:
2016-07-06 11:43:41
阅读次数:
184
AgentLogic*temp_agent_logic=[[AgentLogicalloc]init];[temp_agent_logicsetViewController:viewController];m_agent_logic=temp_agent_logic;#import"RootViewController.h"-(void)setViewController:(UIViewController*)view_controller;@interfaceAgentLogic()@property(no..
分类:
移动开发 时间:
2016-06-23 22:31:27
阅读次数:
236
foo=‘abc‘
foriinrange(len(foo)):
print"%d,%s"%(i,foo[i])
print[x**2forxinrange(5)ifnotx%2]
try:
f=open(‘e:\XIN_370_logic.tx‘,‘r‘)
foreachlineinf:
printeachline
f.close()
exceptIOError,e:
printe
deffunc1(x):
returnx+x
x=[iforiinrange(4)]
printfunc1(x)
deffun..
分类:
编程语言 时间:
2016-06-23 19:01:28
阅读次数:
209
注意xaml中x:Class 是不是相应改了,下面2处标红的部分是否一致。 namespace RTP.ToolKits{ /// <summary> /// Interaction logic for CableLossCalWin.xaml /// </summary> public parti ...
分类:
其他好文 时间:
2016-06-13 19:12:32
阅读次数:
129
/ThinkPHP/ThinkPHP.php 增加如下代码 //非原始代码defined('BASE_LOGIC') or define('BASE_LOGIC', THINK_PATH . '../baselogic/');defined('BASE_MODEL') or define('BASE ...
分类:
Web程序 时间:
2016-06-08 15:52:16
阅读次数:
231
https://www.amazon.cn/Set-Theory-and-Logic-Stoll-Robert-R/dp/0486638294/ref=tmm_pap_title_0?ie=UTF8&qid=1465056882&sr=8-1 ...
分类:
其他好文 时间:
2016-06-05 01:10:10
阅读次数:
141
1.定义泛型类 namespace Crm.Data.Logic.Repository{ public abstract class AbstractRepository<TC, T> : IDisposable where TC : DbContext, new() where T : class ...
分类:
其他好文 时间:
2016-06-02 13:36:57
阅读次数:
886