V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  ajan  ›  全部回复第 5 页 / 共 49 页
回复总数  971
1  2  3  4  5  6  7  8  9  10 ... 49  
2024-07-17 10:07:33 +08:00
回复了 snimstice 创建的主题 职场话题 工作中遇到解决不了的需求应该怎么办呢?
早点和 leader 反馈
2024-07-05 19:28:15 +08:00
回复了 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);
2024-07-05 18:17:36 +08:00
回复了 Irisxx 创建的主题 程序员 iOS WebKit 和 JS 交互
document.querySelector('#krpanoSWFObject > div:nth-child(1) > div:nth-child(2) > div:nth-child(8)')?.remove()
2024-07-05 12:27:41 +08:00
回复了 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
2024-07-04 22:21:39 +08:00
回复了 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
2024-06-25 12:29:59 +08:00
回复了 coderMonkey 创建的主题 问与答 V 友现在电视都用的什么看的,比如 TVBOX?电视家?
@IdealYouth9 my-tv 更新太频繁了,吃不消
2024-06-24 11:37:06 +08:00
回复了 mrgirff 创建的主题 分享创造 解决上站快一点的 隐私页面模板生成器
加个预览功能吧
2024-06-24 11:35:58 +08:00
回复了 imba97 创建的主题 分享创造 写了个简单的页面,分享此时此刻在听的歌
10 年前流行过...
2024-06-19 17:34:15 +08:00
回复了 wuhao 创建的主题 Windows win10 用一段时间不重启就会莫名其妙巨卡,求助大神
@ajan 先正常安装系统,然后 运行 AME Wizard ,将 Atlas Playbook 拖入 AME Wizard 中,执行
![history master intelligence]( https://imgur.com/FQOx0XK.jpg)
2024-06-19 11:45:51 +08:00
回复了 wuhao 创建的主题 Windows win10 用一段时间不重启就会莫名其妙巨卡,求助大神
@wuhao

Atlas Playbook -> “剧本” 各种 优化、精简 策略。
AME Wizard -> 执行 “剧本” 的向导工具。
安全 -> 虽然这个是开源的,但 安全 这个东西谁都不能保证。

我自己用了半年了,也安利几位同事在用了。
2024-06-18 12:49:57 +08:00
回复了 wuhao 创建的主题 Windows win10 用一段时间不重启就会莫名其妙巨卡,求助大神
@wuhao

atlasos.net

A modification of Windows
2024-06-17 10:05:30 +08:00
回复了 wuhao 创建的主题 Windows win10 用一段时间不重启就会莫名其妙巨卡,求助大神
推荐试试 Atlas OS, 安装在固态硬盘里的 Windows 10 运行很稳定流畅
都这把年纪了,你还有这种想法,我感觉你想报小时候揍你你仇....
2024-05-29 12:29:16 +08:00
回复了 aolifu 创建的主题 分享创造 提供一个免费添加水印的小玩意
搭个车, 加文字水印 小工具,支持拖拽、粘贴图片文件

https://fulicat.com/lab/watermarker/
An error occurred while uploading the file.
在 地址栏 点击右键-》勾选 总是显示完整网址,然后 选中什么 复制什么
Sublime Merge
2024-05-27 11:21:43 +08:00
回复了 imherer 创建的主题 程序员 png 转 svg 有没有好的解决方案
@imherer 我这个工具的本质是将图片内嵌到 SVG 里面,不算真正的转换。
1  2  3  4  5  6  7  8  9  10 ... 49  
关于   ·   帮助文档   ·   自助推广系统   ·   博客   ·   API   ·   FAQ   ·   Solana   ·   943 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 35ms · UTC 22:07 · PVG 06:07 · LAX 14:07 · JFK 17:07
♥ Do have faith in what you're doing.