摘要:
淇℃伅 [main] org.apache.catalina.startup.VersionLoggerListener.log Server.鏈嶅姟鍣ㄧ増鏈�:这种乱码的错误,虽然不影响启动和使用,但看着就很烦解决这种乱码的问题,解决问题的方法是到tomcat/conf/目录下 修改logging 阅读全文
摘要:
近期,看有朋友在使用Manjaro系统,感觉这个系统挺不错,于是我也安装了Manjaro,学习一下!!!! Manjaro下载地址:https://manjaro.org/download/ Manjaro 系统有3个,在百度上搜索结果后,根据自己情况选择了KDE这个版本(自行百度) 安装方式 (百 阅读全文
摘要:
Mybatis依赖<!--测试--> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> <scope>test</scope> </dependency><!--日 阅读全文
只有注册用户登录后才能阅读该文。 阅读全文
摘要:
import java.util.Scanner; public static void main(String[] args) { Scanner input=new Scanner(System.in); System.out.println("请输入数字:"); int a=input.nex 阅读全文
摘要:
一. ADO.NET (Access Data Object, 数据访问对象) .NET操作数据库的一组类 Connection Command DataReader DataAdapter 二. Connection 连接对象 1.创建: SqlConnection conn = new SqlC 阅读全文
摘要:
1.做为一个程序员打字最重要 指法打字练习软件:http://home.bdqn.cn/thread-11142-1-1.html 2.JDK必不可少 JDK6.X下载 JDK7.X下载 3.Eclipse下载 Eclipse Standard 3.2下载 Eclipse Standard 3.8下 阅读全文