上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 37 下一页

2020年5月1日

【转载】对象克隆(C# 快速高效率复制对象另一种方式 表达式树转)

摘要: Linqpad 代码 Benmarker测试结果耗时改善很明显,而且还可以支持深度复制,看来果然很优秀 // * Summary * BenchmarkDotNet=v0.12.0, OS=Windows 10.0.18362 Intel Core i7-9700 CPU 3.00GHz, 1 CP 阅读全文

posted @ 2020-05-01 23:03 白马酒凉 阅读(278) 评论(0) 推荐(0) 编辑

[转载] Emit动态生成代码

摘要: 秒懂C#通过Emit动态生成代码 https://www.cnblogs.com/gaochundong/archive/2013/06/01/csharp_emit_generate_assembly.html C#使用Emit构造拦截器动态代理类 https://www.cnblogs.com/ 阅读全文

posted @ 2020-05-01 22:58 白马酒凉 阅读(166) 评论(0) 推荐(0) 编辑

2020年4月19日

【转载】Windows 下搭建 wmi_exporter+Prometheus+Grafana 服务器性能监控平台

摘要: https://blog.csdn.net/NRlovestudy/article/details/94431319 1、下载安装 wmi_exporter http://127.0.0.1:9182/metrics 2、下载安装 Prometheus(Windows版本)修改配置文件:promet 阅读全文

posted @ 2020-04-19 20:43 白马酒凉 阅读(1034) 评论(0) 推荐(0) 编辑

2020年4月11日

Java RMI 使用

摘要: service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi localhost:8082 RMI方法实现https://blog.csdn.net/MAOZEXIJR/article/details/78841094 JMX学习笔记(四) JMX RMI 阅读全文

posted @ 2020-04-11 20:32 白马酒凉 阅读(253) 评论(0) 推荐(0) 编辑

2020年4月5日

Tibco BW Event 的调优之旅

摘要: 开发了个Event Queue的application,从数据库查询一条语句,然后update这条数据,接着调用rest api,这个简单的服务在load test的时候却出现了很多问题。 有的是Event Queue consumer的配置问题,也有SQL语句的问题。 1.当同时传入多条同样的参数 阅读全文

posted @ 2020-04-05 01:59 白马酒凉 阅读(277) 评论(0) 推荐(0) 编辑

2020年3月29日

LuceneNet的使用

摘要: 先建立索引,再查询,速度很快。 索引花费的时间比较多,但还可以接受,200M的文本需要1分多钟,40G的文本需要4个小时多。 刚开始我用 2.9版本的,是选择将文本也保存在索引中,占据的空间比原先的文本2倍多。 而且发现如果里面的邮箱地址不带@后面无法查询出来,也许是所用的分词的关系,也不知道怎样才 阅读全文

posted @ 2020-03-29 20:51 白马酒凉 阅读(474) 评论(2) 推荐(0) 编辑

2020年3月19日

SoapUI 使用 JDBC Request

摘要: JDBC request 1. 将 sqljdbc4.jar 放在下面路径 C:\Program Files\SmartBear\SoapUI-5.5.0\bin\ext 2.TestSuite -> TestSteps -> JDBC Request Driver : com.microsoft. 阅读全文

posted @ 2020-03-19 23:57 白马酒凉 阅读(330) 评论(0) 推荐(0) 编辑

2020年3月16日

从WSDL生成HTML - WSDL viewer

摘要: WSDL viewer http://tomi.vanek.sk/ 下载xsltproc https://www.cnblogs.com/MasterMonkInTemple/p/7874533.html https://www.crifan.com/files/doc/docbook/docboo 阅读全文

posted @ 2020-03-16 19:24 白马酒凉 阅读(211) 评论(0) 推荐(0) 编辑

2020年2月10日

【转载】How to make SSL connection from IBM i ACS - Windows Application Package

摘要: https://www.ibm.com/support/knowledgecenter/en/SSEPGG_11.1.0/com.ibm.db2.luw.admin.sec.doc/doc/t0053518.html Note: These instructions assume ONLY the 阅读全文

posted @ 2020-02-10 22:44 白马酒凉 阅读(267) 评论(0) 推荐(0) 编辑

【转载】SQL Replication: Basic setup and configuration

摘要: https://www.sqlshack.com/sql-replication-basic-setup-and-configuration/ In Object Explorer, browse to the replication folder, right-click the Replicat 阅读全文

posted @ 2020-02-10 22:42 白马酒凉 阅读(139) 评论(0) 推荐(0) 编辑

上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 37 下一页

导航