摘要:
1、下载 Memcached 服务器端 http://pan.baidu.com/s/1gdGX9Eb 2、加入 Windows 服务 并 启动 1、将下载的 memcached.exe 文件copy到任意地方(C:\Windows\memcached) 2、使用 管理员身份 打开 cmd 3、输入 阅读全文
摘要:
// 获取程序的基目录。 System.AppDomain.CurrentDomain.BaseDirectory // 获取模块的完整路径。 System.Diagnostics.Process.GetCurrentProcess().MainModule.FileName // 获取和设置当前目录(该进程从中启动的目录)的完全限定目录。 System.Environment.CurrentD... 阅读全文
摘要:
前端声称一个Token 后台对Token进行验证 阅读全文
摘要:
使用方式:[Route("users/{id:int}"] 阅读全文
摘要:
这是一种不严谨的做法,在浏览量不是很重要的时候可以使用 阅读全文
摘要:
阅读全文
摘要:
阅读全文
摘要:
//图片预览的 function showPreview(source){ var file = source.files[0]; if(window.FileReader) { var fr = new FileReader(); fr.onloadend = function(e) { $(source).paren... 阅读全文
摘要:
遍历所有 checkbox 如果是选中的用 绿色 如果未选中用 灰色 点击时选中未选中颜色变化 阅读全文
摘要:
上下居中 引用 bootstrap-modalmanager.js 左右居中 修改 bootstrap-modal.js 中 this.$element.css('margin-left', ''); 改为 this.$element.css('margin-left', 0 - this.$ele 阅读全文