摘要:
获取文件地址并返回该文件(获取路径是anync await异步操作): Future<File> _getLocalFile() async { String dir = (await getApplicationDocumentsDirectory()).path; // get the path 阅读全文
摘要:
如果用户只是请求显示静态网页,那么apache足够用了; 但是如果需要根据用户提交的数据动态的返回内容,那么apache是远远不够的,我们需要WSGI, 即:web service gate interface WSGI根据用户请求数据响应,而非单纯提供静态页面,但是如果成百上千的动态请求的时候,W 阅读全文
摘要:
某位大神的博客:https://www.jianshu.com/u/312aad1f1c8b 阅读全文
摘要:
CachedNetworkImage( imageUrl: "http://via.placeholder.com/350x150", placeholder: (context, url) => new CircularProgressIndicator(), errorWidget: (cont 阅读全文