自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(23)
  • 资源 (1)
  • 收藏
  • 关注

原创 Vue3.0+ElementPlus+Koa2搭一个全栈后台管理模板项目!!!!!

https://github.com/MrDotYan/vue3.0-elemenplus-admin-template.git

2021-03-01 09:19:26 705

原创 Vue3.0+ElementPlus+Koa2搭一个全栈后台管理模板项目!!!!!

https://github.com/MrDotYan/vue3.0-elemenplus-admin-template.git

2021-03-01 09:19:26 664

原创 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 563

原创 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 178

原创 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 477

原创 记录 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 334

原创 liunx安装rpm包

suodo apt-get install aliensudo alien *****.rpmsudo dpkg -i *****.deb

2020-07-16 10:37:15 70

原创 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 891

原创 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 1799

原创 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 187

原创 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 912

原创 屎上最全的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 647

原创 使用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 2591 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 645

原创 使用原生的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 497

原创 Vue-Antd-Admin管理系统前端模板可以开始使用了(求star和py)

欢迎py,另外准备做GVP,招募热爱前端的小伙伴,我们一起来开发和维护她。gitee:戳这儿预览地址:戳这儿

2020-06-11 09:39:29 1726 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 7901 1

原创 变化莫测的this指向

javascript this指向问题

2020-05-29 17:54:28 125

原创 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 689

原创 关于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 5505 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 440

原创 基于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 1277

原创 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 1147 1

micsendstring函数的应用

mcisendstring函数的一些应用

2017-05-24

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除