Java使用JDBC(中)

上一节创建了一个SelectSql方法,实现了查询。但如果想实现自定义的查询,需要重写自定义JDBC类中的SelectSql方法,首先我们想这样写:

Android学习笔记(一)

今天开始学习Android开发,学习使用的书籍为:Android权威编程指南。环境:Android Studio。同时ShopKeeper也会进行开发,希望在几个月内掌握基本的Android开发技术。

Java安卓学习总结(四)

从eclipse转向Android Studio 2020年5月17日,后知后觉的shopkeeper完成了拨乱反正,将安卓的开发工具从eclipse转向Android Studio。 一、删除eclipse中所有Android开发工具组件 由于我已经成功地配置过SDK了,因此在使用AS时,是不需要重新去配置的。然而在AS中使用eclipse使用的SDK时,由于AS会改变SDK的文件目录结构,产生 […]

POJ1163总结

The Triangle 题目来源 Description 7 3 8 8 1 0 2 7 4 4 4 5 2 6 5 (Figure 1) Figure 1 shows a number triangle. Write a program that calculates the highest sum of numbers passed on a route that starts at the […]

POJ1157总结

LITTLE SHOP OF FLOWERS 题目来源 Description You want to arrange the window of your flower shop in a most pleasant way. You have F bunches of flowers, each being of a different kind, and at least as many v […]

Java安卓学习总结(三)

今天尝试去添加新的string资源,结果出现了这个问题: 网上查询是由于eclipse读取这个string.xml文件时会自动将其变为带有BOM的UTF-8文件,而eclipse使用的BOM是低版本的dom4j-1.3,需要对BOM进行升级到dom4j-1.6.1版本。意思就是不新建资源就不会有问题,一新建就会报错。 然后也尝试找了很多的解决方法,比如将string.xml另存为不带有BOM的UT […]

POJ1143总结

Number Game 题目来源 Description Christine and Matt are playing an exciting game they just invented: the Number Game. The rules of this game are as follows.The players take turns choosing integers greater […]