06 2021 档案

摘要:热词云 <script type="text/javascript"> var Mychart = echarts.init(document.getElementById("main")); var index = 0; <c:forEach items="${pres}" var="goods" 阅读全文
posted @ 2021-06-14 21:01 谦寻 阅读(41) 评论(0) 推荐(0)
摘要:多条件查询的实现 后台 protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { // TODO Auto-generat 阅读全文
posted @ 2021-06-13 21:01 谦寻 阅读(46) 评论(0) 推荐(0)
摘要:python爬取(一个小模板) import requests import json def Down_data(): url = '网址' headers = { 'user-agent': 'Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA5 阅读全文
posted @ 2021-06-10 21:07 谦寻 阅读(48) 评论(0) 推荐(0)
摘要:课程总结: 感觉这个学期好像什么都还没学会就匆匆忙忙过去了,但和之前的自己相比,确实也学到了很多,从java到android,在编程方面,也有些进步,也成长了很多。这学期所做的各种小组作业对我来说是第一次真正的团队合作,在这方面我也学到了很多,在团队合作中,单是和别人的交流就能让我吸取到许多新知识, 阅读全文
posted @ 2021-06-09 21:41 谦寻 阅读(61) 评论(0) 推荐(0)
摘要:eclipse自动生成 阅读全文
posted @ 2021-06-08 21:01 谦寻 阅读(23) 评论(0) 推荐(0)
摘要:application对象实现网站计数器 <% Object oCount = application.getAttribute("count"); //取得count属性值,如果还没有改属性则返回null; Integer count=null; if(oCount==null){ count = 阅读全文
posted @ 2021-06-07 21:01 谦寻 阅读(70) 评论(0) 推荐(0)
摘要:Android使用jxl快速生成Excel表 Android使用jxl快速生成Excel表 - 简书 (jianshu.com) jxl.jar包的下载地址:http://jexcelapi.sourceforge.net/ public class MainActivity extends App 阅读全文
posted @ 2021-06-06 19:48 谦寻 阅读(75) 评论(0) 推荐(0)
摘要:java爬虫 来自:Java爬虫之爬取数据_y……的博客-CSDN博客_java爬数据 pom.xml <dependencies> <dependency> <groupId>com.googlecode.juniversalchardet</groupId> <artifactId>junive 阅读全文
posted @ 2021-06-01 20:58 谦寻 阅读(86) 评论(0) 推荐(0)