• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
时光里的赶路人
博客园    首页    新随笔    联系   管理    订阅  订阅
上一页 1 2 3 4 5 6 7 8 下一页
2020年10月13日
nginx: [emerg] bind() to 0.0.0.0:9001 failed (10013: An attempt was made to access a socket in a way)
摘要: 在启动nginx的时候出现了这个错误,原因是9001端口被占用,解决办法是:在cmd中输入命令行: netstart -ano | findstr 9001 得到PID 为4 的进程号,说明9001被进程号为4的进程占用,进入任务管理器,找到PID为4的进程名称,右键打开文件所在位置,发现是ntos 阅读全文
posted @ 2020-10-13 09:15 吹风哪页就哪页 阅读(2313) 评论(0) 推荐(0)
2020年10月10日
Module build failed (from ./node_modules/babel-loader/lib/index.js):
摘要: ERROR Failed to compile with 1 errors friendly-errors 09:48:15 ERROR in ./.nuxt/client.js friendly-errors 09:48:15 Module build failed (from ./node_mo 阅读全文
posted @ 2020-10-10 10:02 吹风哪页就哪页 阅读(5158) 评论(0) 推荐(0)
2020年9月30日
failed to req API:/nacos/v1/ns/service/list after all servers([127.0.0.1:8848]) tried: failed to re
摘要: failed to req API:/nacos/v1/ns/service/list after all servers([127.0.0.1:8848]) tried: failed to re...错误的原因是nacos没有启动解决方法:找到nacos所在的文件: 阅读全文
posted @ 2020-09-30 15:00 吹风哪页就哪页 阅读(10332) 评论(0) 推荐(0)
2020年9月17日
jsp页面数据回显(select下拉选择框)
摘要: jsp页面数据回显(select下拉选择框): <select id="userFlag" name="userFlag" value="${schoolBaseInfo.userFlag}"/> <option value="">--请选择--</option> <option value="0" 阅读全文
posted @ 2020-09-17 11:33 吹风哪页就哪页 阅读(1877) 评论(0) 推荐(0)
2020年9月15日
Correct the classpath of your application so that it contains a single.........................
摘要: Correct the classpath of your application so that it contains a single...... 原因是gson的jar包版本问题,解决办法是加入依赖 <dependency> <groupId>com.google.code.gson</gr 阅读全文
posted @ 2020-09-15 09:55 吹风哪页就哪页 阅读(8804) 评论(0) 推荐(0)
2020年9月3日
常见的rgb值
该文被密码保护。 阅读全文
posted @ 2020-09-03 20:34 吹风哪页就哪页 阅读(1) 评论(0) 推荐(0)
用jquery获取tbody下的第一个tr的最后一个td里面的值
摘要: 用jquery获取tbody下的第一个tr的最后一个td里面的值:re_process_old = $(".re_process_list tr:first td:last").text(); function(index, layero){ var re_content = layero.find 阅读全文
posted @ 2020-09-03 15:45 吹风哪页就哪页 阅读(2685) 评论(0) 推荐(0)
2020年8月24日
Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured.
摘要: Description: Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured. Reason: Failed to dete 阅读全文
posted @ 2020-08-24 17:02 吹风哪页就哪页 阅读(168) 评论(0) 推荐(0)
2020年8月12日
Error running exam-web: Address localhost:1099 is already in use
摘要: Error running exam-web: Address localhost:1099 is already in use: 解决办法:在cmd中输入如下命令: netstat -aon | findstr 1099:找到被占用的pid taskkill -f -pid pid:终止 如图所示 阅读全文
posted @ 2020-08-12 09:04 吹风哪页就哪页 阅读(231) 评论(0) 推荐(0)
2020年7月7日
Shiro学习
摘要: 1.shiro是什么? Apache shiro是java的一个安全权限框架。 2.shiro的作用是什么? shiro可以完成:认证,授权,加密,会话管理,与web集成,缓存等。 阅读全文
posted @ 2020-07-07 14:29 吹风哪页就哪页 阅读(119) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 下一页
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3