上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 24 下一页
摘要: 官方在线API:http://api.highcharts.com/highcharts中文网:http://www.hcharts.cn/一、HighCharts开发说明:HighCharts开发实际上配置HighCharts每个部分,比如配置标题(title),副标题(subtitle)等,其中... 阅读全文
posted @ 2014-06-23 20:28 kanek 阅读(2215) 评论(0) 推荐(0) 编辑
摘要: http://www.microsoft.com/china/msdn/events/webcasts/shared/webcast/Series/WCF_Begin.aspx服务和协定服务协定使用接口,可以建模定义服务协定:在类或接口上使用 ServiceContractAttribute属性标记... 阅读全文
posted @ 2014-06-19 22:36 kanek 阅读(360) 评论(0) 推荐(0) 编辑
摘要: Dictionary list = new Dictionary(); list.Add("d", 1); //3.0以上版本 foreach (var item in list) { ... 阅读全文
posted @ 2014-06-13 11:13 kanek 阅读(1319) 评论(0) 推荐(1) 编辑
摘要: //发送消息到服务器 public string HttpConnectToServer(string ServerPage) { byte[] dataArray = Encoding.Default.GetBytes("data=test");... 阅读全文
posted @ 2014-06-12 15:28 kanek 阅读(714) 评论(0) 推荐(1) 编辑
摘要: 今天写程序的时候调用到一个第三方的DLL文件,本机调试一切都正常,但是程序不是到服务器以后一直提示一个BUG:"基础连接已经关闭: 未能为SSL/TLS 安全通道建立信任关系"。后来把DLL文件进行反编译,发现是在获得请求的时候出错了。引用WebResponse response = WebRequ... 阅读全文
posted @ 2014-06-11 20:35 kanek 阅读(14640) 评论(0) 推荐(3) 编辑
摘要: 1.新建一个csv文件(逗号分隔的一种值文件)内容为:放在C:\盘根目录下test300 test300 123.com test300test301 test301 123.com test301test302 test302 123.com ... 阅读全文
posted @ 2014-06-06 15:10 kanek 阅读(2028) 评论(0) 推荐(0) 编辑
摘要: [http://www.th7.cn/db/mssql/2011-07-07/10127.shtml#userconsent#]删除用户表 1、select 'DROP TABLE '+name from sysobjects where type = 'U'删除视图 2、select 'DROP ... 阅读全文
posted @ 2014-06-05 23:17 kanek 阅读(504) 评论(0) 推荐(0) 编辑
摘要: 【http://www.cnblogs.com/nbpowerboy/p/3539422.html】可以使用ExchangeServiceBinding获取邮件,他相当于outlook, 来获取服务器的未接受的邮件.至于 “该帐户无权模拟所请求的用户 ” ,是由于在exchange服务器上面没有配置... 阅读全文
posted @ 2014-06-05 22:44 kanek 阅读(1723) 评论(0) 推荐(0) 编辑
摘要: 服务器超时.WEB.CONFIG手工添加httpRuntime,如连接字符串里timeout设置下command的timeout DateTime FiveBeforeDay = DateTime.Now.AddDays(-KeepDays); Sql... 阅读全文
posted @ 2014-06-05 18:16 kanek 阅读(284) 评论(0) 推荐(0) 编辑
摘要: function checkItem(e,itemId) { var item = document.getElementById(itemId); var $items = $(item); if (e.checked) { ... 阅读全文
posted @ 2014-05-28 21:48 kanek 阅读(2915) 评论(0) 推荐(0) 编辑
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 24 下一页