swanfly

Results 9 issues of swanfly

How to fix the header when the table scrolls down.

enhancement

Use SwiftUI API can auto alert when page first loaded, but your code cannot. SwiftUI API code: @State private var showAlert = true VStack(spacing: 0) { Text("首次启动弹出弹窗") } .alert("title", isPresented:...

enhancement

Unable to load contents of file list: '/Target Support Files/Pods-WeChat-SwiftUI/Pods-WeChat-SwiftUI-frameworks-Debug-input-files.xcfilelist' 执行pod update,提示: ### Error ``` JSON::ParserError - 416: unexpected token at '"src/core/ext/upbdefs-generated/envoy/admin/v3/' /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/json/common.rb:156:in `parse' /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/json/common.rb:156:in `parse' /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.3/lib/cocoapods-core/specification/json.rb:61:in `from_json' /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.3/lib/cocoapods-core/specification.rb:748:in `from_string'...

The data type of a column in the database is NUMERIC, and there is a row with a value of 2.0. After querying for row in try db.prepare ("SELECT *...

升级安卓插件版本到8.1.4后,同时升级至fastjson2:2.0.42后,出现如下错误: MethodHandle.invoke and MethodHandle.invokeExact are only supported starting with Android O (--min-api 26) 所以,将minSdkVersion由16改为26 可以正常运行。 打包后发现,APK包不但增加了8兆,而且还崩溃,日志如下: java.lang.ClassCastException: java.lang.Class cannot be cast to java.lang.reflect.ParameterizedType at com.alibaba.fastjson2.TypeReference.(SourceFile:1) 请问最新的fastjson2,能不能适配minSdkVersion小于26情况。 相关版本信息如下: id("com.android.application") version "8.1.4"...

bug

how to select one picture in swiftui project?

php没有用任何框架,下面是启动日志。 [root@ecs-beijing-1 im]# php start.php start start/www/wwwroot/www.quweilai.cn/mars/imWorkerman[start.php] start in DEBUG mode --------------------------------------------- WORKERMAN ---------------------------------------------- Workerman version:4.1.0 PHP version:7.4.30 Event-Loop:\Workerman\Events\Select ---------------------------------------------- WORKERS ----------------------------------------------- proto user worker listen processes status tcp root...

能否把图片给删掉,以减少程序包体积? Can you delete the image to reduce the package size?