会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
小小强学习网
博客园
首页
新随笔
联系
订阅
管理
1
2
3
4
5
···
20
下一页
2025年11月6日
解决Could not create task …this and base files have different roots
摘要: 直接编译运行Flutter项目是没问题的,但是单独打开Android项目进行编译却报错了。 Multiple build operations failed. Could not create task ':file_selector_android:generateDebugUnitTestCon
阅读全文
posted @ 2025-11-06 16:34 小小强学习网
阅读(18)
评论(0)
推荐(0)
2025年10月30日
flutter打开其他app应用
摘要: import 'package:android_intent_plus/android_intent.dart'; import 'package:android_intent_plus/flag.dart'; try { final AndroidIntent launcherIntent = A
阅读全文
posted @ 2025-10-30 19:22 小小强学习网
阅读(10)
评论(0)
推荐(0)
2025年9月18日
uniapp 离线打包报错 Task :simpleDemo:processDebugMainManifest FAILED
摘要: Task :simpleDemo:processDebugMainManifest FAILED E:\uniappPack\4.36\HBuilder-Integrate-AS\simpleDemo\src\main\AndroidManifest.xml:11:9-24:20 Error: an
阅读全文
posted @ 2025-09-18 16:54 小小强学习网
阅读(16)
评论(0)
推荐(0)
2025年6月21日
web端的新增的粘贴复制,navigator.clipboard.writeText()
摘要: document.execCommand 已被废弃,现在我们如何与剪贴板交互? 复制到剪贴板”是一个极为常见的web功能。多年来,我们一直依赖一个略显“古老”的 API——document.execCommand('copy')。它曾是我们的得力助手,但现在,它已经被正式标记为废弃(Deprecat
阅读全文
posted @ 2025-06-21 11:52 小小强学习网
阅读(146)
评论(0)
推荐(0)
2025年4月11日
uniapp的vue3版本使用vuex灵活存取数据
摘要: 新建store.js // store/index.js import { createStore } from 'vuex'; const store = createStore({ state() { return { count: 0, userInfo: null, name:"hq" };
阅读全文
posted @ 2025-04-11 08:23 小小强学习网
阅读(150)
评论(0)
推荐(0)
uniapp的vue2版本使用vuex灵活存取数据
摘要: 新建store.js import Vue from 'vue' import Vuex from 'vuex' Vue.use(Vuex) const store = new Vuex.Store({ state: { count: 0, clist:[1,2,3,4,6,6,7,8,9,0],
阅读全文
posted @ 2025-04-11 08:06 小小强学习网
阅读(103)
评论(0)
推荐(0)
2024年10月27日
vue-count-to (数字滚动组件)
摘要: 参考地址:https://www.cnblogs.com/mahmud/p/17784975.html <div ref="statsSection" class="stats-section"> <div class="numdiv"> <div class="numdivc xq-flex-cb
阅读全文
posted @ 2024-10-27 15:36 小小强学习网
阅读(268)
评论(0)
推荐(0)
Vue 前端图形数字验证码插件
摘要: git:https://gitee.com/brownshrike/captcha-mini npm install captcha-mini <el-form-item prop="vercode"> <el-input v-model="formData.code" autocomplete="
阅读全文
posted @ 2024-10-27 11:08 小小强学习网
阅读(326)
评论(0)
推荐(0)
2024年9月28日
vue 请求报Invalid CORS request
摘要: devServer: { open: true, host: '0.0.0.0', port: 8000, proxy: { '/api': { target: '网址', changeOrigin: true, pathRewrite: { '^/api': '' }, headers: { ho
阅读全文
posted @ 2024-09-28 17:07 小小强学习网
阅读(187)
评论(0)
推荐(0)
2024年9月5日
reactjs拨打电话
摘要: import React from 'react'; function PhoneCall({ phoneNumber }) { const handleCall = () => { window.location.href = `tel:${phoneNumber}`; }; return ( <
阅读全文
posted @ 2024-09-05 22:44 小小强学习网
阅读(25)
评论(0)
推荐(0)
1
2
3
4
5
···
20
下一页
公告