240 发简信
IP属地:重庆
  • 我copy下来调试并不起作用啊
    这是index.json
    {
    "usingComponents": {
    "marquee": "../../components/marquee"
    }
    }
    项目路径
    ```
    miniprogram
    components
    marquee
    js
    json
    wxml
    wcss
    pages
    index
    js
    json
    wxml
    wcss
    ```
    <!--index.wxml-->
    <view class="container">
    <marquee text="HelloWorld"></marquee>
    <image class='bg-Image' src="../../images/wx_bg.jpg"></image>
    </view>

    实现一个微信小程序组件:文字跑马灯效果

    项目未动,组件先行 废话不多说,直接上代码 marquee.json marquee.wxml marquee.wxss marquee 以上就是我定义在components...

  • jupyter notebook 插件库的安装

    ### jupyter notebook 插件库的安装 ***命令当然是网络上都可找到的*** **第一步** pip install jupyter_contrib_nbe...

  • 有更了解的希望多多指导

    关于Django的ORM模型中exclude()函数的使用

    1.exclude(筛选条件1,筛选条件2) 筛选出来的结果为,数据库中,过滤掉同时符合两个筛选条件的那些数据 2.exclude(筛选条件1).exclude(筛选条件2)...

  • 关于Django的ORM模型中exclude()函数的使用

    1.exclude(筛选条件1,筛选条件2) 筛选出来的结果为,数据库中,过滤掉同时符合两个筛选条件的那些数据 2.exclude(筛选条件1).exclude(筛选条件2)...