摘要:
课程总结: 感觉这个学期好像什么都还没学会就匆匆忙忙过去了,但和之前的自己相比,确实也学到了很多,从java到android,在编程方面,也有些进步,也成长了很多。这学期所做的各种小组作业对我来说是第一次真正的团队合作,在这方面我也学到了很多,在团队合作中,单是和别人的交流就能让我吸取到许多新知识, 阅读全文
摘要:
application对象实现网站计数器 <% Object oCount = application.getAttribute("count"); //取得count属性值,如果还没有改属性则返回null; Integer count=null; if(oCount==null){ count = 阅读全文
摘要:
Android使用jxl快速生成Excel表 Android使用jxl快速生成Excel表 - 简书 (jianshu.com) jxl.jar包的下载地址:http://jexcelapi.sourceforge.net/ public class MainActivity extends App 阅读全文
摘要:
java爬虫 来自:Java爬虫之爬取数据_y……的博客-CSDN博客_java爬数据 pom.xml <dependencies> <dependency> <groupId>com.googlecode.juniversalchardet</groupId> <artifactId>junive 阅读全文
摘要:
新的问题…… <com.spring.sky.image.upload.CropImageView android:id="@+id/cropimage" android:layout_width="match_parent" android:layout_height="match_parent" 阅读全文
摘要:
LINUX 命令方式、输入方式和末行方式。在操作系统提示符下键入Vi,进入命令方式,Vi此时等待命令的输入而不是文本输入,这时输入的字母都将作为编辑命令来解释;由命令方式进入输入方式,键入编辑命令,如插入命令i、添加命令a、建立新行命令等;由命令方式进入末行方式,需键入冒号:,每次只执行一条,执行完 阅读全文
摘要:
还是老问题…… Paint paint = null; //定义画笔 Bitmap originalBitmap = null; //存放原始图像 Bitmap new1_Bitmap = null; //存放从原始图像复制的位图图像 Bitmap new2_Bitmap = null; //存放处 阅读全文
摘要:
public class MainActivity extends AppCompatActivity { private HandWrite handWrite = null; Button clear = null; @Override protected void onCreate(Bundl 阅读全文
摘要:
php安装gd库: php安装gd库 - ToDarcy - 博客园 (cnblogs.com) 阅读全文