Wesley13 Wesley13
2年前
java sm3加密算法
javasm3加密算法实现CreationTime2018年7月13日09点28分Author:Marydon1.准备工作    所需jar包:  bcprovjdk15on1.59.jar  c
Wesley13 Wesley13
2年前
java数据提交到mencached 和redis
今天捣鼓了下mencached还不错!(http://my.oschina.net/js/ke/plugins/emoticons/images/13.gif)依赖库commonspool1.5.6java\_memcachedrelease\_2.6.6slf4japi1.6.1slf4jsimple1.6.
Kent_Sun Kent_Sun
2年前
windows中 redis server 双击闪退
错误重现bash进入redis安装目录执行以下命令redisserver.exeredis.windows.conf报错:1957201May21:13:17.815CreatingServerTCPlisteningsocket:6379:listen:Unknownerror解决方法:修改redis.windows
Wesley13 Wesley13
2年前
SQL利用函数或存储过程求男或女的总分平均分
!(https://oscimg.oschina.net/oscnet/633e11621f3e13e713cf063db00d72c8aa0.png)函数alterfunctionxb(@xingbievarchar(2))returnstableas
Stella981 Stella981
2年前
Linux 终端 Pearls
.sshli@10.175.68.121      远程登陆.sshlli10.175.68.121exit.scpr/home/li/TEST/unpv13epi@192.168.31.128:/home/pi/ 在主机终端中运行,复制到pi,r表递归.ls|grep"$\"    
Wesley13 Wesley13
2年前
Java中的13个原子操作类
点击上方“Java中文社群”,选择“设为星标(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fmp.weixin.qq.com%2Fs%3F__biz%3DMzUzMTA2NTU2Ng%3D%3D%26mid%3D2247486188%26idx%3D3%26sn%3Df160d91ea2
Easter79 Easter79
2年前
Swarm搭建 Docker集群
一、环境准备1、准备服务器如下:172.19.230.69node1172.19.230.70node2172.19.230.64 node32、修改主机名:hostnamectlsethostname node13、关闭防火墙systemctlstopfirewalld.service停止fir
Stella981 Stella981
2年前
Javascript获取数组中最大和最小值方法
1.使用Math中的max/min方法vararr22,13,6,55,30;varmaxMath.max.apply(null,arr);varminMath.min.apply(null,arr);console.log(max,min)//5
Stella981 Stella981
2年前
ClickHouse和他的朋友们(13)ReplicatedMergeTree表引擎及同步机制
原文出处:https://bohutang.me/2020/09/13/clickhouseandfriendsreplicatedmergetree/!(https://oscimg.oschina.net/oscnet/45b6be2fb6044f45a8ec1b9a122179a2.png)最后更新:20200913
京东云开发者 京东云开发者
9个月前
【OpenAI】ChatGPT函数调用(Function Calling)实践 | 京东云技术团队
6月13日OpenAI在ChatCompletionsAPI中添加了新的函数调用(FunctionCalling)能力,帮助开发者通过API方式实现类似于ChatGPT插件的数据交互能力。