Wesley13 Wesley13
2年前
java 原生 HttpClient
packageorg.rx.socks.http;importcom.google.common.base.Strings;importlombok.SneakyThrows;importorg.rx.common.App;importorg.rx.common.Contract;
Wesley13 Wesley13
2年前
java后端上传下载文件
packagecom.weshare.argus.service.impl;importcom.alibaba.dubbo.common.utils.IOUtils;importcom.alibaba.dubbo.common.utils.StringUtils;importcom.alibaba.fastjs
Wesley13 Wesley13
2年前
UI自动化
codingutf8importtimefromseleniumimportwebdriverfromselenium.webdriver.common.action_chainsimportActionChainsfromselenium.webdriver.supportimpor
Stella981 Stella981
2年前
Discuz 中 ajaxget,ajaxpost 返回值没有显示到指定的区域中
1、需按下面的格式写(需导入require'./source/class/class\_core.php';)includetemplate('common/header\_ajax');echo'jack088';includetemplate('common/footer\_ajax');2、可能是jQuery与Discuz
Stella981 Stella981
2年前
Python操作浏览器 WebDriver
\_\_author\_\_'zhangliping'fromseleniumimportwebdriverfromselenium.webdriver.common.keysimportKeysfromselenium.webdriver.common.action\_chains
Stella981 Stella981
2年前
FLINK 1.12 支持upsertSql 不再去使用了JDBCUpsertSINK了,kafka也支持upsert了
packagecom.konka.dsp;importorg.apache.flink.api.common.JobExecutionResult;importorg.apache.flink.api.common.restartstrategy.RestartStrategies;import
Stella981 Stella981
2年前
Common Trace Format
CommonTraceFormat(CTF)Specification(v1.8.1)MathieuDesnoyers,EfficiOSInc.Thegoalofthepresentdocumentistospecifyatraceformatthatsuitsthe
Stella981 Stella981
2年前
Apache Common
ApacheCommons是一个非常有用的工具包,解决各种实际的通用问题,下面是一个简述表,详细信息访问 http://jakarta.apache.org/commons/index.html(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fjakarta.apache.org%2F
Stella981 Stella981
2年前
Guava 的EventBus示例代码(简单笔记,后期补充)
packageguavademo.event.bus;importcom.google.common.eventbus.EventBus;importcom.google.common.eventbus.Subscribe;/Createdbyliuguangxinon
javalover123 javalover123
1年前
spring boot使用Java并行流发送kafka消息报错
springbootmavenplugin打包,使用Java并行流多线程发送kafka消息,刚开始发送时报错,Invalidvalueorg.apache.kafka.common.serialization.StringSerializerforconfigurationkey.serializer:Classorg.apache.kafka.common.serialization.StringSerializercouldnotbefound.