- 博客(670)
- 资源 (18)
- 收藏
- 关注
转载 formily devtools无法使用
新版本下载地址 https://chromewebstore.google.com/detail/formily-devtools-v3/kphglbjhgkdodnghokdhdcideadpmkha?github 相关地址 https://github.com/alibaba/formily/pull/4301/commits/7d385dbb6cc23d820807831a61f7bfabf9f035f6。
2025-07-16 10:31:10
43
原创 fnm node包管理器
这样就可以在文件目录中直接输入 powershell 来调起 powershell 工具时使用fnm 了。release 里直接下载对应文件即可,将 bin 文件放入到 path中。安装完 fnm 后修改 windows profile 文件。mac 也可以使用 brew install fnm。有 fnm 命令之后在 profile 文件(之后使用 scoop 命令安装fnm。但是cmd 是不可以的。推荐使用 scoop。
2025-06-26 19:29:36
155
1
翻译 这个APP不能在你的电脑上运行
Windows 开始菜单 ==》 local security policy => local policies ==> security options ==> use account control : allow ui access applicationns ==》 重启电脑。
2025-04-19 20:53:50
54
1
原创 npm安装 cypress 失败解决方式
可以直接使用浏览器下载下来这个文件,然后下载前使用 export 暴露安装变量即可。下载失败会有一个错误提示,类似如下。
2025-03-14 18:47:35
171
原创 vscode插件历史版本下载
今天发现 thunder client 的 2.* 版本无法使用 import curl 功能了,由于他们源代码没有开源,自己也无法处理这个问题,所以想下载历史版本的 thunder client 插件,找到了如下 3 个方法:
2024-12-26 13:15:10
532
3
原创 小米电视解决无法安装未认证的 app 方法
开启 adb 调试设置 -> 关于 -> 产品型号然后快速的在产品型号上按确认键或OK键直到Toast提示信息出现返回到设置主页面设置 -> 账号与安全 -> ADB调试开启即可远程使用手机安装app手机下载 《甲壳虫 adb 助手》app打开 adb 助手 app点击搜索框右侧的搜索🔍点击搜索到的 ip点击连接下面的设备找到应用界面(顶部导航有 9 个点点的方框图标)点击右下角的加号在手机系统文件中找到要安装的 app
2024-12-16 13:07:13
917
原创 chrome历史版本下载 windows
下载地址 https://chromium.cn.uptodown.com/windows/versions。目前只有windows。
2024-11-29 13:25:11
972
原创 react-native-camera 升级后项目无法启动
修改 Android build.gradle ,补充 default config。
2024-11-06 11:48:51
163
原创 the miui system has miui optimization disabled
MIUI 其它应用商店安装软件报错解决办法。
2024-08-15 17:13:27
22126
5
原创 android studio 模拟器文件查找
使用安卓模拟器下载文件后通常无法在系统硬盘上找到下载的文件,安卓 studio studio 其实提供了文件浏览工具,找到后可以直接使用 Android studio 打开。
2024-06-17 14:26:13
715
翻译 typescript Key Remapping via as (ts key 通过 as 来实现重新映射)
这个功能在 ts 版本 4.1 及以上可用。
2024-06-13 19:39:43
143
原创 hvigor ERROR: Task PreviewBuild,--watch not found in hvigor node: entry.”
这是第三次配置 harmony,以为会一切顺利,不想会遇到这个问题。环境都安装好后创建一个 demo 后预览失效,虚拟机启动运行正常。通常遇到失败的情况直接把 devtool 的命令直接拿到命令行中执行一遍就能看到错误的大概原因。这次的运行命令如下。
2024-05-15 15:04:40
817
原创 fix react-native facebook::flipper::SocketCertificateProvider‘ (aka ‘int‘) is not a function or func
在 xcode 下执行后报错 facebook:🐬:SocketCertificateProvider’ (aka ‘int’) is not a function or func)重新执行运行命令即可。
2024-05-11 16:47:35
485
原创 android emulator windows bat启动
先上结果一般来说 windows 如果不做位置修改,sdk 安装路径应该 Android studio 会自动放到这里。如果这里找不到,可以看后面的【查找sdk路径】。后面的参数就不解释了,网上搜的。最后一个参数是你在Android studio 中创建的模拟器名称,我的模拟器名称 【Pixel_3a_API_34_extension_level_7_x86_64】
2024-03-24 18:34:32
645
原创 vscode 配置默认shell
也可以自定义,参考 https://code.visualstudio.com/docs/terminal/profiles。terminal 修改默认shell。
2023-10-07 10:52:16
1378
原创 ResizeObserver loop limit exceeded
修改webpack devServer overlay。对于这个报错相关讨论很多,最后找到的结果如下。
2023-04-20 15:01:44
756
1
原创 eslint prettier import sort 排序
使用第三方库 https://github.com/IanVS/prettier-plugin-sort-imports。
2023-03-22 11:01:45
1748
原创 nginx 编译使用 nginx_upstream_check_module
【代码】nginx 编译使用 nginx_upstream_check_module。
2022-11-03 14:18:48
1098
原创 解决 vscode 找不到node
Can’t find Node.js binary “node”: path does not exist. Make sure Node.js is installed and in your PATH, or set the “runtimeExecutable” in your launch.json
2022-09-30 16:01:04
11095
原创 微信 测试分享码 生成
后续跟进可以看官方回复https://developers.weixin.qq.com/community/develop/doc/0002620b740db049bf2eee45651000。
2022-08-22 12:08:19
205
ttf-mscorefonts-installer_3.8_all.deb
2020-05-27
libicu57_57.1-6+deb9u3_amd64.deb
2020-05-05
css-carousel.zip
2019-09-18
libjavascriptcoregtk-3.0-0_2.4.11-3_amd64.deb
2020-05-05
libwebkitgtk-3.0-0_2.4.11-3_amd64.deb
2020-05-05
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人