上一页 1 2 3 4 5 6 7 8 9 10 ··· 57 下一页
摘要: [TestClass] public class UnitTest1 { [TestMethod] public void TestMethod1() { using (testEntities entity = new testEntities()) { var tableName = "test 阅读全文
posted @ 2017-12-11 15:44 iDEAAM 阅读(971) 评论(0) 推荐(0) 编辑
摘要: var request = (HttpWebRequest)WebRequest.Create(url); request.Timeout = Timeout.Infinite; request.KeepAlive = true; var response = (HttpWebResponse)request.GetResponse(); 阅读全文
posted @ 2017-11-15 17:44 iDEAAM 阅读(2700) 评论(0) 推荐(0) 编辑
摘要: jsoup 是一款Java 的HTML解析器,可直接解析某个URL地址、HTML文本内容。它提供了一套非常省力的API,可通过DOM,CSS以及类似于jQuery的操作方法来取出和操作数据。 阅读全文
posted @ 2017-10-18 14:27 iDEAAM 阅读(451) 评论(0) 推荐(0) 编辑
摘要: The Spring Tool Suite is an Eclipse-based development environment that is customized for developing Spring applications. It provides a ready-to-use en 阅读全文
posted @ 2017-10-11 16:15 iDEAAM 阅读(2841) 评论(0) 推荐(0) 编辑
摘要: 什么是Hangfire Hangfire 是一个开源的.NET任务调度框架,目前1.6+版本已支持.NET Core。内置提供集成化的控制台,方便后台查看及监控: 另外,Hangfire包含三大核心组件:客户端、持久化存储、服务端,官方的流程介绍图如下: 从图中可以看出,这三个核心组件是可以分离出来 阅读全文
posted @ 2017-10-11 15:48 iDEAAM 阅读(1440) 评论(0) 推荐(0) 编辑
摘要: Apollo(阿波罗)是携程框架部门研发的配置管理平台,能够集中化管理应用不同环境、不同集群的配置,配置修改后能够实时推送到应用端。 Apollo官网地址 阅读全文
posted @ 2017-10-11 15:46 iDEAAM 阅读(1060) 评论(0) 推荐(0) 编辑
摘要: 1. 开始 -》 运行-》浏览-》C:\Windows\System32\rdpclip.exe-》打开。 2. 打开资源管理器的进程可以看到 rdp复制粘贴正在运行,即可。 阅读全文
posted @ 2017-08-30 16:58 iDEAAM 阅读(589) 评论(0) 推荐(0) 编辑
摘要: 1. 官方下载在线安装文件 vs_community.exe https://www.visualstudio.com/zh-hans/thank-you-downloading-visual-studio/?sku=Community&rel=15 2. 执行命令 3. 下载好以后,切换到 d:\ 阅读全文
posted @ 2017-06-27 18:11 iDEAAM 阅读(552) 评论(0) 推荐(0) 编辑
摘要: 安装Elasticsearch安装中文分词器IK的步骤: 1. 停止elasticsearch 2.2的服务 2. 在以下地址下载对应的elasticsearch-analysis-ik插件安装包(版本要和elasticsearch版本对应)。 https://github.com/medcl/el 阅读全文
posted @ 2017-06-09 16:08 iDEAAM 阅读(1557) 评论(0) 推荐(0) 编辑
摘要: Logstash.conf 阅读全文
posted @ 2017-06-05 13:06 iDEAAM 阅读(1374) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 57 下一页