#1.临时使用 pip install -i https://pypi.tuna.tsinghua.edu.cn/simple some-package #2.永久使用 1 pip install pip -U 2 pip config set global.index-url https://py ...
分类:
其他好文 时间:
2020-11-16 13:42:27
阅读次数:
6
之前遇到了一个JEECMS大概看了一下, 测试版本JEECMSV9.3 SSRF /src/main/java/com/jeecms/cms/action/member/UeditorAct.java 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 ...
分类:
其他好文 时间:
2020-11-16 13:32:28
阅读次数:
4
Preparation for MCM/ICM Writing -- by Chance Zhang $1^ed$ key words: MCM/ICM, format, phrases, tools This document is a basic note in preparation of M ...
分类:
其他好文 时间:
2020-11-16 13:25:25
阅读次数:
11
forEach()、map()、filter()、find()、reduce()、some()、every() 它们都自带遍历(只要调用这个方法就会自动循环数组中的每一项) 它们都不会改变原数组,调用方法后产生的结果在返回值中 它们的参数都是一个函数,这个函数都有三个参数(只有第一个“项”是必填的) ...
分类:
编程语言 时间:
2020-11-16 13:15:51
阅读次数:
10
Create and configure model-driven app interactive experience dashboards Effective Nov 2020, some terminology in Common Data Service has been updated. ...
分类:
移动开发 时间:
2020-11-16 13:14:10
阅读次数:
14
Haystack 1.什么是Haystack Haystack是django的开源全文搜索框架(全文检索不同于特定字段的模糊查询,使用全文检索的效率更高 ),该框架支持Solr,Elasticsearch,Whoosh, Xapian,搜索引擎它是一个可插拔的后端(很像Django的数据库层),所以 ...
分类:
其他好文 时间:
2020-11-10 11:17:18
阅读次数:
8
html <template> <div class="wrapper"> <div class="container"> <div class="menu"> <ul class="menu-list"> <li v-for="(nav, index) in navList" :key="inde ...
分类:
Web程序 时间:
2020-11-08 17:17:44
阅读次数:
40
防火墙都是关闭的服务端[root@localhost~]#yum-yinstallrpcbindnfs-utils编辑/etc/exportsp配置文件配置共享目录(配置文件默认可能没有)root@ubuntu:~#cat/etc/exports#共享目录允许访问的IP或网段(参数)/nfs192.168.6.0/24(rw,sync,no_root_squash先启动rpcbind再启动nfs[
分类:
其他好文 时间:
2020-11-07 15:37:17
阅读次数:
19
官网地址:https://github.com/surmon-china/vue-awesome-swiper ...
分类:
Web程序 时间:
2020-11-01 22:24:39
阅读次数:
52