V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  lisongeee  ›  全部回复第 24 页 / 共 42 页
回复总数  833
1 ... 20  21  22  23  24  25  26  27  28  29 ... 42  
2023-01-23 22:20:38 +08:00
回复了 Lukedis 创建的主题 程序员 fetch header 携带自定义请求头,类型不匹配
```ts
fetch(`${url.baseUrl}${url.user.auth}`, {
method: 'GET',
headers: {
'Content-Type': 'application/json',
'Authorization': localStorage.getItem('Authorization')!,
},
}).then((response) => {
if (response.status == 200) {
auth = true;
}
});
```
2023-01-23 14:08:57 +08:00
回复了 elboble 创建的主题 Vue.js naive-ui 打包后的大小?
应该是 naive-ui 还引用了

```txt
"@css-render/plugin-bem": "^0.15.10",
"@css-render/vue3-ssr": "^0.15.10",
"@types/katex": "^0.14.0",
"@types/lodash": "^4.14.181",
"@types/lodash-es": "^4.17.6",
"async-validator": "^4.0.7",
"css-render": "^0.15.10",
"date-fns": "^2.28.0",
"date-fns-tz": "^1.3.3",
"evtd": "^0.2.4",
"highlight.js": "^11.5.0",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"seemly": "^0.3.6",
"treemate": "^0.3.11",
"vdirs": "^0.1.8",
"vooks": "^0.2.12",
"vueuc": "^0.4.47"
```

这些包,导致打包的模块数量很多
2023-01-20 19:55:46 +08:00
回复了 tianshiyeben 创建的主题 程序员 github 访问不了 无法提交代码
> 他是提交不了,你这换成加速源,能 push 上去?

@jqtmviyu

![image]( https://user-images.githubusercontent.com/38517192/213689201-10c69562-2c8b-4ead-bd5d-2f14f710e9e7.png)
2023-01-20 18:31:48 +08:00
回复了 tianshiyeben 创建的主题 程序员 github 访问不了 无法提交代码
<https://doc.fastgit.org/zh-cn/guide.html#web-%E7%9A%84%E4%BD%BF%E7%94%A8>

```sh
git config --global url."https://hub.fastgit.xyz/".insteadOf "https://github.com/"
git config protocol.https.allow always
```
@juzijun2333

> 或者用 app ops 这个应用 也可以管理传感器权限

app ops 有传感器权限管理吗?我刚刚看了没找到,你在哪找到的?可否发个截图看看
2023-01-12 13:00:24 +08:00
回复了 zpxshl 创建的主题 Android 请问:小程序自动跳广告的软件是什么原理?
并不是完全是这样的,某些 surfaceview/webview 内部提供了无障碍的节点信息

比如知乎的无障碍查询到的 NodeInfo 的 WebView 的内部还可以查询到 TextView/Image/Button 等一系列节点

比如 Android compsose 在它的 ComposeView 内也会提供无障碍节点
2023-01-09 16:14:55 +08:00
回复了 biguokang 创建的主题 Windows 请教一下关于 window 桌面壁纸轮播的问题
搞一个单独文件夹,然后写个脚本递归把原来文件夹的所有图片文件硬链接到这个新的文件夹
定时同步完毕之后,运行一下这个脚本
@ChrisFreeMan

> 你这个国内没法访问啊,还不如这个 http://ohentai.org

不一样哈,<https://hanime1.me/> 几乎所有番剧都是有中文字幕,新番里绝大多数都是 1080p 的,而且还有新番预告

你发的这个我随便看了几部,网站不是中文,没中文字幕,而且清晰度也不咋地啊
以前看真人的看多了,91pron 没什么意思了,一个小时的几分钟就看完了,现在只看动画了 <https://hanime1.me>
2023-01-04 11:24:13 +08:00
回复了 caobug 创建的主题 Android 请教 Android Activity 重建
我也不知道为什么

但是你的 初始化标记 不能是 singleton==null 吗?
![image]( https://user-images.githubusercontent.com/38517192/210202292-39e8f98d-97c6-470a-8414-32140d95d993.png)

浏览器的 `站点访问权限` 目前还没有排除某个站点的情况,所以普通情况下还做不到,想要实现你的效果,只能魔改 chromium 了吧
2022-12-30 11:13:11 +08:00
回复了 Honwhy 创建的主题 分享创造 分享深圳图书馆浏览器插件
呃呃,请问这个一定要安装浏览器插件吗?不能使用油猴脚本吗?
2022-12-25 13:55:58 +08:00
回复了 jeesk 创建的主题 程序员 Java 的泛型能够向 golang 一样, T 可以表示多个类型?
kotlin 可以通过密封类实现联合类型类似效果,但是不如 typescript 灵活
@edis0n0

> 有具体的文档么

[service worker intercept request]( https://www.google.com/search?q=service+worker+intercept+request)
Service Worker
2022-12-02 14:18:52 +08:00
回复了 ggp1ot2 创建的主题 程序员 预算 5000 - 10000,想学英语,去哪里好?
https://registry.npmmirror.com 在 pnpm 生成的 lock 文件在 https://registry.npmjs.org/ 再次安装会出现某些包链接 404 的情况,最好不要混用镜像

问题复现示例 [jobs/5774239890]( https://github.com/lisonge/vite-plugin-monkey/actions/runs/3459144614/jobs/5774239890)
2022-11-24 23:54:15 +08:00
回复了 karott7 创建的主题 程序员 做 App + H5 混合应用的请进,想听听看看
> index.html 设置 no-store ,css/js/image

应该是 index.html 使用协商缓存,css/js/image 的 url 带上 hash 使用永久强缓存
草,没看完全题目,我的错
你应该准确描述你的问题,如何使用 java/kotlin/c/c++ 代码在 Android 平台解码 tiff 文件

我 Google 了一下,找到这个 <https://github.com/Beyka/Android-TiffBitmapFactory> ,看看是不是
1 ... 20  21  22  23  24  25  26  27  28  29 ... 42  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   1089 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 30ms · UTC 18:47 · PVG 02:47 · LAX 10:47 · JFK 13:47
Developed with CodeLauncher
♥ Do have faith in what you're doing.