斗爷

导航

上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 36 下一页

2018年5月19日 #

用 ASP.NET MVC 实现基于 XMLHttpRequest long polling(长轮询) 的 Comet(转)

摘要: 轮询:客户端定时向服务器发送Ajax请求,服务器接到请求后马上返回响应信息并关闭连接。 优点:后端程序编写比较容易。 缺点:请求中有大半是无用,浪费带宽和服务器资源。 实例:适于小型应用。 长轮询:客户端向服务器发送Ajax请求,服务器接到请求后hold住连接,直到有新消息才返回响应信息并关闭连接, 阅读全文

posted @ 2018-05-19 09:52 斗哥哥 阅读(233) 评论(0) 推荐(0) 编辑

2018年5月16日 #

面对海量请求,缓存设计还应该考虑哪些问题?(转)

摘要: 出处:https://www.cnblogs.com/chanshuyi/p/how_to_deal_with_massive_request_in_redis.html 从第一个缓存框架 Memcached 诞生以来,缓存就广泛地存在于互联网应用中。如果你的应用流量很小,那么使用缓存可能并不需要做 阅读全文

posted @ 2018-05-16 08:44 斗哥哥 阅读(205) 评论(0) 推荐(0) 编辑

2018年5月8日 #

杭州电子科技大学2018年自命题科目考试大纲(数据结构与组成原理)

摘要: 考试科目名称:数据结构与组成原理 科目代码: (一)数据结构部分 一、数据结构的一般概念 1.掌握数据结构的基本概念和术语。 2.了解抽象数据类型的概念。 3.掌握算法的特性,算法的描述和算法的分析。 二、线性表 1.理解线性表的逻辑结构。 2.掌握线性表的顺序存贮结构和链式存贮结构;掌握线性表基本 阅读全文

posted @ 2018-05-08 17:02 斗哥哥 阅读(1129) 评论(0) 推荐(0) 编辑

2018年4月23日 #

数学复习内容2018

摘要: 高等数学 第一章 函数 极限 连续 1.函数 2.极限 3.连续 阅读全文

posted @ 2018-04-23 09:10 斗哥哥 阅读(161) 评论(0) 推荐(0) 编辑

2018年3月12日 #

数据结构大纲(2018)

摘要: 一、数据结构的一般概念 1.掌握数据结构的基本概念和术语。 数据:是描述客观事物的符号,是计算机中可以操作的对象,是能被计算机识别,并输入给计算机处理的符号集合。 数据元素:是组成数据的,有一定意义的基本单位,在计算机中通常作为整体处理。也被称为记录。 数据项:一个数据元素可以由若干个数据项组成。数 阅读全文

posted @ 2018-03-12 09:35 斗哥哥 阅读(2926) 评论(0) 推荐(1) 编辑

2018年1月16日 #

ABP框架系列之五十四:(XSRF-CSRF-Protection-跨站请求伪造保护)

摘要: Introduction "Cross-Site Request Forgery (CSRF) is a type of attack that occurs when a malicious web site, email, blog, instant message, or program ca 阅读全文

posted @ 2018-01-16 15:52 斗哥哥 阅读(1675) 评论(0) 推荐(1) 编辑

ABP框架系列之五十三:(Web-API-Controllers-Web-API-控制器)

摘要: Introduction ASP.NET Boilerplate is integrated to ASP.NET Web API Controllers via Abp.Web.Api nuget package. You can create regular ASP.NET Web API Co 阅读全文

posted @ 2018-01-16 15:51 斗哥哥 阅读(633) 评论(1) 推荐(0) 编辑

ABP框架系列之五十二:(Validating-Data-Transfer-Objects-验证数据传输对象)

摘要: Introduction to validation Inputs of an application should be validated first. This input can be sent by user or another application. In a web applica 阅读全文

posted @ 2018-01-16 15:49 斗哥哥 阅读(401) 评论(0) 推荐(0) 编辑

ABP框架系列之五十一:(Timing-定时)

摘要: Introduction While some applications target a single timezone, some others target to many different timezones. To satisfy such needs and centralize da 阅读全文

posted @ 2018-01-16 15:48 斗哥哥 阅读(597) 评论(0) 推荐(0) 编辑

ABP框架系列之五十:(Swagger-UI-集成)

摘要: Introduction From it's web site: "....with a Swagger-enabled API, you get interactive documentation, client SDK generation and discoverability." 从它的网站 阅读全文

posted @ 2018-01-16 15:45 斗哥哥 阅读(1414) 评论(0) 推荐(0) 编辑

上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 36 下一页