ajan 最近的时间轴更新
ajan

ajan

V2EX 第 86147 号会员,加入于 2014-12-11 10:25:49 +08:00
今日活跃度排名 28277
根据 ajan 的设置,主题列表被隐藏
二手交易 相关的信息,包括已关闭的交易,不会被隐藏
ajan 最近回复了
@NoManPlay

@gongquanlin

我猜你们不知道 uni-app 有 cli 模式,不需要 HBuilder 。

https://uniapp.dcloud.net.cn/quickstart-cli.html

我们做了很多项目了,挺好的。
macOS 的 AppStore
8 天前
回复了 star505 创建的主题 浏览器 各位 v 友在用什么手机浏览器,求推荐
1. Alook
2. Chrome
3. 狐猴
8 天前
回复了 furlxy 创建的主题 Windows 昨天重装了次 windows
Ventoy: U 盘启动盘(制作)工具;
https://ventoy.net

微 PE:PE 系统(只需要 iso ,放入 U 盘即可);
https://www.wepe.com.cn

Windows 10 64-bit : Windows 原版镜像;

Atlas: 系统精简工具,系统安装后使用;

Atlas 工具&剧本下载:
https://atlasos.net

使用说明 & Windows 镜像下载(官网连接);
https://docs.atlasos.net/getting-started/installation/#prerequisites

-----
搞完后就能安逸的干活了
早点和 leader 反馈
21 天前
回复了 Irisxx 创建的主题 程序员 iOS WebKit 和 JS 交互
用 js 注入 css 到页面,可以不用等页面加载完成、DOM 渲染完成;
---------
var el = document.createElement('style');
el.setAttribute('type', 'text/css');
el.innerText = '#krpanoSWFObject > div:nth-child(1) > div:nth-child(2) > div:nth-child(8){display: none !important;}';
document.head.appendChild(el);
21 天前
回复了 Irisxx 创建的主题 程序员 iOS WebKit 和 JS 交互
document.querySelector('#krpanoSWFObject > div:nth-child(1) > div:nth-child(2) > div:nth-child(8)')?.remove()
21 天前
回复了 mfyhx1417 创建的主题 Android adb 有什么办法播放手机系统提示音
@mfyhx1417

我用的是雷电模拟器,在 Windows 命令行中测试的,完全正常。

// 杀掉 HTML 预览器
adb shell am force-stop com.android.htmlviewer

// 利用 HTML 预览器(正常情况下不会被精简掉的系统组件) 来播放音频,模拟器里没有音频播放器,
adb shell am start -a android.intent.action.VIEW --activity-clear-task -d file:///sdcard/Music/notift.mp3 -t audio/mp3

// 发送 HOME 键事件(回到桌面)
adb shell input keyevent 3
22 天前
回复了 mfyhx1417 创建的主题 Android adb 有什么办法播放手机系统提示音
@mfyhx1417

试试看,我这边测试 OK

adb shell am force-stop com.android.htmlviewer && adb shell am start -a android.intent.action.VIEW --activity-clear-task -d file:///sdcard/Music/notift.mp3 -t text/html && adb shell input keyevent 3
@IdealYouth9 my-tv 更新太频繁了,吃不消
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   1090 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 11ms · UTC 23:24 · PVG 07:24 · LAX 16:24 · JFK 19:24
Developed with CodeLauncher
♥ Do have faith in what you're doing.