- 博客(23)
- 资源 (1)
- 收藏
- 关注
原创 Vue3.0+ElementPlus+Koa2搭一个全栈后台管理模板项目!!!!!
https://github.com/MrDotYan/vue3.0-elemenplus-admin-template.git
2021-03-01 09:19:26 745
原创 Vue3.0+ElementPlus+Koa2搭一个全栈后台管理模板项目!!!!!
https://github.com/MrDotYan/vue3.0-elemenplus-admin-template.git
2021-03-01 09:19:26 699
原创 2020-10-12 ol(OpenLayers)地图插件的笔记
<template> <div class="home"> <div class="map" id="map"></div> <div class="info" id="info"></div> </div></template><script>//map 核心 import Map from 'ol/Map';//layer 核心import { Tile as
2020-10-12 15:36:10 610
原创 2020-9-27 flutter基础模板
这里开源两个flutter基础类app框架,你只需要专注于页面的撰写,无需担心整体框架的一个问题。。。flutter_cupertino_base_app注: 这个项目风格是cupertino风格的,也就是ios风格基础app地址:https://gitee.com/onlymry/flutter_cupertino_base_app.gitflutter_material_base_app注: 这个项目风格是material风格的,也就是Android风格基础app地址:https://git
2020-09-27 16:12:50 206
原创 Flutter 与原生java通信Demo
我在MainActivity.java中新增了以下代码,我是一个前端,对原生的android不太懂,但是学习这种事情怎么能够说不懂就不去行动了呢package com.example.channel;import io.flutter.embedding.android.FlutterActivity;// batteryimport android.content.ContextWrapper;import android.content.Intent;import android.cont
2020-08-18 16:20:40 511
原创 记录 ionic使用Apple账号登录(是iPhone审核的时候报了一个4.8错误)
上代码import { Component } from '@angular/core';import { Platform } from '@ionic/angular';//这个是iphone登录插件//这里需要装两个插件//ionic cordova plugin add cordova-plugin-sign-in-with-apple//npm i @ionic-native/sign-in-with-appleimport { SignInWithApple, AppleS
2020-07-30 12:54:53 364
原创 liunx安装rpm包
suodo apt-get install aliensudo alien *****.rpmsudo dpkg -i *****.deb
2020-07-16 10:37:15 103
原创 flutter 自定义圆形多选框
import 'package:flutter/material.dart';class DefCheckBoxWidget extends StatefulWidget { DefCheckBoxWidget({Key key, @required this.value, @required this.onTap}) : super(key: key); final bool value; final onTap; @override State<Statefu
2020-07-10 13:59:22 955
原创 flutter获取验证码输入框组件
代码import 'package:flutter/material.dart';class ValidataInputBoxWidget extends StatefulWidget { ValidataInputBoxWidget({Key key, this.onChange, this.icon,this.getValidata}) : super(key: key); final IconData icon; //输入框icon materialIcon final onCha
2020-07-06 17:43:13 1894
原创 ionic 打包报某些jar包重复
configurations {implementation.exclude group: 'com.google.zxing'}简单粗暴,谁重复,把谁丢到里面,然后把configurations丢到android下面如下:android { defaultConfig { versionCode cdvVersionCode ?: new BigInteger("" + privateHelpers.extractIntFromManifest("versionCod
2020-07-04 16:46:38 237
原创 flutter 自定义样式输入框
代码import 'package:flutter/material.dart';class InputBoxContainer extends StatefulWidget { InputBoxContainer({Key key, this.onChange, this.icon}) : super(key: key); final onChange; final IconData icon; @override State<StatefulWidget> cre
2020-07-04 14:59:22 953
原创 屎上最全的deepin liunx系统配置flutter教程
系统是前几天装的1. 个人感觉liunx系统真的很好用,因为没有游戏,哈哈哈哈哈哈哈~~~2. deepin是国内的一个liunx系统3. deepin颜值很高 ~~~4. deepin在自家软件商店移植了很多好用的软件,比如微信,TIM,QQ~~~5. 系统比较纯净,没有windows那些乱七八糟的软件~~~deepin liunx指令最近使用这个系统,感觉最常用的指令。$ sudo apt-get update && sudo apt-get upgrad
2020-07-03 16:30:59 694
原创 使用uniapp获取手机通讯录和短信
<template> <view class="content"> <image class="logo" src="/static/logo.png"></image> <view class="text-area"> <text class="title">{{ title }}</text> </view> <view class="contact"><button
2020-07-02 13:37:04 2848 2
原创 react 用上下方向键使得input聚焦
import React, { Component } from 'react'export class App extends Component { constructor(props){ super(props); this.state = { inputIndex:1 } } componentDidMount(){ let inputGroup = document.getElementsByClassName('input-group
2020-06-19 16:50:00 732
原创 使用原生的input封装一个自己的upload组件
写在最前面,这里的组件使用了vue-antd,以免有些大佬copy代码运行出错代码里面有注释了<template> <div> <div v-if="path.length != 0"> <div class="img-box" v-for="(item,index) of path" :key="index"> <img :src="item" alt /> <div clas.
2020-06-16 17:34:22 546
原创 Vue-Antd-Admin管理系统前端模板可以开始使用了(求star和py)
欢迎py,另外准备做GVP,招募热爱前端的小伙伴,我们一起来开发和维护她。gitee:戳这儿预览地址:戳这儿
2020-06-11 09:39:29 1762 4
原创 一行代码解决el-image出现网络图片加载失败问题
<el-image v-if="Rx.rx.ImgSrc !== undefined" lazy class="c-img" :src="Rx.rx.ImgSrc" :preview-src-list="[Rx.rx.ImgSrc]"></el-image>图片api接口返回来的,由于请求是异步的,所以在请求没有回来之前el-image渲染的时候图片路径是undefined,所以给了个v-if,使得这个组件再次渲.
2020-06-04 09:40:55 9194 1
原创 vue-ele-form的dialog取消默认按钮
<ele-form-dialog v-model="formDataSee" :formDesc="formDescSee" :visible.sync="showSee" title="查看" submitBtnText="关闭" :isShowBackBtn="false" :isShowCancelBtn="false" :isShowSubmitBtn="false" ></el
2020-05-28 16:12:24 739
原创 关于ElementUI Upload组件清除已经上传的文件列表
<el-upload class="upload-demo" ref="uploaddemo" :action="action" list-type="picture-card" :limit="1" :show-file-list="false" :data="uploadArgs" :on-change=".
2020-05-28 16:09:03 5657 4
原创 基于Vue的高德地图组件
<template> <div class="tmap"> <div class="btn"> <button @click="getMapCenter">获取中心</button> <button @click="change2D">2D视图</button> <button @click="change3D">3D视图</button>
2020-05-25 18:16:09 490
原创 基于Vue的JavaScript API GL 腾讯地图 组件
需求是在网页上撸个地图,npm上的qqmap莫名其妙的白图,然后我就懵逼了,然后去看了一眼;产品通知街景API 将在 2020-04-22 停止新用户接入,文档同步下线,已接入用户不受影响。(涉及命名空间:qq.maps.Panorama)服务类API 将在 2020-04-22 停止新用户接入,文档同步下线,已接入用户不受影响,新用户请使用功能更为丰富的 WebServiceAPI(涉及命名空间:qq.map
2020-05-23 12:04:33 1351
原创 Flutter撸一个自己的数字键盘
需求:用户只能输入数字代码:import 'package:flutter/material.dart';class NumberKeyBorads extends StatefulWidget { //必传参数 //ontap回调 NumberKeyBorads({Key key, @required this.onTap}) : super(key: key); final onTap; @override State<StatefulWidget> crea
2020-05-11 15:16:57 1240 1
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人