1 using System; 2 3 namespace Visitor 4 { 5 /// <summary> 6 /// 作者:bzyzhang 7 /// 时间:2016/6/4 6:29:39 8 /// 博客地址:http://www.cnblogs.com/bzyzhang/ 9 // ...
分类:
其他好文 时间:
2016-06-04 07:04:04
阅读次数:
224
//定义过滤器 public class LogAttribute : ActionFilterAttribute { /// <summary> /// 以逗号间隔 /// </summary> private readonly string _parameterNames; public Biz ...
分类:
Web程序 时间:
2016-06-03 21:28:40
阅读次数:
252
1 using System; 2 3 namespace Interpreter 4 { 5 /// <summary> 6 /// 作者:bzyzhang 7 /// 时间:2016/6/3 19:42:24 8 /// 博客地址:http://www.cnblogs.com/bzyzhang/ ...
分类:
其他好文 时间:
2016-06-03 21:24:50
阅读次数:
253
以下是方法 返货json数据 代码都有注释 /// <summary> /// 请求webpapi /// </summary> /// <param name="url">地址</param> /// <returns>json字符串</returns> public static string ...
分类:
Windows程序 时间:
2016-06-03 21:17:36
阅读次数:
1056
树形数据结构小结
一、 说明
小结中包括Binary Tree、Binary search tree、buildable tree、AVL tree、Splay tree、Tries、B-trees。主要对这些学过的树形数据结构做一个简单的总结概括,可能不是很全面,但可作为复习参考。(还没写完,这两天尽量更完吧)
二、 正文
1) Binary_...
分类:
其他好文 时间:
2016-06-03 19:31:08
阅读次数:
171
Acion: public class AuthenticationController : Controller { /// <summary> /// 验证码 /// </summary> /// <returns></returns> public FileResult Verificatio ...
分类:
其他好文 时间:
2016-06-03 14:12:58
阅读次数:
176
桥接模式:将抽象出来的那部分和它的实现(方法、操作)部分分离,使它们可以独立变化。(两者间通过构造函数注入依赖) 1 namespace DesignModel.桥接模式 2 { 3 4 /// <summary> 5 /// 操作抽象类 6 /// </summary> 7 abstract cl ...
分类:
其他好文 时间:
2016-06-03 06:30:24
阅读次数:
201
1. 概括统计 summary statistics MLlib支持RDD[Vector]列式的概括统计,它通过调用 Statistics 的 colStats方法实现。 colStats返回一个 MultivariateStatisticalSummary 对象,这个对象包含列式的最大值、最小值、 ...
分类:
其他好文 时间:
2016-06-02 20:05:59
阅读次数:
420
Meeting time: 2016.May.31 1:00~2:00 Chairperson: Kirill Zaitsev, from Mirantis Meeting summary: 1.Action Item Review update the wiki to mention new CP ...
分类:
其他好文 时间:
2016-06-02 20:01:25
阅读次数:
257
/// <summary> /// 添加站点限制IP /// </summary> /// <param name="sitename">站点名称</param> /// <param name="xzip">限制IP</param> /// <param name="type">是否授权还是限制 ...
分类:
其他好文 时间:
2016-06-02 16:20:42
阅读次数:
245