文章分类 -  java web

摘要:https://www.cnblogs.com/CharmCode/p/13256098.html 阅读全文
posted @ 2025-04-03 18:07 微笑的''80 阅读(8) 评论(0) 推荐(0)
摘要:https://www.jyshare.com/front-end/6210/#2a11e5 阅读全文
posted @ 2025-03-06 19:31 微笑的''80 阅读(4) 评论(0) 推荐(0)
摘要:http://hiprint.io/ 阅读全文
posted @ 2025-03-06 19:13 微笑的''80 阅读(10) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/rita_0567/article/details/144700868 阅读全文
posted @ 2025-02-03 18:07 微笑的''80 阅读(16) 评论(0) 推荐(0)
摘要:https://dev.java/learn/getting-started/ 阅读全文
posted @ 2025-02-03 13:52 微笑的''80 阅读(14) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/JetpropelledSnake/p/9753829.html#_label1 阅读全文
posted @ 2024-12-01 11:36 微笑的''80 阅读(22) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/u010760567/article/details/50822431 Netbeans 默认使用JDK是在安装时指定的,如果因为卸载或者更换JDK发生了路径变化,NetBeans在启动的时候会弹出一个对话框提示说指定路径错误,这时就需要去Netbeans 阅读全文
posted @ 2024-11-29 21:26 微笑的''80 阅读(19) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/m0_56755556/article/details/143360547 https://blog.51cto.com/zhangxueliang/11936799 阅读全文
posted @ 2024-11-28 21:51 微笑的''80 阅读(5) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/gonzo/p/17873872.html https://www.cnblogs.com/kendoziyu/p/16546105.html 阅读全文
posted @ 2024-11-24 10:54 微笑的''80 阅读(14) 评论(0) 推荐(0)
摘要:1、java环境变量 1)打开我的电脑--属性--高级--环境变量 2)新建系统变量JAVA_HOME 和CLASSPATH 变量名:JAVA_HOME 变量值:C:\Program Files\Java\jdk1.7.0 变量名:CLASSPATH 变量值:.;%JAVA_HOME%\lib\dt 阅读全文
posted @ 2024-10-26 07:57 微笑的''80 阅读(14) 评论(0) 推荐(0)
摘要:1.在pom.xml添加如下内容: <build> <plugins> <plugin> <artifactId>maven-dependency-plugin</artifactId> <configuration> <outputDirectory>${project.build.directo 阅读全文
posted @ 2024-10-25 22:36 微笑的''80 阅读(13) 评论(0) 推荐(0)
摘要:https://kafka.apache.org/quickstart https://www.kafkatool.com/features.html https://blog.csdn.net/General_zy/article/details/129227041 阅读全文
posted @ 2024-10-01 07:52 微笑的''80 阅读(18) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/weixin_42564451/article/details/141283695 阅读全文
posted @ 2024-09-17 11:51 微笑的''80 阅读(19) 评论(0) 推荐(0)
摘要:RTP和SIP是一些专用于互联网电话(VoIP)通信的协议。 1. RTP协议:RTP(Real-time Transport Protocol)是一种实时传输协议,它通常用于音频和视频的流式传输,主要用于实现互联网电话、视频会议等应用。RTP协议是一种基于UDP协议的协议,不保证数据的可靠传输,但 阅读全文
posted @ 2024-09-07 10:45 微笑的''80 阅读(687) 评论(0) 推荐(0)
摘要:http://www.lachesis-mh.com/product_4/78.html http://www.ginnoder.com/products-dt?product_id=80 https://baijiahao.baidu.com/s?id=1779617767262615772&wf 阅读全文
posted @ 2024-09-07 10:15 微笑的''80 阅读(7) 评论(0) 推荐(0)
摘要:https://arco.design/react/docs/start https://arco.design/vue/docs/pro/start 阅读全文
posted @ 2024-09-07 09:59 微笑的''80 阅读(9) 评论(0) 推荐(0)
摘要:https://github.com/nvm-sh/nvm?tab=readme-ov-file#manual-install 阅读全文
posted @ 2024-09-07 00:43 微笑的''80 阅读(6) 评论(0) 推荐(0)
摘要:问题:新安装的tomcat,用其他机器访问tomcat的Server Status、Manager App、Host Manager三个页面均显示403(本机访问没有问题),conf/tomcat-users.xml 里已添加配置: <role rolename="manager-gui"/> <r 阅读全文
posted @ 2024-09-07 00:34 微笑的''80 阅读(53) 评论(0) 推荐(0)