05 2020 档案

摘要:今天下发了个新内容 实现sql server 数据转 mysql数据 我实现的方法是sql server数据转excel数据,然后在mysql的navacat 12中导入excel数据 出现的问题:其中碰到主键重复和字段值长度太长和长度不符 数据内容消失 在sql server中的longtext 阅读全文
posted @ 2020-05-23 16:39 Ferocious 阅读(918) 评论(0) 推荐(0) 编辑
摘要:card,wxml <view class="cardImg" id="ImgDiv1"> <h5 class="title-h1">上传身份证正面人脸照</h5> <image wx:if='{{image1}}' class="img1" src="{{image1}}" id="Img1">< 阅读全文
posted @ 2020-05-07 15:55 Ferocious 阅读(689) 评论(0) 推荐(0) 编辑
摘要:像单单发送个请求wx.request直接像下面就可以了 wx.request({ url: 'https://*************/shjz/people!card.do', data: { }, method: 'POST', header: { 'content-type': 'appli 阅读全文
posted @ 2020-05-07 15:28 Ferocious 阅读(948) 评论(0) 推荐(0) 编辑
摘要:在微信小程序api中有这样一个组件 navigator: 页面链接 open-type string navigate 否 跳转方式 open-type 的合法值 值说明最低版本 navigate 对应 wx.navigateTo 或 wx.navigateToMiniProgram 的功能 red 阅读全文
posted @ 2020-05-07 11:01 Ferocious 阅读(1760) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示