[TOC] 1 基础知识 Web前端 编程言语:html/css/javascript(js) 运行环境:浏览器 编程用途:在浏览器内部的动态,美观展示形式 Web后端 编程语言:PHP/JSP/.NET... 运行环境:应用服务器/中间件 编程用途:对前端提交的数据进行处理并返回相应的HTML网页 ...
分类:
Web程序 时间:
2020-05-24 09:23:46
阅读次数:
65
1、创建的节点的层级结构和所挂的 组件全部上图说明吧: 层级结构如下: 各节点做挂的组件如下: a、Scroll节点的组件 b、Viewport的组件: c、content的组件 注意点:制作中遇到的问题是左右滑动时左右的终止位置不对,这个是Layout Group的Left,Rigt的不一致的原因 ...
分类:
其他好文 时间:
2020-05-24 09:22:46
阅读次数:
54
步骤1: 找到pip- 版本号 dist-info 文件夹 操作: 在python的安装目录下的Lib文件下的site-packages文件夹下找到 ip- 版本号 dist-info 文件夹 例如: C:\Python37\Lib\site-packages\pip-20.1.1.dist-inf ...
分类:
编程语言 时间:
2020-05-24 00:31:00
阅读次数:
935
在ant的List组件中,使用了其他组件(可以使用其他组件,但要在合适的位置),应该是在List中的List.Item标签中使用其他组件 <List grid={{ gutter: 16, xs: 1, sm: 2, md: 4, lg: 4, xl: 6, xxl: 3, }} // itemLa ...
分类:
其他好文 时间:
2020-05-23 20:20:52
阅读次数:
103
使用2.2 版本的django时,出现django.core.exceptions.ImproperlyConfigured: mysqlclient 1.3.13 or newer is required; you have 0.9.3.,查了资料才知道是兼容问题 出现此类问候删除项目根目录下__ ...
分类:
数据库 时间:
2020-05-23 18:37:57
阅读次数:
64
合并分支或者git pull命令的时候遇到: Updating 7c9e086..936acacerror: The following untracked working tree files would be overwritten by merge:Common/HFHttpRequest/H ...
分类:
其他好文 时间:
2020-05-23 14:55:03
阅读次数:
150
It’s been a while since Cisco has announced Smart License to replace Traditional PAK-based licensing. Overall, this new system brings loads of benefit ...
分类:
系统相关 时间:
2020-05-23 12:53:18
阅读次数:
259
git.exe pull --progress -v --no-rebase "origin" master remote: You do not have permission to pull the repositoryfatal: unable to access 'https://gitee ...
分类:
其他好文 时间:
2020-05-23 09:53:49
阅读次数:
352
[抄题]: Given a binary search tree and the lowest and highest boundaries as L and R, trim the tree so that all its elements lies in [L, R] (R >= L). You ...
分类:
其他好文 时间:
2020-05-23 09:45:44
阅读次数:
50
The Fourier anaylsis I had waited for a long time... ...
分类:
其他好文 时间:
2020-05-23 09:30:54
阅读次数:
48