kkqy

Results 18 issues of kkqy

我需要的功能是:导出指定好友的朋友圈到文件或者通过post提交 例子:朋友做生意的,他朋友圈里很多商家会发新款商品,他想让我把那些商品的图片和描述挨着挨着保存下来,手工操作太累了……除了这个应用以外,网上还有个名叫"微信书”的应用,可以把朋友圈内容导出打印成册留作纪念,我个人也想做这样的应用,所以想提供一个post接口,然后用模拟器登陆微信自动上传。

我用的visual studio code 也提示: `Exception: TqSdk 使用了 python3 的原生协程和异步通讯库 asyncio,您所使用的 IDE 不支持 asyncio, 请使用 pycharm 或其它支持 asyncio 的 IDE` 我发现只要在协程里调用get_kline_serial就会提示,在协程外面调用就不会报这个错误。 我看了一下貌似tqsdk也依赖那个事件循环,我协程本来就运行在事件循环里面,就不能共用一个事件循环嘛?

目前arm平台无法部署docker ERROR: no matching manifest for linux/arm64/v8 in the manifest list entries

```js module.exports = class extends think.Model { get relation() { return { script_tag: { type: think.Model.MANY_TO_MANY, rModel: 'script_tag_relation' } } }; ``` 上面这个模型有个多对多关联,一个Script可以有多个Tag,多个Script可以有同一个Tag。 我使用 `scriptModel.where({id:1}).update({script_tag:[1,2]});` 可以自动更新关联表,让ID为1的Script和ID为1以及2的Tag关联。 但是使用 `scriptModel.where({id:1}).update({script_tag:[]});` 却不能删除ID为1的Script的Tag。貌似更新语句直接忽略了空数组了。 这是BUG吗?

`sthModel.where({ a: aaa}).group('bbb').sum('ccc');` 只会返回一个结果,看了一下执行的sql语句,加了Limit 1 所以只能自己用query方法写sql了?还是说我用法不对?

If I use ”cnpm install“ to install modules of the project(https://github.com/jscad/OpenJSCAD.org), the browserify can't work well. See detail: https://github.com/jscad/OpenJSCAD.org/issues/283 If I use npm instead,everything is OK. so I think that...

战斗界面想退出游戏或者载入游戏 不至于alt+f4吧

Broadcast Mode can only send words from keyboard. If I press ctrl + key or paste text, it doesn't work.

T: Bug
S: Confirmed

搭配iftop使用会出现残留文字,就是没有刷新的地方,显示的是上一次刷新的文字,就导致结果有点乱

### What version of Garble and Go are you using? $ garble version mvdan.cc/garble v0.10.1 Build settings: -buildmode exe -compiler gc CGO_ENABLED 1 GOARCH amd64 GOOS windows GOAMD64 v1 $...

bug