解决安装 pip3时 错误: Media change: please insert the disc labeled 'Ubuntu 20.04.1 LTS _Focal Fossa_ - Release amd64 (20200731)' in the drive '/cdrom/' and p ...
分类:
其他好文 时间:
2020-12-17 12:35:15
阅读次数:
2
swal({title: '',html:'<p style="font-weight:bold;">Please input adjusted amount</p>' +'<input type="text" style="width:310px;height:35px;" id="adjuste ...
分类:
Web程序 时间:
2020-12-16 11:47:57
阅读次数:
4
本文来自微信公众号:coder_xiaobu,欢迎关注 一.安装pyspider pip install pyspider 二.启动 pyspider all 三.安装中出现的问题处理 安装的时候出现如下的错误 "Please specify --curl-dir=/path/to/built/li ...
分类:
其他好文 时间:
2020-12-11 12:13:15
阅读次数:
3
1.1 DjangoRestFramework基本使用 1、回顾CBV基本使用 from django.contrib import admin from django.urls import path,re_path,include urlpatterns = [ path('admin/', a ...
分类:
其他好文 时间:
2020-12-10 10:42:42
阅读次数:
3
问题描述:把本地库里的内容推送到远程库的时候出错? git push -u origin master fatal: Could not read from remote repository. Please make sure you have the correct access rights ...
分类:
数据库 时间:
2020-12-09 11:57:01
阅读次数:
5
? Part of "memory-management" series Please follow me on Twitter for updates and let me know if something can be improved in the post. In this multi-p ...
分类:
其他好文 时间:
2020-12-05 11:10:24
阅读次数:
7
原创宋宝华Linux阅码场2018-01-22作者简介宋宝华,他有10几年的Linux开发经验。他长期在大型企业担任一线工程师和系统架构师,编写大量的Linux代码,并负责在gerrit上review其他同事的代码。BarrySong是Linux的活跃开发者,是某些内核版本的最活跃开发者之一(如https://lwn.net/Articles/395961/、https://lwn.net/Art
分类:
其他好文 时间:
2020-12-04 11:02:57
阅读次数:
6
LAMP架构应用实战——PHP环境安装配置LAMP架构应用实战——PHP服务PHP的安装依赖于前面的Apache和MySQL一:安装环境准备因些首先服务器上查看下是否安装以上两种服务1、检查安装路径[root@Centos/]#ls-ld/application/apachelrwxrwxrwx.1rootroot25Sep1203:44/application/apache->/appli
分类:
Web程序 时间:
2020-12-02 12:45:36
阅读次数:
15
vue项目性能优化1,优化:使用webpack-bundle-analyzer分析vue的打包js文件大小 基于webpack 3、vue 2和vue-cli 2的性能优化。 所有的三方库都是打包到vendor.js文件。 注意: vue-cli 2创建的项目,已经集成webpack-bundle- ...
分类:
其他好文 时间:
2020-11-27 11:50:28
阅读次数:
27
思路:函数先计算数值加减乘除,case赋值输出对应的加减乘除#!/bin/bashadd(){add=$[$1+$2]echo"outcome:$1+$2=$add"}minus(){min=$[$1-$2]echo"outcome:$1-$2=$min"}multiply(){mult=$[$1*$2]echo"outcome:$1x$2=$mult"}divide(){div=$[$1/$2]
分类:
系统相关 时间:
2020-11-20 11:18:50
阅读次数:
15