会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
七分sunshine!
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
下一页
2019年8月16日
php7.1+apache2.4.x+mysql5.7安装配置(目前windows)
摘要: 1. php下载 : https://windows.php.net/download 下载 php-7.1.31-Win32-VC14-x64 (线程安全版) ; 2. php安装: 把下载的php7.1直接解压就好了。其实并不需要安装。 比如 我把 下载过来的压缩文件解压 重命名为 php 文件
阅读全文
posted @ 2019-08-16 13:04 七分sunshine!
阅读(296)
评论(0)
推荐(0)
2019年7月26日
krdoc 工程
摘要: ubuntu下,默认的python环境是 python --version ==>>2.7.x python3 --version ==> 3.5.2 krdoc只支持python2.7.x 升级 pip(python2.7的)==>>导致报错。 sudo gedit /usr/bin/pip ==
阅读全文
posted @ 2019-07-26 10:26 七分sunshine!
阅读(153)
评论(0)
推荐(0)
2019年7月25日
在ubuntu16.04 上安装php5.6.30
摘要: Ubuntu 编译安装php7时提示“freetype-config not found” resolve :apt-get -y install libfreetype6-dev;
阅读全文
posted @ 2019-07-25 11:10 七分sunshine!
阅读(352)
评论(0)
推荐(0)
2019年6月24日
https自签名 证书签发
摘要: https://www.cnblogs.com/zhouhbing/p/4048834.html 证书发布,转换。
阅读全文
posted @ 2019-06-24 17:33 七分sunshine!
阅读(727)
评论(0)
推荐(0)
2019年6月9日
websocket 实现 前端vue-socket.io 服务端 koa2(socket.io)
摘要: 前端:(vue项目,main.js) // The Vue build version to load with the `import` command // (runtime-only or standalone) has been set in webpack.base.conf with a
阅读全文
posted @ 2019-06-09 23:16 七分sunshine!
阅读(1805)
评论(0)
推荐(0)
2019年5月28日
工作杂项 0528未 整理
摘要: 依赖文件生成pip freeze > requirements.txt依赖文件安装pip install -r requirement.txt pip install django-filter # 新版本安装后面不用s $sudo apt-get install alien ##alien默认没有
阅读全文
posted @ 2019-05-28 18:01 七分sunshine!
阅读(100)
评论(0)
推荐(0)
2019年5月26日
python 创建django项目;
摘要: 1。先pip install django==1.11.7 -i https://pypi.doubanio.com/simple 2。完成后查看版本:python -m django --version ; 3。初始化(建立)项目:django-admin startproject dj_webs
阅读全文
posted @ 2019-05-26 01:27 七分sunshine!
阅读(222)
评论(0)
推荐(0)
关于conda,pip使用杂项:
摘要: Conda 1.镜像源如何恢复默认 :conda config --remove-key channels 2.conda创建虚拟环境: conda create --name python35 python=3.5 提示完成安装包; 3.conda激活环境: conda activate pyth
阅读全文
posted @ 2019-05-26 00:21 七分sunshine!
阅读(271)
评论(0)
推荐(0)
2019年5月16日
笔记 日常
摘要: https://blog.csdn.net/swordsf/article/details/77413738 httpServer异常报错
阅读全文
posted @ 2019-05-16 16:50 七分sunshine!
阅读(90)
评论(0)
推荐(0)
2019年5月15日
ubuntu 16.04下 django 1.11.1项目启动问题(kr_doc)
摘要: ubuntu下,默认的python环境是 python --version ==>>2.7.x python3 --version ==> 3.5.2 krdoc只支持python2.7.x 升级 pip(python2.7的)==>>导致报错。 sudo gedit /usr/bin/pip ==
阅读全文
posted @ 2019-05-15 14:25 七分sunshine!
阅读(180)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
下一页
公告