问题: 解决办法 (http://github.hubspot.com/tether/) Bootstrap 4 needs Tether, so you need to include tether.min.js before you include bootstrap.min.js, eg. 必须引入Tether.js,打开 https://npmcdn.com/bootstrap@4.0.0-alpha.5/dist/js/bootstrap.min.js 得到文件内容,复制新建一个文件保
配置文件 GO111MODULE=on 设置为on时,go命令行会使用modules,而一点也不会去GOPATH目录下查找.但自定义包在 $GOPATH/github.com/winyh/strrev.就会出现 can not found github.com/winyh/strrev 解决办法: 将GO111MODULE=auto 设置成auto 在使用模块的时候,GOPATH 是无意义的,不过它还是会把下载的依赖储存在 $GOPATH/pkg/mod 中,也会把 go install 的结果
环境为Ubuntu16.04 Apache2.4 Python2.7.13 django 1.8 今天部署apache+django,经过各种折腾,好不容易配置完了,发现错误Apache的日志里有一项 ImproperlyConfigured: Error loading either pysqlite2 or sqlite3 modules (tried in that order): No module named _sqlite3 于是打开Python 测试下能否导入sqlite3模块 >
启动服务报错如下: Last login: Wed Nov :: on ttys000 localhost:~ sipeng$ cd /Users/sipeng/Desktop/彭思/2017年学习/Node/myblog localhost:myblog sipeng$ node /Users/sipeng/Desktop/彭思/2017年学习/Node/myblog/index.js /Users/sipeng/Desktop/彭思/2017年学习/Node/myblog/models/po