会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
我是程序废
博客园
首页
新随笔
联系
订阅
管理
2021年6月9日
Ubuntu18.04导入科大讯飞离线合成语音SDK
摘要: ./demo: error while loading shared libraries: libmsc.so: cannot open shared object file: No such file or directory解决办法
阅读全文
posted @ 2021-06-09 19:54 我是程序废
阅读(1117)
评论(0)
推荐(0)
2021年1月17日
Mybatis的环境搭建
摘要: Mybatis的第一个程序
阅读全文
posted @ 2021-01-17 19:37 我是程序废
阅读(60)
评论(0)
推荐(0)
日志的简单使用
摘要: Mybatis中日志的简单使用
阅读全文
posted @ 2021-01-17 18:10 我是程序废
阅读(31)
评论(0)
推荐(0)
2020年12月29日
用户交互Scanner的使用教程
摘要: Scanner使用 基本语法 Scanner s = new Scanner(System.in); 通过Scanner类的next()与nextLine()方法获取输入的字符串 在读取前一般需要使用hasNext()与hasNextLine()判断是否还有输入的数据 public static v
阅读全文
posted @ 2020-12-29 22:19 我是程序废
阅读(109)
评论(0)
推荐(0)
2020年12月28日
JDK8安装与卸载
摘要: JDK安装与卸载
阅读全文
posted @ 2020-12-28 12:14 我是程序废
阅读(94)
评论(0)
推荐(0)
公告