siyehua

Results 11 issues of siyehua

比如我对 textview 长按, 然后全选, 但是只会把 textview 的全选, 而不是所有的内容全选. 还有长按后, 弹出菜单, 现在要把 textview 和imageview 都选中, 好像没有办法

```java @TargetClass("androidx.appcompat.app.AppCompatActivity") @Proxy("onDestroy") public void onDestroy() { Log.e("siyehua", "onDestroy"); Origin.callVoid(); } ``` 如果不重写onDestroy(),则无效 ```java public class Main2Activity extends AppCompatActivity { @Override public void onCreate(Bundle savedInstanceState, PersistableBundle persistentState) { super.onCreate(savedInstanceState, persistentState);...

老铁, 我看了你的微信文章过来的. 你这种方式, 我的理解是, android 有一个 openGL, 然后 flutter 也有一个, 使用外接纹理, 让 flutter 的openGl 交给了 原生 android 的, 实现了用同一个 SurfaceTexture. 这种方式要怎么应用到图片显示上, 比如Android 这边, 在内存中已经有一份图片, 怎么将这份图片内存共享给 flutte 端, 还是说只要存在内存中, SurfaceTexture 会自动复用?

when I use the demo: `npm run build`, it report an error: ``` SyntaxError: Unexpected token ; at Module._compile (internal/modules/cjs/loader.js:723:23) at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10) at Module.load (internal/modules/cjs/loader.js:653:32) at tryModuleLoad (internal/modules/cjs/loader.js:593:12) at...

### 联系方式 _No response_ ### MaxKB 版本 v1.0.2 (build at 2024-04-17T16:02, commit: 86681d9b) ### 问题描述 添加 openAI 的时候报错 ### 重现步骤 我的域名跟 key 都是自定义的,但是肯定是通的,是国内的代理商代理的,而且我用命令行,网页 chatnext 都能用。但是添加的时候报错,404,是什么意思? ### 期待的正确结果 _No response_ ###...

状态:待用户反馈
类型:问题

offset, y 怎么改都无效, x 改了之后会乱跑 ```dart import 'package:flutter/material.dart'; import 'popup_window.dart'; void main() { runApp(MyApp()); } class MyApp extends StatelessWidget { // This widget is the root of your application. @override...

提交东西到GitHub的时候,一提交就是整个项目空间的东西.怎么只是提交一个Module到GitHub呢?

help wanted

我使用一键部署,输入命令了,一切都正常,但是无法链接数据库,报错: 下载完成,正在做部署前的最后准备。 请输入你的项目端口,如:8088 9088 你输入的项目端口是:9088 请输入你的数据库名: siyehua_img 你输入的数据库名是:siyehua_img 请输入你的数据地址(本地数据库为localhost): 127.0.0.1 你输入的数据库名是:127.0.0.1 请输入你的数据账号: siyehua_img 你输入的数据账号是:siyehua_img 请输入你的数据密码: icwfjkcMnBmJcJDJ 你输入的数据密码是:icwfjkcMnBmJcJDJ 数据源设置完毕,开始部署项目 ln: 无法创建符号链接"/etc/init.d/Tbed": 文件已存在 Application is running as root (UID 0). This is...

``` (base) [root@VM-84-23-xxx typography]# yarn install yarn install v1.22.19 warning ../../package.json: No license field warning package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is...

``` └─[$]> cmake .. CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or...