本文分类:news发布日期:2024/12/25 9:08:22
相关文章
navicate连接oracle数据库probable oracle net admin error
没用过oracle数据库 1、数据库版本19c;
使用dbeaver连接是没有问题的 使用navicate一直报错
解决方案: oracle官网下载win64的OCI环境 https://www.oracle.com/database/technologies/instant-client/winx64-64-downloads.html
下载好的压缩包直接解…
建站知识
2024/12/2 15:30:19
架构设计:负责网络、定时、坐下、站起、重连等,支持多类游戏的无锁房间
本文首发在这里 重中之重就是想实现无锁!无锁!无锁!
源码
servergolang
预计还会实现gate_server,接受并保持websocket长连接,按需双向流到game_server进行消息转发
未来上述服务均会以容器的形式由k8s自动化部署、…
建站知识
2024/11/23 7:23:52
uniapp与webview直接进行传值
uniapp与webview直接进行传值
<template><view class"advertisement" style"width: 100%;"><web-view :src"url" message"message"></web-view></view>
</template><script>
export defau…
建站知识
2024/12/3 21:03:56
ElementUI大坑Notification修改样式
默认<style lang"scss" scoped>局部样式,尝试用deep透传也无效
实践成功方法:单独写一个style
<style>
.el-notification{position: absolute !important;top: 40% !important;left: 40% !important;
}
</style>
也支持自…
建站知识
2024/11/29 22:43:00
css百分比布局中height:100%不起作用
百分比布局时,我们有时候会遇到给高度 height 设置百分比后无效的情况,而宽度设置百分比却是正常的。
当为一个元素的高度设定为百分比高度时,是相对于父元素的高度来计算的。当没有给父元素设置高度(height)时或设置…
建站知识
2024/11/30 20:06:49
uniapp tabBar不显示
开发中发现某个页面不显示tabbar,而有的页面显示
需要在tabBar配置中添加需要展示的页面
刚开始我发现登录页面不展示tabbar,把登录页面的路径配置进去就会展示了
建站知识
2024/12/8 9:34:15
类加载机制和双亲委派
打印一个类加载器的示例。
import java.net.URL;
import sun.misc.Launcher;public class TestJDKClassLoader {public static void main(String[] args) {System.out.println(String.class.getClassLoader());System.out.println(com.sun.crypto.provider.DESKeyFactory.clas…
建站知识
2024/12/6 6:11:38