上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 25 下一页
摘要: if(this.shenfenzheng !== ''){ if(typeof this.shenfenzheng !== 'string') layer.msg('非法字符串'); var city = {11:"北京",12:"天津",13:"河北",14:"山西",15:"内蒙古",21:"辽宁",22:"吉林... 阅读全文
posted @ 2018-03-10 16:57 怪咖咖 阅读(278) 评论(0) 推荐(0)
摘要: //test.xml <view class='top'> <view class='text'>本次拼团</view> <view class='text'>剩余22:22:22,剩余1人</view> <view class='pics'> <view> <image src='https:// 阅读全文
posted @ 2018-03-07 15:28 怪咖咖 阅读(242) 评论(0) 推荐(0)
摘要: //test.xml //test.jsdata:{ canvasw: '', canvash: '' } //获取小程序码 wx.getSystemInfo({ success: function (res) { that.setData({ canvasw: res.windowWidth + 'px'... 阅读全文
posted @ 2018-03-06 11:00 怪咖咖 阅读(2122) 评论(0) 推荐(0)
摘要: //test.wxml 全部 未使用 已使用 //test.wxss/*选项卡*/ .h_ctr4 { width: 100%; height: 75rpx; line-height: 75rpx; font-size: 30rpx; margin-top: 0rpx; display: flex; } .xuan{ ... 阅读全文
posted @ 2018-03-02 09:55 怪咖咖 阅读(1546) 评论(0) 推荐(0)
摘要: var myDate = new Date(); var time = myDate.toLocaleDateString().split('/').join('-');将1970/08/08转化成1970-08-08 var myDate = new Date(); var time = myDa 阅读全文
posted @ 2018-03-01 14:34 怪咖咖 阅读(31765) 评论(0) 推荐(0)
摘要: upload.html upload.js upload.php 阅读全文
posted @ 2018-02-08 17:24 怪咖咖 阅读(930) 评论(0) 推荐(0)
摘要: /** * 页面的初始数据 */ data: { orderslist: [], page: 0, totalPage: 0, }, /** * 生命周期函数--监听页面加载 */ onLoad: function (options) { let data={ _ajax:1 } t... 阅读全文
posted @ 2018-01-10 10:52 怪咖咖 阅读(800) 评论(0) 推荐(0)
摘要: 一、设有一数据库,包括四个表:学生表(Student)、课程表(Course)、成绩表(Score)以及教师信息表(Teacher)。四个表的结构分别如表1-1的表(一)~表(四)所示,数据如表1-2的表(一)~表(四)所示。用SQL语句创建四个表并完成相关题目。 表1-1数据库的表结构 表(一)S 阅读全文
posted @ 2018-01-03 18:44 怪咖咖 阅读(209) 评论(0) 推荐(0)
摘要: 无标题文档 阅读全文
posted @ 2017-12-16 09:41 怪咖咖 阅读(1980) 评论(0) 推荐(0)
摘要: <style> .tb { width: 1600px; text-align: center; border-collapse: collapse; } .tb tr td { border:1px solid #dcdddd; } </style> <table class="tb" cellp 阅读全文
posted @ 2017-10-10 10:47 怪咖咖 阅读(251) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 25 下一页