2017年3月16日

web项目开发最佳做法

摘要: 一个成熟的web项目应该具备以下基础代码或做法 1.前端基础框架: 2.后端基础框架: 2.不要忘了有意义的else分支语句!!这是软件健壮性的要点。"有意义"是指不满足if条件时对系统有某种影响的情况,对于 阅读全文

posted @ 2017-03-16 11:05 wyman25 阅读(155) 评论(0) 推荐(0) 编辑

2017年2月21日

Log4net配置与使用简要说明

摘要: log4net的配置和使用说明 阅读全文

posted @ 2017-02-21 10:37 wyman25 阅读(2276) 评论(0) 推荐(0) 编辑

2016年4月12日

SQL SERVER常用定义查询

摘要: https://msdn.microsoft.com/en-us/library/ms175081.aspx 阅读全文

posted @ 2016-04-12 09:42 wyman25 阅读(313) 评论(0) 推荐(0) 编辑

2016年3月24日

B树详解

摘要: B树 具体讲解之前,有一点,再次强调下:B-树,即为B树。因为B树的原英文名称为B-tree,而国内很多人喜欢把B-tree译作B-树,其实,这是个非常不好的直译,很容易让人产生误解。如人们可能会以为B-树是一种树,而B树又是一种一种树。而事实上是,B-tree就是指的B树。特此说明。 我们知道,B 阅读全文

posted @ 2016-03-24 00:58 wyman25 阅读(31936) 评论(1) 推荐(3) 编辑

2016年3月9日

What is the difference between a binary tree, a binary search tree, a B tree and a B+ tree?

摘要: Binary Tree : It is a tree data structure in which each node has at most two children. As such there is no relation between a parent and its left and 阅读全文

posted @ 2016-03-09 18:19 wyman25 阅读(387) 评论(0) 推荐(0) 编辑

2014年12月9日

[转载]Context and Interception : The .NET Context

摘要: 转载自:Context and Interception : The .NET ContextEvery new app domain starts with a single context, called the default context. The default context prov... 阅读全文

posted @ 2014-12-09 17:02 wyman25 阅读(297) 评论(0) 推荐(0) 编辑

2014年7月25日

(转载)Windows常见性能计数器(较好的说明)

摘要: 转载地址:http://blog.csdn.net/dfbrt56/article/details/3341591Windows常见性能计数器性能计数器(counter)是描述服务器或操作系统性能的一些数据指标。计数器在性能测试中发挥着“监控和分析”的关键作用,尤其是在分析系统的可扩展性、进行性能瓶... 阅读全文

posted @ 2014-07-25 11:45 wyman25 阅读(503) 评论(0) 推荐(0) 编辑

2014年7月19日

Linux文件查看/编辑方法介绍

摘要: 转载:https://www.centos.bz/2011/10/linux-file-view-edit/cat 命令介绍cat 命令的原含义为连接(concatenate), 用于连接多个文件内容并输出到标准输出流中(标准输出流默认为屏幕)。实际运用过程中,我们常使用它来显示文件内容。如果您熟悉... 阅读全文

posted @ 2014-07-19 10:58 wyman25 阅读(538) 评论(0) 推荐(0) 编辑

2014年1月9日

值得收藏的文章

摘要: 超棒的Web部署: 如果你在使用XCopy, 那么你就选错了http://blogs.msdn.com/b/scott_hanselman/archive/2011/06/14/web-xcopy.aspx 阅读全文

posted @ 2014-01-09 11:28 wyman25 阅读(146) 评论(0) 推荐(0) 编辑

2014年1月7日

win server 2008 r2 sharepoint 域环境安装经历

摘要: 环境:物理机:win7(x64,计算机名字:wyman-pc,ip:192.168.10.102) / sql server 2008 r2(x64) /VM10虚拟机:win svr 2008 r2(x64,计算机名字:server1,ip:192.168.10.104)1.在server1上新建域togo.com(netbios:TOGO),域管理员账号:togo\administrator2.将wyman-pc加入域3.安装sp2010 foundation3.1 指定配置数据库服务器时出错。从提示中得知sql server中需要一个togo\administrator这个登陆名,于是先 阅读全文

posted @ 2014-01-07 01:31 wyman25 阅读(467) 评论(0) 推荐(0) 编辑

导航