受欢迎的博客标签
RSS

博客

Using Mongo DB in MVC Creating Product Model
http://www.c-sharpcorner.com/UploadFile/a6fd36/using-mongo-db-creating-product-model/.
ASP.NET 5 and AngularJS Part 1, Configuring Grunt, Uglify, and AngularJS Part1-part5
ASP.NET 5 and AngularJS Part 1, Configuring Grunt, Uglify, and AngularJS Part1-part5 ASP.NET 5 and AngularJS Part 1, Co
仿百度搜索时的下拉列表(jQuery实现)
  仿百度搜索时的下拉列表(jQuery实现)    当我们使用百度或是谷歌进行搜索时,只要输入一个字母就可以产生一个下拉列表,并且可以通过键盘上下键来控制列表项的选择。最近在项目中也碰到了类似的情况
Bootstrap——导航条的设置和下拉菜单详细注释
  今天的就先了解一下导航条和下拉菜单的制作,手写了一个小案例,把笔记写在了注释之中,这样看起来比较清晰明了。 <!DOCTYPE html> <html>   <
Windows Server 2012: Enabling Disk Cleanup Utility
Introduction This tool allows you to cleanup unnecessary file both on a windows server environment and\or a desktop PC.
沙漠之鹰——图形化开源爬虫Hawk 3
Github.com/ferventdesert/Hawk http://www.cnblogs.com/buptzym/.
HTTP状态码及其含义大全2
消息(1字头) 编辑 这一类型的状态码,代表请求已被接受,需要继续处理。这类响应是临时响应,只包含状态行和某些可选的响应头信息,并以空行结束。由于 HTTP/1.0 协议中没有定义任何 1xx 状态码,所以除非在某些试验条件下,服务器禁
判断客户端是否禁用javascript、cookie
判断客户端javascript是否被禁用了,提示用户开启javaScript功能。请看下面的代码:     <div  id="NoJs" >你禁用了javascr
保持应用程序在激活状态-1
Forcing an ASP.NET Application to 'stay alive' http://weblog.west-wind.com/posts/2007/May/10/Forcing-an-ASPNET-Applicat
Session常用的四种共享实现方案比较
Session共享实现方案 Session共享有多种解决方法,常用的有四种:客户端Cookie保存、服务器间Session同步、使用集群管理Session、把Session持久化到数据库。下面分别就这四种方案进行介绍和比较。