用户体验: 1.识别的准确度希望可以更高 2.书籍的图片太少,不能够了解信息 3.建议完善一下商品的展示界面,提升用户便利。 4.很不错的一个手机APP 5.建议android的UI界面完善一下,特别是商品的展示界面,提升用户的使用感受 6.非常适用的软件,期待推广 7.建议优化界面,增强用户体验, ...
分类:
其他好文 时间:
2021-06-15 18:16:52
阅读次数:
0
d = {}with open('b.txt', mode='rt', encoding='utf-8') as f: res = f.readlines() for line in res: i = line.strip('\n').split(':') d[i[0]] = i[1]while T ...
分类:
其他好文 时间:
2021-06-15 17:52:42
阅读次数:
0
复习补充 目前,一部分公司使用unittest,一部分使用pytest。但是,pytest明显具有优势。 复习补充unittest框架pytest运行规则pytest -m add -v -s pytest_Terminal.py 执行mark标记为add的测试用例pytest --junit-xm ...
分类:
其他好文 时间:
2021-06-15 17:44:52
阅读次数:
0
CBV 基于类的视图 FBV 基于函数的视图 CBV: 1 项目目录下: 2 urlpatterns = [ 3 path('login1/',views.Login.as_view()) #.as_view()固定格式,自 4 ] 5 #.as_view()固定格式,自匹配类中的下面的方法(须自定 ...
分类:
其他好文 时间:
2021-06-13 10:43:11
阅读次数:
0
###TP5.1 下载安装Redis 配置redis信息 <?php namespace app\common\redis; class RedisHandler { public $provider; //创建实例子 private static $_instance = null; //创建re ...
分类:
其他好文 时间:
2021-06-13 10:19:59
阅读次数:
0
function addLink() { let body_element = document.body; let selection = window.getSelection(); let locationHref = document.location.href; let appendLin ...
分类:
Web程序 时间:
2021-06-13 10:12:51
阅读次数:
0
问题背景 什么是TCP timestamps(TCP 时间戳)? The remote host implements TCP Timestamps, as defined by RFC1323 (https://www.ietf.org/rfc/rfc1323.txt). A side effec ...
分类:
移动开发 时间:
2021-06-13 09:49:28
阅读次数:
0
In Dev mode, 1 你想利用CLI的Hot reload features 和快速Rebuild application bundles in memory. 2.和发请求给Rest Server.那么,你需要配置代理来来改善你的开发体验。 实现步骤:1.新建 proxy-conf.jso ...
分类:
移动开发 时间:
2021-06-13 09:48:05
阅读次数:
0
安装web插件,处理html, javascript, css等: Help菜单 --> Eclipse Marketplace --> 选择Popular页 选择安装Eclipse Enterprise Java and Web Developer Tools 安装springboot插件,在ID ...
分类:
编程语言 时间:
2021-06-13 09:45:16
阅读次数:
0
1.提示“python找不到或者环境不对” npm config set python C:\Python27\python.exe 2.执行npm rebuild node-sass 重构一下3.再重新执行npm install就OK啦 4.输入: npm install @ionic/app-s ...
分类:
其他好文 时间:
2021-06-13 09:42:49
阅读次数:
0