1 2 3 4 5 ··· 11 下一页
摘要: 达梦caonim真几把难用 达梦有一个专门的工具搞这个,长这样 首先 右击,新建迁移 新建一个迁移项目,test_cnblogs 点击下一步 选择导入的方式,库到库,还是库到表格/sql等等 这里我选择DM >DM, 输入好 数据源和 目的 数据源输入 目的,这个10-15-model是我刚刚运行过 阅读全文
posted @ 2024-08-02 14:58 MoreJewels 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 傻逼达梦 在达梦命令界面执行命令 select * from v$version; 可以查看达梦当前版本号 还有一条命令可以查看更详细的信息 select * from v$instance; 如下 阅读全文
posted @ 2024-08-02 11:48 MoreJewels 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 生产者 rabbitmq的配置 创建交换机,创建queue,绑定交换机的routingkey到queue 一,默认的exchange列表 二,将exchange的routingkey绑定到queue 三,生产端关心消息将发放哪个交换机,哪个routingkey, 也可以用通配符(如calc.*,ca 阅读全文
posted @ 2024-06-21 12:11 MoreJewels 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 静态文件html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta h 阅读全文
posted @ 2024-04-19 18:05 MoreJewels 阅读(14) 评论(0) 推荐(0) 编辑
摘要: jvm是一个老生常谈的话题,🤣 重要的事情值得反复梳理, 本文从各种细节出发剖析jvm 参考资料: 1 JavaTM Platform Standard Edition 6 API 规范 https://tool.oschina.net/uploads/apidocs/jdk-zh/overvie 阅读全文
posted @ 2024-04-04 10:14 MoreJewels 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 如何操作操作系统的 hosts 文件Windows 下在: C:/Windows/system32/drivers/etc/hosts苹果 Mac OSX 和 Ubuntu 等linux系一般在:/etc/hosts mac可command+shift+G前往/private文件夹,hosts文件在 阅读全文
posted @ 2024-03-10 13:58 MoreJewels 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 先说要点,再show code 1,nginx转发不要填写127.0.0.1,localhost等ip地址 2,location根路径要加try_file选项,请求转发到index.html 3,如果有path有/,那就都带上/ 我的nginx.conf #user root; worker_pro 阅读全文
posted @ 2024-03-07 17:04 MoreJewels 阅读(42) 评论(0) 推荐(0) 编辑
摘要: 新建一个端口8089的springboot项目, 具体如何新建springboot-web项目不再赘述 可参考文章: https://blog.csdn.net/csucsgoat/article/details/122568010 一,controller代码 二,json源数据 https:// 阅读全文
posted @ 2024-02-03 22:21 MoreJewels 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 多的不说,show me the code,先上一段java代码 1 /* 2 * 深度优先算法(DFS)算法生成所有可能路径 3 * startId: 出发站 4 * endId: 到达站 5 * graph: 辅助邻接矩阵,若99站与35站相邻, 6 * 则graph[35][99]=1,gra 阅读全文
posted @ 2024-02-03 17:28 MoreJewels 阅读(10) 评论(0) 推荐(0) 编辑
摘要: d3js是一个数据可视化的前端工具 参考文章 d3.js 绘制北京市地铁线路情况图(部分) http://www.javashuo.com/article/p-hhrntvfg-kt.html 阅读全文
posted @ 2024-02-03 17:23 MoreJewels 阅读(15) 评论(0) 推荐(0) 编辑
1 2 3 4 5 ··· 11 下一页