会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
@睦
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
5
6
7
8
9
10
11
12
下一页
2016年1月29日
C# 微信access_token缓存和过期刷新
摘要: 摘自:http://blog.csdn.net/hechurui/article/details/22398849 首先建立一个Access_token类 /// <summary> ///Access_token 的摘要说明 /// </summary> public class Access_t
阅读全文
posted @ 2016-01-29 17:38 @睦
阅读(4907)
评论(0)
推荐(1)
2016年1月28日
SQL 禁止在 .NET Framework 中执行用户代码。启用 "clr enabled" 配置选项
摘要: 注:本文摘自:http://blog.csdn.net/heshengfen123/article/details/3597125 在执行SQL脚本过程中如果出现 禁止在 .NET Framework 中执行用户代码。启用 "clr enabled" 配置选项的解决办法是: 执行以下脚本: exec
阅读全文
posted @ 2016-01-28 09:34 @睦
阅读(11387)
评论(0)
推荐(1)
2016年1月26日
C# 采用Basic Auth传递Post或者GET 数据
摘要: 摘自:http://www.cnblogs.com/starcrm/p/4837971.htmlpublic class JiraApi{private string m_Username;private string m_Password;public JiraApi(string usernam...
阅读全文
posted @ 2016-01-26 14:53 @睦
阅读(3683)
评论(0)
推荐(0)
C# 清除文本中的HTML标签
摘要: /// /// 清除文本中Html的标签/// /// /// public static string ClearHtml(string Content){Content = Zxj_ReplaceHtml("&#[^>]*;","", Content);Content = Zxj_Replace...
阅读全文
posted @ 2016-01-26 14:49 @睦
阅读(1095)
评论(0)
推荐(0)
2015年11月24日
C# XML解析
摘要: 摘自:http://www.cnblogs.com/RiseSoft/archive/2012/03/17/2404007.html之前在项目中处理的都是一些小数据量的XML文件,都是直接用.Net Framework中System.XML命名空间下的基本的XmlDocument、XmlElemen...
阅读全文
posted @ 2015-11-24 17:01 @睦
阅读(498)
评论(0)
推荐(0)
2015年10月14日
C# 实现文件下载的几种方式
摘要: 摘自:http://www.cnblogs.com/zhangzt/archive/2009/12/14/1623426.htmlusing System;using System.Data;using System.Configuration;using System.Web;using Syst...
阅读全文
posted @ 2015-10-14 15:11 @睦
阅读(1605)
评论(0)
推荐(0)
2015年8月18日
C# indexof和indexofany区别(转)
摘要: 定位子串是指在一个字符串中寻找其中包含的子串或者某个字符。在String类中,常用的定位子串和字符的方法包括IndexOf/LastIndexOf及IndexOfAny/LastIndexOfAny,下面进行详细介绍。1.IndexOf/LastIndexOfIndexOf方法用于搜索在一个字符串中...
阅读全文
posted @ 2015-08-18 17:58 @睦
阅读(3651)
评论(0)
推荐(1)
C#中string类的几个方法(indexof、lastindexof、substring)(转)
摘要: String.IndexOfString.IndexOf 方法 (Char, Int32, Int32)报告指定字符在此实例中的第一个匹配项的索引。搜索从指定字符位置开始,并检查指定数量的字符位置。String.IndexOf(value, startIndex, count)参数value:要查找...
阅读全文
posted @ 2015-08-18 17:48 @睦
阅读(195)
评论(0)
推荐(0)
JS图片的放大与缩小
摘要: javascript控制图片缩小或者放大 放大 缩小
阅读全文
posted @ 2015-08-18 17:04 @睦
阅读(322)
评论(0)
推荐(0)
2015年8月3日
JS的Document属性和方法(转)
摘要: document.title //设置文档标题等价于HTML的title标签document.bgColor //设置页面背景色document.fgColor //设置前景色(文本颜色)document.linkColor //未点击过的链接颜色document.alinkColor //激活链接...
阅读全文
posted @ 2015-08-03 15:13 @睦
阅读(212)
评论(0)
推荐(0)
上一页
1
···
5
6
7
8
9
10
11
12
下一页
公告