上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 32 下一页
摘要: nodejs读取文件的操作 //浏览器的javascript没有读取文件和进行文件操作的能力 //但是node的js具有相关的功能 //fs是file-system的简写,就是文件系统的意思 //在node中进行文件的读写操作,就必须引入fs核心模块 //fs核心模块提供了所有相关的api //fs 阅读全文
posted @ 2021-03-04 13:40 好吗,好 阅读(269) 评论(0) 推荐(0)
摘要: 做什么? 1.Web服务器后台 2.命令行工具 npm(node) git© hexo(node) 3.对于前端开发工程师来讲,接触最多的是它的命令行工具 webpack Gulp npm 4.预备知识 HTML CSS JS 简单命令行操作 具有服务器开发经验更佳 5.资源 *《深入浅出Node. 阅读全文
posted @ 2021-03-02 12:32 好吗,好 阅读(141) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <script src="echarts.min.js"></script> <script src="jquery.min.js" 阅读全文
posted @ 2021-01-31 10:36 好吗,好 阅读(54) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv 阅读全文
posted @ 2021-01-30 12:35 好吗,好 阅读(445) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <script src="echarts.min.js"></script> <script src="mytheme/essos. 阅读全文
posted @ 2021-01-26 10:20 好吗,好 阅读(118) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <script src="echarts.min.js"></script> </head> <body> <div style=" 阅读全文
posted @ 2021-01-24 10:16 好吗,好 阅读(501) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <!--1.引入echatrs.min.js文件--> <script src="echarts.min.js"></script> 阅读全文
posted @ 2021-01-23 10:13 好吗,好 阅读(72) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-01-22 10:08 好吗,好 阅读(49) 评论(0) 推荐(0)
摘要: File path= getExternalFilesDir(type); type可以为: null,//根目录 Environment.DIRECTORY_MUSIC //创建一个music目录 Environment.DIRECTORY_PODCASTS //创建一个podcasts目录 En 阅读全文
posted @ 2021-01-21 09:29 好吗,好 阅读(1624) 评论(0) 推荐(0)
摘要: Toast:是一个类,主要管理消息的提示。 makeText(),是Toast的一个方法,用来显示信息,分别有三个参数。 第一个参数:this,是上下文参数,指当前页面显示 第二个参数:“string string string ”是你想要显示的内容,也可以是“你好!”。这个是随便定义的,显示你想要 阅读全文
posted @ 2021-01-20 09:27 好吗,好 阅读(296) 评论(0) 推荐(0)
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 32 下一页