my-site icon indicating copy to clipboard operation
my-site copied to clipboard

springboot2.0开发的个人网站,集成了:个人首页,个人博客,个人作品

Results 7 my-site issues
Sort by recently updated
recently updated
newest added

部署成功的,让大家看一看

good first issue

![image](https://user-images.githubusercontent.com/50870350/226283211-92a57253-2412-4dc3-908e-dfcfe844088b.png)

这里我的解决方案是: 首先明确自己七牛云的存储区域,我的存储区域是:华南-广东 然后根据存储区域,修改api目录下,QiniuCloudService代码中的代码 修改前:Configuration cfg = new Configuration(Zone.zone0()); 修改后:Configuration cfg = new Configuration(Region.huanan());

鄙人发现了一个小bug,在系统设置页面点击保存的时候会弹出失败窗口。 但是刷新后,发现input标签中的数据确实保存了上去。 原因:前端列出了12条数据,后端t_options却13条数据,多了一个数据(site_keywords字段), 故而导致转换流时报错误(此时数据已保存上去,但因转换流的报错,故而前端提示保存失败) 底层:(1)因为底层的代码实现是,先对输入的数据进行保存(即t_options表) (2)然后重新获得所有的数据转换为流然后重新对 "WebConst.initConfig" 复制 解决方法:删除t_options表中的site_keywords字段 这里我有一个问题: "WebConst.initConfig = options.stream().collect(Collectors.toMap(OptionsDomain::getName,OptionsDomain::getValue)); " 这段代码是干什么用的,还请指教

请问能否进行二次开发?想进行二次开发并部署到公司内部服务器上,请问作者允许吗

Bumps [io.springfox:springfox-swagger-ui](https://github.com/springfox/springfox) from 2.2.2 to 2.10.0. Release notes Sourced from io.springfox:springfox-swagger-ui's releases. 2.9.2 Release © JUDITH VRUGT, NATIONAL GEOGRAPHIC YOUR SHOT Thank you for the patience with this release. More...

dependencies

D:\Downloads\my-site-master\my-site-master\src\main\java\cn\luischen\controller\BaseController.java:77:34 java: 找不到符号 符号: 方法 getUid() 位置: 类 cn.luischen.model.UserDomain