该文被密码保护。 阅读全文
posted @ 2018-04-22 20:10
秦瑞It行程实录
阅读(0)
评论(0)
推荐(0)
开源、架构、Linux C/C++/python AI BI 运维开发自动化运维。 春风桃李花 秋雨梧桐叶。“力尽不知热 但惜夏日长”。夏不惜,秋不获。@ruiY--秦瑞python爬虫,C编程,嵌入式开发.hadoop大数据,桉树,onenebula云计算架构.linux运维及驱动开发. |
|
摘要:
print(re.findall('skuid:(.*),',content)) #Ok#print(re.findall('skuid:(.*),',content))import jsonresult=re.findall(u'colorSize:(.*])',content)[0].repla 阅读全文
posted @ 2018-04-22 20:07
秦瑞It行程实录
阅读(130)
评论(0)
推荐(0)
摘要:
环境:centos7,yum安装的nginx1.10、php-fpm,tp3.2 本方法只需要配置nginx.conf的一个文件就可以支持pathinfo和rewrite两种url访问方式 1 1、支持rewrite方式: 在 location / 处添加以下代码 1 2 3 4 5 最终变成 1 阅读全文
posted @ 2018-04-20 11:26
秦瑞It行程实录
阅读(603)
评论(0)
推荐(0)
解决UnicodeDecodeError: ‘ascii’ codec can’t decode byte 0xe5 in position 108: ordinal not in range(128
摘要:
解决UnicodeDecodeError: ‘ascii’ codec can’t decode byte 0xe5 in position 108: ordinal not in range(128 今天做网页到了测试和数据库交互的地方,其中HTML和数据库都是设置成utf-8格式编码,插入到数据 阅读全文
posted @ 2018-04-19 14:32
秦瑞It行程实录
阅读(644)
评论(0)
推荐(0)
|