ITAKEN'S PAGES
SyntaxError: Non-ASCII character 'å' in file demo/demo.py on line 8, but no encoding declared; SyntaxError: Non-ASCII character 'å' in file demo/demo.py on line 8, but no encoding declared;
环境配置 Python 3.5.3 问题描述 $ python demo/demo.py File "demo/demo.py", line 8 SyntaxError: Non-ASCII character
2017-10-28
Auto packing the repository for optimum performance. Auto packing the repository for optimum performance.
问题描述 git pull 拉取更新内容, 提示: Auto packing the repository for optimum performance. 使用 git fsck , 但是没有效果. 使用管理员运行也没有效果. 使用
2017-10-20
多条件排序 二 多条件排序 二
题目 多组类别的多个商品进行排序, 每个商品, 含有三个用于排序的参考, 一个是是否优先展示 一个是评分, 一个是价格, 现在要求优先展示排在最前面, 其次是评分高的排在前面, 如果评分相同则价格低的排在前面. 解法 可以使用array_w
2017-10-17
多条件排序 多条件排序
题目 一个商品, 含有两个用于排序的参考, 一个是评分, 一个是价格, 现在要求评分高的排在前面, 如果评分相同则价格低的排在前面. 解法 可以使用usor 进行排序. 代码如下: $arr = [ ['score' => 6.7,
2017-10-16
Failed to authenticate SSH session. Failed to authenticate SSH session.
问题描述 使用gitkraken git pull 拉取更新内容错误, 提示: Failed to authenticate SSH session: Invalid key data, not base64 encodeed. 因为使用
2017-10-12
you-get依赖包未安装报错,无法使用 you-get依赖包未安装报错,无法使用
个人开发环境 you-get: version 0.4.915 OpenSSL: 1.0.2g 问题描述 regel@DESKTOP-K146JU9:/mnt/c/Users/user/Downloads$ you-get http:/
2017-09-30
windows的ubuntu子系统pip安装的包无法运行 windows的ubuntu子系统pip安装的包无法运行
个人环境配置 OS 名称: Microsoft Windows 10 企业版 OS 版本: 10.0.15063 Build 15063 Python: 3.5.2 pip: 9.0.1 问题描述 在windows的ubuntu子系统中
2017-09-30
如何查看windows 的ubuntu子系统目录 如何查看windows 的ubuntu子系统目录
个人环境配置 OS 名称: Microsoft Windows 10 企业版 OS 版本: 10.0.15063 Build 15063 问题描述 根据网络搜索结果, ubuntu子系统应该在C:\Users\{user
2017-09-30
在windows bash中git密钥配置 在windows bash中git密钥配置
问题描述 因为公司git使用ssh的公钥加密传输,而公钥已经做成id_rsa文件放在了C盘用户目录.ssh下, 使用cmd的时候可以直接提交,但是使用bash的git提交的时候, 提示输入密码. 解决方法 在bash的~目录下添加.ssh文
2017-09-29
在windows 10中开启bash 在windows 10中开启bash
个人环境配置 OS 名称: Microsoft Windows 10 企业版 OS 版本: 10.0.15063 Build 15063 在主页更新和安全 中选中开发人员模式第一次开启需要联网,开启开发人员模式需要下载一些东西 在主页
2017-09-29
主键定义索引长度错误 主键定义索引长度错误
问题描述 创建数据库的时候,主键指定长度导致错误。 #1089 - Incorrect prefix key; the used key part isn't a string, the used length is longer
2017-09-26
CSS :before :after 选择器 CSS :before :after 选择器
伪元素css 设置伪元素是为了方便给某些选择器添加特殊的效果。 一般格式selector::pseudo-element {property:value;} css3 已经明确规定了伪类单冒号,伪元素双冒号 的规则。 :
2017-09-21
git 缓存区的一些操作 git 缓存区的一些操作
rm到 缓冲区的恢复自己手误,使用了rm命令$ git rm --cached -r _posts/, 将缓存区的 直接使用$ git reset HEAD _posts即可. 文件修改 添加到缓冲区了$ git status
2017-09-16
Ubuntu nginx与php-fpm配置, 无法解析php文件 Ubuntu nginx与php-fpm配置, 无法解析php文件
问题描述 使用nginx作为web服务器,php-fpm作为php处理器. 修改/usr/local/nginx/conf/nginx.conf配置文件,添加php解析配置. location ~ \.php$ { roo
2017-09-14
nginx安装 配置 nginx安装 配置
本人环境配置 Ubuntu: 17.04 PHP: 7.0.22 下载安装包 解压,并按照官方教程安装. $ ./configure $ make $ sudo make install 需要注意的是,这里如果直接使用./confi
2017-09-14
6 / 14