……
摘要: 2016年,微软收购了Xamarin并发布了.NET Core 1.0。之前Xamarin已经移植了.NET框架的大部分内容来运行在基于Linux / Unix的操作系统上。一些代码可以在.NET Framework,Xamarin和新的.NET Core之间共享,但编译后的二进制文件不能。.NET 阅读全文
posted @ 2022-03-19 18:02 蟾宝 阅读(129) 评论(0) 推荐(0) 编辑
摘要: #region 模板消息推送 public string fw_appid = System.Configuration.ConfigurationManager.AppSettings["appid"].ToString(); public string fw_secret = System.Co 阅读全文
posted @ 2021-09-22 18:11 蟾宝 阅读(208) 评论(0) 推荐(0) 编辑
摘要: 不废话,看代码 onLaunch: function() { var _this = this; var url=this.globalData.url+"WeiXinConfig"; wx.request({ method: 'POST', url:url, header:{ 'content-t 阅读全文
posted @ 2021-09-22 18:07 蟾宝 阅读(149) 评论(0) 推荐(0) 编辑
摘要: wxml文件 <view class="weui-uploader"> <view class="img-v weui-uploader__bd"> <view class='pic' wx:for="{{imgs}}" wx:for-item="item" wx:key="*this"> <ima 阅读全文
posted @ 2021-09-22 17:55 蟾宝 阅读(553) 评论(0) 推荐(0) 编辑
摘要: <block wx:for="{{scoreList}}" wx:key> <view class="cu-bar bg-white solid-bottom margin-top"> <view class="action"> <text class="cuIcon-title text-brow 阅读全文
posted @ 2021-09-04 16:07 蟾宝 阅读(270) 评论(0) 推荐(0) 编辑
摘要: <view class="pro-section"> <view class="selectTime"> <text style="float:left;margin-left:-30rpx;">申请时间:</text> <view class="section" style="float:left 阅读全文
posted @ 2021-09-04 15:30 蟾宝 阅读(162) 评论(0) 推荐(0) 编辑
摘要: <view class="pro-section"> <text style="float:left;margin-left:-30rpx;">申请日期:</text> <view class="section" style="float:left;width:70%;"> <picker mode 阅读全文
posted @ 2021-09-04 15:24 蟾宝 阅读(294) 评论(0) 推荐(0) 编辑
摘要: 上篇说到微信小程序select下拉组件的定义为死值 现在来说说怎么从数据库读取数据循环绑定到组件上 wxml <view class="pro-section"> <text class="sect-title">规格:</text> <view class="weui-cell__bd"> <vi 阅读全文
posted @ 2021-09-02 10:53 蟾宝 阅读(700) 评论(0) 推荐(0) 编辑
摘要: 原始的html中select下拉框是这样的 <select> <option value='Id'>name</option> </select> 但微信小程序不同,如果你这么在微信小程序中定义,那璀璨的红线条会告诉你花儿为什么那么红 微信小程序是没有select标签的,我们需要自己定义select 阅读全文
posted @ 2021-09-02 10:30 蟾宝 阅读(2111) 评论(0) 推荐(0) 编辑
摘要: 首先需要申请开通博客js全选 接着在定制CSS栏添加如下代码即可 cursor: url(https://files-cdn.cnblogs.com/files/miluluyo/cursora.ico),auto; 阅读全文
posted @ 2021-08-17 15:49 蟾宝 阅读(55) 评论(0) 推荐(0) 编辑