2020/6/10

css文字超出隐藏

display: -webkit-box;  /*设置为弹性盒子*/     overflow:hidden; //超出一行文字自动隐藏     text-overflow:ellipsis;//文字隐藏后添加省略号 …

  • css html
  • 2020/6/10
  • helei
  • 729
  • 2020/6/10

    uni-app scroll-view横向

    <scroll-view scroll-x="true"> <view class="show-miaosha-item" v-for="(item,index) in miaosha" :key="index"> …

  • uni-app
  • 2020/6/10
  • helei
  • 1,045
  • 2020/6/9

    微信小程序发送订阅消息/PHP微信小程序发送订阅消息

    1.微信唤起订阅消息  wx.requestSubscribeMessage({       tmplIds: ['****'],       success (res) {   &…

  • php 微信小程序
  • 2020/6/9
  • helei
  • 967
  • 2020/6/9

    微信小程序获取openid

    1.前端 wx.login({   complete: (res) => { if (res.code) {   //发起网络请求   wx.request({ url: app.globalData.host_…

  • 微信小程序
  • 2020/6/9
  • helei
  • 852
  • 2020/6/9

    appche配置域名

    <VirtualHost *:80> ServerAdmin admin@example.com DocumentRoot "/var/www/html/blog/wordpress" ServerName xn--yety82cpmz.xn--6qq986b3xl ErrorLog "/…

  • Apache linux
  • 2020/6/9
  • helei
  • 1,022
  • 2020/6/9

    php模拟post/get

      /**      * 传入json数据进行HTTP Get请求      *      * @param string $url $data_…

  • php
  • 2020/6/9
  • helei
  • 1,002
  • 2020/6/9

    ​微信小程序底部导航

    "tabBar": {    "color": "#a9b7b7",    "selectedColor": "#11cd6e",    "borderStyle…

  • 微信小程序
  • 2020/6/9
  • helei
  • 982