000-- Euclidean algorithm running result: 001-- Decimal to Bin: Running result: 002-- DRY principle : Don't Repeat Yourself 003-- using a tupel as a p ...
分类:
编程语言 时间:
2017-06-10 00:31:16
阅读次数:
150
近期进修JavaScript,看了“You Don't Know JS”这本书,认为是本JavaScript内功上乘心法,有一定JavaScript基础朋友一定要看看(不推荐入门小朋友看。怕走火入魔)。作者知识渊博,理解透彻。行文流畅,案例经典,绝对的大神级人物。 本文将对书中关于JavaScrip ...
分类:
编程语言 时间:
2017-06-05 15:53:51
阅读次数:
190
在看APUE习题10.5的时候提示了这篇文章,讲的非常清晰,设计也非常巧妙,所以把原文放在这里。值得自己去实现。 Title: Implementing Software Timers By: Don Libes Originally appeared in the Nov. 1990 "C Use ...
分类:
其他好文 时间:
2017-06-04 22:54:56
阅读次数:
241
1、决策树/判定树 决策树/判定树是一个类似于流程图的树结构,其中每个内部结点表示在一个属性上的测试,每个分支表示一个属性输出,而每个树叶结点代表类或者类分布。树的最顶层是根节点 如下图所示,根节点为Play 9 + Don't Play 5,根据OUTLOOK属性产生三个分支sunny、overc ...
分类:
编程语言 时间:
2017-06-01 16:54:14
阅读次数:
322
<Directory "I:/1/wamp/apps/phpmyadmin3.4.10.1/"> Options Indexes FollowSymLinks MultiViews AllowOverride all Order Allow,Deny //必须先Allow再Deny Allow fr ...
分类:
数据库 时间:
2017-05-28 16:50:01
阅读次数:
192
1、打开激活窗口 2、选择 Activate new license with License server (用license server 激活) 3、在 License sever address 处填入 http://xidea.online 4、点击 Activate 进行认证 5、don... ...
分类:
其他好文 时间:
2017-05-28 10:00:21
阅读次数:
210
P2946 [USACO09MAR]牛飞盘队Cow Frisbee Team 题目描述 After Farmer Don took up Frisbee, Farmer John wanted to join in the fun. He wants to form a Frisbee team f ...
分类:
其他好文 时间:
2017-05-27 15:17:51
阅读次数:
258
must 必须做某事 must't 绝对不能做某事 have to 不得不做某事,必须做某事 don't have to 不是必须做某事,可做可不做,可以选择 I must study English so ... must .... because... have to ...so ... hav ...
分类:
其他好文 时间:
2017-05-26 10:42:20
阅读次数:
164
Big Event in HDU Problem Description Nowadays, we all know that Computer College is the biggest department in HDU. But, maybe you don't know that Comp ...
分类:
其他好文 时间:
2017-05-25 22:13:55
阅读次数:
169
C#中的模型状态与数据注解,为我们提供了很便利的请求数据的验证。 1. ModelState ModelState在进行数据验证的时候很有用的,它是: 1)验证数据,以及保存数据对应的错误信息。 2)微软的一种DRY(Don't Repeat Yourself)设计,通过ModelState可以做服... ...
分类:
Windows程序 时间:
2017-05-22 12:06:39
阅读次数:
1094