自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

原创 微信小程序-人脸检测中的学生列表

wxml:<!--pages/list/list.wxml--><!-- <text>pages/list/list.wxml</text> --><view class="weui-cells weui-cells_after-title"> <view class="page__bd">

2018-05-24 17:53:38 420

原创 微信小程序-任课老师页面

wxml:<!--pages/teachers/teachers.wxml--><!-- <view wx:for="{{student}}"><text>{{index}}</text><text>{{item.name}}</text><view>{{item.age}

2018-05-14 09:41:09 1415

原创 微信小程序-登录页面

小程序-登录页面,(工具:微信web开发者工具)wxml:<view class='container'><view class='system'> <text>评教系统-学生端</text></view><form bindsubmit='formSubmit'> <view class='section...

2018-05-11 09:26:40 1216

原创 微信公众号——创建标签,给粉丝打标签。

1.创建标签public function createTag($tag=''){ // 查库,是否有,没有创建,把tag和tag_id写到库中 $mp = $this->mp; $tagname = "11"; $where['mp_id'] = $mp['id']; $where['tag'] = $tagname; ...

2018-05-07 08:23:03 5851

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除