打赏
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 60 下一页
摘要: $("input[name='BlogStatus'][value='" + rep.data.Status + "']").prop("checked", true); //$.each($("input[name='BlogStatus']"), function (index, item) { ... 阅读全文
posted @ 2018-08-06 15:06 刘奇云 阅读(951) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/austin_link/article/details/40596185 C#项目中都会有一个不起眼的文件,后缀名csproj,很多人都会忽视它。其实,这个文件在项目中起到举足轻重的地位。这个文件其实是一个项目的工程文件,不过,正常开发中,这个文件基本上不 阅读全文
posted @ 2018-08-03 17:03 刘奇云 阅读(1726) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/chengxiao/p/6129630.html 预备知识 堆排序 堆排序是利用堆这种数据结构而设计的一种排序算法,堆排序是一种选择排序,它的最坏,最好,平均时间复杂度均为O(nlogn),它也是不稳定排序。首先简单了解下堆结构。 堆 堆是具有以下性质 阅读全文
posted @ 2018-08-03 16:42 刘奇云 阅读(8831) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/kissdodog/archive/2013/05/07/3064895.html Cache类,是一个用于缓存常用信息的类。HttpRuntime.Cache以及HttpContext.Current.Cache都是该类的实例。 一、属性 二、方法 阅读全文
posted @ 2018-08-03 15:16 刘奇云 阅读(331) 评论(0) 推荐(0)
摘要: 测试代码: 阅读全文
posted @ 2018-08-02 16:56 刘奇云 阅读(3096) 评论(0) 推荐(0)
摘要: 整个思路是这样的: 1.查询数据库中的文件流放到datatable中2.循环datatable将文件流一个个生成文件,放到对应的文件夹中,3.下载某个文件夹下的所有文件a.循环这个文件夹下的所有文件,调用zip()方法压缩到zipSteam中b.将zipStream流保存为一个.zip文件4.返回给 阅读全文
posted @ 2018-08-02 10:28 刘奇云 阅读(1525) 评论(0) 推荐(0)
摘要: 1.nuget 搜索consul安装 2. 阅读全文
posted @ 2018-08-01 10:08 刘奇云 阅读(816) 评论(0) 推荐(1)
摘要: https://blog.csdn.net/simba_1986/article/details/77823309 数据库与缓存读写模式策略 写完数据库后是否需要马上更新缓存还是直接删除缓存? (1)、如果写数据库的值与更新到缓存值是一样的,不需要经过任何的计算,可以马上更新缓存,但是如果对于那种写 阅读全文
posted @ 2018-07-27 13:58 刘奇云 阅读(1118) 评论(0) 推荐(0)
摘要: git 账号一 密码git 账号二 密码https://github.com/liuqiyun520/gitStudy.git 账号一:新建文档 提交到git$ git init $ echo "# gitStudy" >> README.md$ git add README.md$ git com 阅读全文
posted @ 2018-07-25 20:29 刘奇云 阅读(104) 评论(0) 推荐(0)
摘要: C# 1.获取签名 2.配置 3.返回给前端签名 html 阅读全文
posted @ 2018-07-25 18:28 刘奇云 阅读(1073) 评论(0) 推荐(0)
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 60 下一页