RawChen
RawChen
关于阿里oss
请问这个网页使用的是本地服务器,我本地服务器是1m带宽,能制作连接阿里oss的吗
idea先配置好maven,然后用maven导入项目,进去后等它慢慢下载,我用的mysql5.6所以之后只用修改mysql.properties的密码。 然后项目设置添加下资源文件夹,再修改下web.xml中contextConfigLocation,原为/WEB-INF/classes/spring/applicationContext-*.xml,替换/WEB-INF/classes/为classpath:。 然后用tomcat启动这个项目,但是重要的是这个项目启动的Deployment中Artifity:war exploded中Application context为 / 即可成功启动。
之前那个yoyling.com已失效,更换成这个了。 Introduction: RawChen Address: https://rawchen.com/ RSS feed: https://rawchen.com/feed tags: 个人博客 icon: https://rawchen.com/favicon.png
之前10来天运行的好好的
This multi-threaded download example is very good. It is best to write down the environment. For example, you should use JDK13 or higher. If JDK8, replace `Path.of` with `Paths.get`
已更新可使用
修复后的插件项目地址: https://github.com/rawchen/github-star-trend 具体原因: fetchHistoryData.js 38行,不再使用access_token参数的方式。Headers添加Authorization属性,值为Bearer {access_token}即可。