Souleigh ✨ Souleigh ✨
4年前
🎉无人维护?官方打脸:Element UI for Vue 3.0 来了!🎊
Element开发团队宣布正式发布ElementPlus的首个beta版本,ElementPlus是Element对Vue3.0的升级适配。此前网上有传言称Element无人维护,ElementUI也不会支持Vue3.0,这次官方出来打脸了。image(https://imghelloworld.ossc
Wesley13 Wesley13
4年前
Ubuntu16.04搭建caffe环境(cpu
_本文参考caffe官网教程(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fcaffe.berkeleyvision.org%2Finstall_apt.html)以及网上的两篇教程:Ubuntu14.04CPUPython的Caffe安装教程(https://www.oschi
Stella981 Stella981
4年前
CentOS8安装Tomcat9,启动失败
使用VM装了个CentOS8,想着装个Tomcat玩一下,照着网上教程装好了,配置完了启动报错,报错的字串忘记截图了,借用下别人的\root@CentOS8~\journalctlxe\DefinedBy:systemd\Support:https://access.redhat.com/support\
Wesley13 Wesley13
4年前
ubuntu子系统多版本
ubuntu子系统可以支持多个版本,安装即可查看ubuntu系统版本:cat/etc/lsbrelease网上一般对windows子系统卸载的回答都是:lxrun/uninstall/full1但是会产生报错,报错信息如下:C:\WINDOWS\system32lxrun/unin
Stella981 Stella981
4年前
Python发邮件:发邮件总结
1、登录SMTP服务器首先使用网上的方法(这里使用163邮箱,smtp.163.com是smtp服务器地址,25为端口号):import smtplibserver  smtplib.SMTP('smtp.163.com', 25)server.login('j_hao104@163
Stella981 Stella981
4年前
SpringBoot学习路线
网上也有很多github资源,都是自己学习SpringBoot时候,自己练的代码虽然现在最新的版本用2.1.3.RELEASE版本,以前版本的demo运行可能会遇到错误。但是有总比没有要好,不是么?<parent<groupIdorg.springframework.boot</groupId
Stella981 Stella981
4年前
Osgi导出的产品不能独立启动的问题之一的解决
现象:用eclipse的导出工具,生成一个产品目录,点击里面的执行文件,报错:Thexxexecutablelauncherwasunabletolocateitscompanionsharedlibrary国内网上搜了一下,都是eclipse自己启动时报这个错,基本上的解决方案如下:修改Myecli
Stella981 Stella981
4年前
Spring RestTemplate 调用天气预报接口乱码的解决
SpringRestTemplate调用天气预报接口可能遇到中文乱码的问题,解决思路如下。问题出现我们在网上找了一个免费的天气预报接口http://wthrcdn.etouch.cn/weather\_mini?citykey101280601(https://www.oschina.net/action/GoToLink?ur
Stella981 Stella981
4年前
Hue中hive(hive cli)查询结果中显示列名,不带表名
hivecli中显示列名进入hivecli后sethive.cli.print.headertrue;之后出现列名,但是带了表名前缀,由于网上没找到资料,于是到官网肉眼扫描所有参数,总算找到,给大家分享下。hivecli中,sethive.resultset.use.unique.column.namesfalse;