AlleniCode
AlleniCode
https://coinmarketcap.com/zh/currencies/ethereum/ 我想绘制一个这样的图,应该参考哪个例子啊?谢谢!
更新前: 更新后: 原先代码,未改动: ```swift let js = #""" function () { let prefix = "%@"; let selectedPoint1 = this.points[0]; let selectedPoint2 = this.points[1]; var number1 = selectedPoint1.y; if (selectedPoint1.y <...
Could not find module 'OpenSslKit' for target 'arm64-apple-ios-simulator'; found: x86_64-apple-ios-simulator, x86_64
```swift let array = [String].deserialize(from: jsonData, designatedPath: "data") ``` 
仔细看的话,好像可以看到两条线(不确定是不是我的手机问题)
How to create a JSON-RPC request using Moya?
Error: `URLRequest validation failed due to reason: Invalid URLRequest: Requests with GET method cannot have body data:` Version of Moya: 14.0.0 My some code: ```swift enum MyService { case getCode(_...
The 'Capture Traffic' will be closed when I open my VPN app, how to use them at same time? Thanks!
I make the transaction from json: ``` ["object": { data = 0x7ff36ab500000000000000000000000000000000000000000000000000034039a4aab0bf0000000000000000000000000000000000000000000000000000000000000080000000000000000000000000dcafb08f535d986c72ac254fe0bb225ccc0f77fc00000000000000000000000000000000000000000000000000000000c44d75b900000000000000000000000000000000000000000000000000000000000000030000000000000000000000000d500b1d8e8ef31e21c99d1db9a6444d3adf12700000000000000000000000008f3cf7ad23cd3cadbd9735aff958023239c6a063000000000000000000000000831753dd7087cac61ab5644b308642cc1c33dc13; from = 0xdcafb08f535d986c72ac254fe0bb225ccc0f77fc; gas = 0x50315; to = 0xa5e0829caced8ffdd4de3c43696c57f7d7a678ff; value = 0x16345785d8a0000; }, "name": signTransaction, "id": 1646704788011] ```...