问题+解决
pinklatte
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
腾讯云安装TensorFlow遇到的问题(基于Ubuntu)
1.更换阿里云的源(用以下载应用) 找到源文件并进行编写:vi /etc/apt/sources.list 更改文件内容:deb http://mirrors.aliyun.com/ubuntu/ xenial main restricted universe multiversedeb http://mirrors.aliyun.com/ubuntu/ xenial-securit...原创 2018-07-06 12:14:24 · 696 阅读 · 0 评论 -
statement.executeQuery(sql)出错的一种排查方法
在IDE里调试程序总是在执行SQL语句时报错(ps:如何定位错误?),这是一件很头疼的事。一种比较有效的方法是:(1)调用printf等输出函数,得到SQL语句eg:String sql = "select * from suser where name='"+name+"' and password='"+psd+"';";System.out.println(sql);//...原创 2019-05-28 21:42:04 · 16836 阅读 · 3 评论 -
软件体系结构BS模式导入java-web项目遇到的问题
idea报错:Please, configure Web Facet first!https://blog.youkuaiyun.com/malz_zh/article/details/85098356There is no configured/running web-servers found! Please, run any web-configuration and hit the Re...原创 2019-06-03 19:53:47 · 461 阅读 · 0 评论
分享