@#¥%……

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2015年7月25日

该文被密码保护。 阅读全文
posted @ 2015-07-25 14:43 yufan27209 阅读(4) 评论(0) 推荐(0)

2015年5月12日

摘要: publicTcpClientServer;publicNetworkStreamNetStrm;publicStreamReaderRdStrm;publicstringData;publicbyte[]szData;publicstringCRLF="\r\n";privatevoidConne... 阅读全文
posted @ 2015-05-12 16:37 yufan27209 阅读(441) 评论(0) 推荐(0)

2015年4月30日

摘要: 2007年,美国学者的论文《ASurveyonAutomaticTextSummarization》(DipanjanDas,AndreF.T.Martins,2007)总结了目前的自动摘要算法。其中,很重要的一种就是词频统计。这种方法最早出自1958年的IBM公司科学家H.P.Luhn的论文《Th... 阅读全文
posted @ 2015-04-30 10:31 yufan27209 阅读(168) 评论(0) 推荐(0)

2015年3月9日

摘要: 安装环境:win7 64位,VS2013安装前的准备:首先下载到http://www.openssl.org/source/ 下载最新版本的openssl-1.0.2.tar.gz, 解压到C:\ openssl-1.0.2其次 http://www.activestate.com/ActivePe... 阅读全文
posted @ 2015-03-09 11:48 yufan27209 阅读(2850) 评论(0) 推荐(0)

2015年1月7日

摘要: 1:发送Uri uri = new Uri("amqp://10.0.4.85:5672/"); ConnectionFactory factory = new ConnectionFactory(); factory.UserName = "abc"; ... 阅读全文
posted @ 2015-01-07 14:02 yufan27209 阅读(521) 评论(0) 推荐(0)

2015年1月6日

摘要: public class ChatHub : Hub { //声明静态变量存储当前在线用户 public static class UserHandler { public static Dictionary Connected... 阅读全文
posted @ 2015-01-06 14:58 yufan27209 阅读(1027) 评论(0) 推荐(0)

2015年1月5日

摘要: BEGIN SET NOCOUNT ON; dECLARE @number VARCHAR(100) declare @sdate datetime declare @id VARCHAR(32) set @id=0 SET @number='' sel... 阅读全文
posted @ 2015-01-05 09:28 yufan27209 阅读(904) 评论(0) 推荐(0)

摘要: USE [as_services]GO/****** Object: StoredProcedure [dbo].[Sp_CustomPageV5] Script Date: 01/05/2015 09:20:39 ******/SET ANSI_NULLS ONGOSET QUOTED_I... 阅读全文
posted @ 2015-01-05 09:26 yufan27209 阅读(316) 评论(0) 推荐(0)

2014年12月18日

摘要: 新增 删除 保存后台:public class TestInfo { public string ID { get; set; } public string BrcName { get; set; } public string BrcComment { get; set; }}public J... 阅读全文
posted @ 2014-12-18 15:49 yufan27209 阅读(524) 评论(0) 推荐(0)

2014年11月25日

摘要: public delegate void HandlerLableText(string msg); void RichTexLableText(string msg) { if (this.InvokeRequired) {... 阅读全文
posted @ 2014-11-25 21:10 yufan27209 阅读(125) 评论(0) 推荐(0)