05 2014 档案

摘要:首先下载安装mysql与elipse,具体的java连接代码如下所示。package pcl;import java.sql.*; public class JDBCTest { public static void main(String[] args){ // 驱动程序名 ... 阅读全文
posted @ 2014-05-30 19:14 hedgehog小子 阅读(151) 评论(0) 推荐(0)
摘要:首先需要的软件:1.MinGW-gcc440_1.zip2.qt-win-opensource-4.8.5-mingw.exe3.qt-creator-win-opensource-2.8.1.exe步骤:1.解压缩MinGW-gcc440_1到目录D:\Qt\MinGW-gcc440_12.安装q... 阅读全文
posted @ 2014-05-15 22:33 hedgehog小子 阅读(531) 评论(0) 推荐(0)