码迷,mamicode.com
首页 >  
搜索关键字:global build    ( 22928个结果
npm start报错
npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! gshop-client_final@1.0.0 dev: `webpack-dev-server --inline --progress --config build/webpack.dev.co ...
分类:其他好文   时间:2020-06-07 15:13:11    阅读次数:82
linux下私有云搭建
可选 nextcloud、seafile、syncthing 1. seafile https://www.jianshu.com/p/43f570118e63 https://www.jianshu.com/p/bd4b55b6d0cd http://www.senra.me/build-your ...
分类:系统相关   时间:2020-06-07 14:47:45    阅读次数:102
configure: error: no acceptable C compiler found in $PATH 问题解决
[root@localhost ~]# cd msmtp-1.4.20[root@localhost msmtp-1.4.20]# ./configurechecking build system type... i686-pc-linux-gnuchecking host system type. ...
分类:其他好文   时间:2020-06-07 14:37:42    阅读次数:74
vue-cli的坑,loader重复的锅 Invalid CSS after "...load the styles"
在使用scss是可能会添加loader,例如 { test: /\.scss$/, use: ['style-loader', 'css-loader', 'sass-loader'], } 然而当使用vue-cli脚手架创建项目时,可能出现如下错误: Invalid CSS after "...l ...
分类:Web程序   时间:2020-06-07 13:14:01    阅读次数:85
git
git clone 太慢的解决方法 一: 原因:git clone特别慢是因为github.global.ssl.fastly.net域名被限制了。只要找到这个域名对应的ip地址,然后在hosts文件中加上ip–>域名的映射,刷新DNS缓存便可。 查找ip地址 ipaddress.com 在host ...
分类:其他好文   时间:2020-06-07 12:31:58    阅读次数:75
informix错误代码小结
informix错误代码小结 所有错误可以用finderr+错误代码查到,英文的,这里中文注释便于理解。 -100 错误的描述:C—ISAM错误;向具有唯一索引的字段加入一个重复值。 系统的操作:该语句不被处理。 更正的方法:检查是否用iswrite,isrewrite,isrewcurr或isad ...
分类:其他好文   时间:2020-06-07 11:03:50    阅读次数:57
深度优先、广度优先python爬虫
搜索引擎课的一次小实验~ 题目是这样的: 以指定网址为根节点,遍历(深度优先、广度优先)访问 50 个页面并爬取这些页面上的所有网址。 代码 import re import requests from requests.exceptions import ReadTimeout, Connecti ...
分类:编程语言   时间:2020-06-06 21:28:08    阅读次数:76
MVC URL Routing 深入与使用URL最佳实践
1.前言 我们知道在ASP.NET Web Forms中,一个URL请求往往对应一个aspx页面,一个aspx页面就是一个物理文件,它包含对请求的处理。 而在ASP.NET MVC中,一个URL请求是由对应的一个Controller中的Action来处理的,由URL Routing来告诉MVC如何定 ...
分类:Web程序   时间:2020-06-06 18:21:59    阅读次数:72
vue打包
一、修改配置文件 1.build->utils.js 增加 :publicPath:'../../' // Extract CSS when that option is specified // (which is the case during production build) if (opt ...
分类:其他好文   时间:2020-06-06 14:25:25    阅读次数:86
neutron dhcp无法获取ip
ip netns exec qdhcp-1fcf749d-8e67-40ad-8718-e5daa85453fc ip a tap1ea4dc8e-63没有网桥 [root@bogon ~]# ip netns exec qdhcp-e00c4e3a-3634-4c59-8ce9-c09221cf6 ...
分类:其他好文   时间:2020-06-06 13:02:38    阅读次数:85
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!