上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 27 下一页
摘要: indexJquery.html <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Insert title here</title> <script type="text/javascript" src="scripts/jqu 阅读全文
posted @ 2020-03-09 21:54 ziyuliu 阅读(106) 评论(0) 推荐(0) 编辑
摘要: index2.html <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Insert title here</title> <script type="text/javascript"> window.onload = func 阅读全文
posted @ 2020-03-09 19:21 ziyuliu 阅读(217) 评论(0) 推荐(0) 编辑
摘要: index1.html <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Insert title here</title> <script type="text/javascript"> window.onload = func 阅读全文
posted @ 2020-03-09 18:52 ziyuliu 阅读(170) 评论(0) 推荐(0) 编辑
摘要: 可以使代码更加独立。 阅读全文
posted @ 2020-03-08 21:39 ziyuliu 阅读(349) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-03-08 21:13 ziyuliu 阅读(90) 评论(0) 推荐(0) 编辑
摘要: 周次 学习时间 新编写代码行数 博客量(篇) 学到知识点 第一周 第二周 18 150 3 git的安装、使用,学习软件工程的前景、软件工程的发展历程、概念和师生关系 第三周 30 2000 10 Android学习,Echarts学习,Ajax学习 第四周 第五周 第六周 第七周 第八周 第九周 阅读全文
posted @ 2020-03-08 15:00 ziyuliu 阅读(90) 评论(0) 推荐(0) 编辑
摘要: 做了个小例子。基本的XMLHttpRequest操作都有,只是从HTML传数据。 index.html <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Insert title here</title> <script type 阅读全文
posted @ 2020-03-07 13:10 ziyuliu 阅读(407) 评论(0) 推荐(0) 编辑
摘要: 题目: 代码实现: 用到的插件有: jquery-1.83.js echarts.js 可从网上下载 bean层: package bean; public class info { private int id; private String date; private String provin 阅读全文
posted @ 2020-03-05 15:56 ziyuliu 阅读(967) 评论(0) 推荐(0) 编辑
摘要: 这里写了一个小的试验,记录一下。 实现点绿色按钮加一,点红色按钮减一的功能。 activity_main.xml中作了修改 <?xml version="1.0" encoding="utf-8"?> <layout xmlns:android="http://schemas.android.com 阅读全文
posted @ 2020-03-02 22:07 ziyuliu 阅读(398) 评论(0) 推荐(0) 编辑
摘要: 转https://www.jianshu.com/p/f2a5a012ee4d 阅读全文
posted @ 2020-03-02 11:33 ziyuliu 阅读(175) 评论(0) 推荐(0) 编辑
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 27 下一页