摘要: use master go create procedure sp_who_lock as begin declare @spid int,@bl int, @intTransactionCountOnEntry int, @intRowcount int, @intCountProperties int, ... 阅读全文
posted @ 2018-03-14 11:41 Annkiny 阅读(1186) 评论(0) 推荐(0)
摘要: 加群下载工程 阅读全文
posted @ 2018-03-14 11:39 Annkiny 阅读(385) 评论(0) 推荐(0)
摘要: c#中httpstatuscoderesult语法如下: 在Action中通过 在前端返回的是乱码。 原因: 根据 http 协议,StatusDescription 是写在 http header 中的,默认所有header是用iso-8859-1编码的,但是中文实际是用uft8编码。所以就出现了 阅读全文
posted @ 2018-02-01 10:11 Annkiny 阅读(2143) 评论(0) 推荐(0)
摘要: 时间 ... 阅读全文
posted @ 2018-01-29 14:38 Annkiny 阅读(1322) 评论(0) 推荐(0)
摘要: var xmlhttp; xmlhttp=new XMLHttpRequest(); xmlhttp.open("GET","http://10.10.0.62:10001/api/charge/admin/v1/image/code",true); xmlhttp.responseType = "blob"; xmlhttp.onload = function(){ console... 阅读全文
posted @ 2018-01-29 13:57 Annkiny 阅读(7646) 评论(0) 推荐(0)
摘要: 以上两个差异就是一个是用form标签,一个是用id,在使用id时,注意加上 onsubmit="return false;" 防止重复提交。 阅读全文
posted @ 2018-01-29 00:36 Annkiny 阅读(8282) 评论(0) 推荐(1)
摘要: 文章导读:本文介绍一些常见的VS异常错误以及解决方法,这些都是笔者曾经遇到过的,现整理于下,相信各位肯定或多或少的也遇到过类似的问题,欢迎各位参与讨论。 文章导读:本文介绍一些常见的VS异常错误以及解决方法,这些都是笔者曾经遇到过的,现整理于下,相信各位肯定或多或少的也遇到过类似的问题,欢迎各位参与 阅读全文
posted @ 2017-12-27 10:26 Annkiny 阅读(1408) 评论(0) 推荐(0)
摘要: 由于网站访问慢,所以拷贝了一份到此 https://viky-zhang.gitbooks.io/jstree-doc/content/api-core.html 1. jsTree 核心功能(core functionality) 1.1. $.jstree 包含所有 jstree 相关的函数和变 阅读全文
posted @ 2017-11-13 13:16 Annkiny 阅读(15837) 评论(0) 推荐(0)
摘要: 话说Dictionary的效率比List的高? 为什么高呢?这个大家可以百度下。 当然,我也并不是完全认同。然后后了测试,反正结果是…… 其实在很多情况下是根据不同的使用环境来选择使用。 例如:List<int> 和 Dictionary<int,int> 就拿这两个的添加和数据遍历或者是查找单一数 阅读全文
posted @ 2017-10-30 16:48 Annkiny 阅读(5442) 评论(1) 推荐(0)
摘要: 下发数据格式 $('#using_json_2').jstree({ 'core' : { 'data' : [ { "id" : "ajson1", "parent" : "#", "text" : "Simple root node" }, { "id" : "ajson2", "parent" 阅读全文
posted @ 2017-10-24 20:49 Annkiny 阅读(15704) 评论(0) 推荐(1)

福建C# .net  技术群