摘要: Linux命令行下如何终止当前程序? 快捷键: 阅读全文
posted @ 2019-05-23 20:31 CrossPython 阅读(7899) 评论(0) 推荐(0) 编辑
摘要: https://github.com/dart-lang/web_socket_channel/issues/38 yes, my workaround is to create a WebSocket directly. Something like: Then I wrap this in a 阅读全文
posted @ 2019-05-23 16:08 CrossPython 阅读(1310) 评论(0) 推荐(0) 编辑
摘要: import 'dart:io';import 'dart:convert';main()async{ File a = File('C:\\aria2\\1.txt'); var c = read(a); print(c); var d = utf8.decode(c); print(d);// await a.writeAsBytes(c+'\ntest');// print(r... 阅读全文
posted @ 2019-05-23 09:15 CrossPython 阅读(3398) 评论(0) 推荐(0) 编辑