会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
jiayasai
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
19
20
21
22
23
24
25
26
27
···
39
下一页
2021年4月28日
2021年4月28日 团队冲刺阶段02
摘要: 时间:4个小时左右 代码:300行左右 博客:2 学习内容:完成了简单的后台电影订票的增删改查。 以下是代码内容: const mysql = require('mysql'); const conn = mysql.createConnection({ host: 'localhost', //数
阅读全文
posted @ 2021-04-28 19:47 yasai
阅读(46)
评论(0)
推荐(0)
2021年4月27日
2021年4月27日 团队冲刺阶段01
摘要: 时间:1.8个小时左右 代码:70行左右 博客:1 知识点:了解所需要的技术,查阅了一些学习资料,共同讨论了功能分区,确定了Vue+Express+Mysql的技术。
阅读全文
posted @ 2021-04-27 15:53 yasai
阅读(26)
评论(0)
推荐(0)
2021年4月26日
2021年4月26日
摘要: 时间:1个小时左右 代码:200行左右 博客:1 学习内容:做了案例选项卡 效果图如下: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <style type="text/
阅读全文
posted @ 2021-04-26 16:20 yasai
阅读(38)
评论(0)
推荐(0)
2021年4月25日
2021年4月25日
摘要: 时间:3个小时左右 代码:300行左右 博客:1 知识点:vue的分支结构、循环结构、 v-if 使用场景 1- 多个元素 通过条件判断展示或者隐藏某个元素。或者多个元素 4 2- 进行两个视图之间的切换 <div id="app"> <!-- 判断是否加载,如果为真,就加载,否则不加载--> <s
阅读全文
posted @ 2021-04-25 21:16 yasai
阅读(50)
评论(0)
推荐(0)
2021年4月24日
2021年4月24日
摘要: 时间:1.9个小时左右 代码:160行左右 博客:1 知识点:今天尝试写了一个简单的计算器,用到了前面的知识 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> </head>
阅读全文
posted @ 2021-04-24 16:56 yasai
阅读(42)
评论(0)
推荐(0)
2021年4月23日
2021年4月23日
摘要: 时间:1个小时左右 代码:200行左右 博客:1 知识点:vue的绑定对象,绑定class 我们可以给v-bind:class 一个对象,以动态地切换class。 注意:v-bind:class指令可以与普通的class特性共存 1、 v-bind 中支持绑定一个对象 如果绑定的是一个对象 则 键为
阅读全文
posted @ 2021-04-23 19:15 yasai
阅读(36)
评论(0)
推荐(0)
2021年4月22日
2021年4月22日
摘要: 时间:1个小时左右 代码:200行左右 博客:1 知识点:vue的事件修饰符,按键修饰符,自定义按键修饰符别名等 1.事件修饰符 在事件处理程序中调用 event.preventDefault() 或 event.stopPropagation() 是非常常见的需求。 Vue 不推荐我们操作DOM
阅读全文
posted @ 2021-04-22 16:20 yasai
阅读(41)
评论(0)
推荐(0)
2021年3月9日
2021年3月9日 体温上报app开发03
摘要: 时间:2个小时左右 代码:200行左右 博客:1 知识点:体温上报app CheckActivity 体温详情列表: package bjfu.it.sun.tem; import androidx.appcompat.app.AppCompatActivity; import android.da
阅读全文
posted @ 2021-03-09 19:11 yasai
阅读(52)
评论(0)
推荐(0)
2021年3月8日
2021年3月8日 体温上报app开发02
摘要: 时间:1个小时左右 代码:200行左右 博客:1 学习内容:今天梳理了体温上报app的逻辑对代码进行了整理 开始页面: package bjfu.it.sun.tem; import androidx.appcompat.app.AppCompatActivity; import android.c
阅读全文
posted @ 2021-03-08 23:46 yasai
阅读(55)
评论(0)
推荐(0)
2021年3月7日
2021年3月7日 体温上报app开发01
摘要: 时间:大约4个多小时 代码:400行左右 博客:1 知识点: haredPreferences 体温上报APP的登录、注册页面和功能和haredPreferences的使用: package bjfu.it.sun.tem; import androidx.appcompat.app.AppComp
阅读全文
posted @ 2021-03-07 16:19 yasai
阅读(75)
评论(0)
推荐(0)
上一页
1
···
19
20
21
22
23
24
25
26
27
···
39
下一页
公告