会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
cxc1357
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
8
9
10
11
12
13
14
15
16
···
59
下一页
2021年1月30日
[bug] org.apache.catalina.core.StandardContext.startInternal One or more listeners failed to start. Full
摘要: 原因 lib文件缺失 参考 https://blog.csdn.net/weixin_41060905/article/details/86911172
阅读全文
posted @ 2021-01-30 01:28 cxc1357
阅读(154)
评论(0)
推荐(0)
2021年1月28日
[bug] IDEA:application context not configured for this file
摘要: 参考 https://blog.csdn.net/a772304419/article/details/79680833
阅读全文
posted @ 2021-01-28 22:59 cxc1357
阅读(55)
评论(0)
推荐(0)
2020年12月25日
[bug] vscode output 输出乱码
摘要: 参考 https://blog.csdn.net/qq_34192032/article/details/105077173 https://blog.csdn.net/a19990412/article/details/90270814
阅读全文
posted @ 2020-12-25 20:18 cxc1357
阅读(144)
评论(0)
推荐(0)
2020年11月18日
[Python] 地图API
摘要: 请求位置信息 https://restapi.amap.com/v3/place/text?keywords=北京大学&city=beijing&output=xml&offset=20&page=1&key=<用户的key>&extensions=all 参考 高德地图接口 地理信息 https:
阅读全文
posted @ 2020-11-18 15:57 cxc1357
阅读(265)
评论(0)
推荐(0)
2020年11月17日
[bug] SSM项目:Cannot load driver class: com.mysql.jdbc.Driver
摘要: 检查pom文件,mysql包部分为: <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> <scope>runtime</scope></dependency>将最后一行改为本机mys
阅读全文
posted @ 2020-11-17 11:58 cxc1357
阅读(198)
评论(0)
推荐(0)
2020年11月16日
[算法] 单链表插入排序(java)
摘要: 实现 首先保证插入前的链表是个完整的,最后一个节点要断开 然后在插入前链表中找到比待插入节点大的最小元素,插到前面即可 Link.java class Link { private class Node { int data; Node next; public Node(int x) { data
阅读全文
posted @ 2020-11-16 10:57 cxc1357
阅读(506)
评论(0)
推荐(0)
2020年10月31日
[Java] Spring 原理
摘要: 手写Spring 常用类 ApplicationContext 创建对象 将对象缓存到IoC容器中(Map) 执行依赖注入DI BeanDefinition:配置文件封装(yml、properties、xml、json) BeanDefinitionReader:读取配置信息(工具类) BeanWr
阅读全文
posted @ 2020-10-31 09:38 cxc1357
阅读(162)
评论(0)
推荐(0)
2020年10月30日
[bug] PyCharm远程Spark集群:Java gateway process exited before sending its port number
摘要: 原因 无法连接到集群上的java 解决 方法一: 在右上角Edit Configurations中,添加一条环境变量JAVA_HOME,值为远程机器上的java安装路径 方法二: 直接在代码里写上JAVA_HOME import os os.environ['JAVA_HOME'] = '/root
阅读全文
posted @ 2020-10-30 01:06 cxc1357
阅读(1005)
评论(0)
推荐(0)
2020年10月29日
[bug] docker: Error response from daemon: Conflict. The container name "/xx" is already in use
摘要: 改名、删除或重启容器 参考 https://www.cnblogs.com/youxin/p/12993816.html
阅读全文
posted @ 2020-10-29 21:12 cxc1357
阅读(1457)
评论(0)
推荐(0)
[python] jupyter notebook
摘要: 安装 安装miniconda:bash Miniconda3-py37_4.8.2-Linux-x86_64.sh 启动虚拟环境:source /root/.bashrc 退出虚拟环境:conda deactivate conda镜像配置: conda config --add channels h
阅读全文
posted @ 2020-10-29 20:23 cxc1357
阅读(137)
评论(0)
推荐(0)
上一页
1
···
8
9
10
11
12
13
14
15
16
···
59
下一页
公告