- 博客(4)
- 收藏
- 关注
原创 软件体系结构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
原创 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
16834
3
原创 新手出现段越界的一种原因
Linux段越界:https://www.cnblogs.com/wnnily/p/5159295.html#include<iostream>using namespace std;class Motherboard{ public: string CPU; string RAM; Motherboard* Clone(){ return new Mo...
2019-05-15 12:58:39
324
原创 腾讯云安装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
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅