www.cnblogs.com/ruiyqinrui

开源、架构、Linux C/C++/python AI BI 运维开发自动化运维。 春风桃李花 秋雨梧桐叶。“力尽不知热 但惜夏日长”。夏不惜,秋不获。@ruiY--秦瑞

python爬虫,C编程,嵌入式开发.hadoop大数据,桉树,onenebula云计算架构.linux运维及驱动开发.

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

04 2018 档案

摘要:"no valid host was found" 阅读全文
posted @ 2018-04-27 10:41 秦瑞It行程实录 阅读(421) 评论(0) 推荐(0) 编辑

摘要:首先,授权给指定用户。 一个用户的默认表空间只能有一个,但是你可以试下用下面的语句为其授权在别的表空间中创建对像: alter user username quota 0||unlimited on tablespace_name; 再者,创造表的命令。 一个用户可以拥有多个表空间在创建表时: cr 阅读全文
posted @ 2018-04-25 08:52 秦瑞It行程实录 阅读(544) 评论(0) 推荐(0) 编辑

摘要:完整的Oracle数据库通常由两部分组成:Oracle数据库和数据库实例。 1) 数据库是一系列物理文件的集合(数据文件,控制文件,联机日志,参数文件等); 2) Oracle数据库实例则是一组Oracle后台进程/线程以及在服务器分配的共享内存区。 在启动Oracle数据库服务器时,实际上是在服务 阅读全文
posted @ 2018-04-25 08:49 秦瑞It行程实录 阅读(325) 评论(0) 推荐(0) 编辑

摘要:import yaml d = {'name': '张三', 'age': '1'} print d jd = json.dumps(d, ensure_ascii=False, encoding='utf-8')) ud = json.loads(jd, encoding='utf-8') pri 阅读全文
posted @ 2018-04-23 15:18 秦瑞It行程实录 阅读(275) 评论(0) 推荐(0) 编辑

该文被密码保护。
posted @ 2018-04-22 20:10 秦瑞It行程实录 阅读(0) 评论(0) 推荐(0) 编辑

摘要: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行程实录 阅读(122) 评论(0) 推荐(0) 编辑

该文被密码保护。
posted @ 2018-04-22 13:19 秦瑞It行程实录 阅读(0) 评论(0) 推荐(0) 编辑

该文被密码保护。
posted @ 2018-04-22 12:34 秦瑞It行程实录 阅读(0) 评论(0) 推荐(0) 编辑

该文被密码保护。
posted @ 2018-04-21 21:22 秦瑞It行程实录 阅读(0) 评论(0) 推荐(0) 编辑

该文被密码保护。
posted @ 2018-04-21 12:18 秦瑞It行程实录 阅读(0) 评论(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行程实录 阅读(592) 评论(0) 推荐(0) 编辑

摘要:解决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行程实录 阅读(604) 评论(0) 推荐(0) 编辑

该文被密码保护。
posted @ 2018-04-18 16:34 秦瑞It行程实录 阅读(0) 评论(0) 推荐(0) 编辑

该文被密码保护。
posted @ 2018-04-18 16:29 秦瑞It行程实录 阅读(0) 评论(0) 推荐(0) 编辑

摘要: 阅读全文
posted @ 2018-04-18 14:46 秦瑞It行程实录 阅读(525) 评论(0) 推荐(0) 编辑

该文被密码保护。
posted @ 2018-04-18 11:59 秦瑞It行程实录 阅读(0) 评论(0) 推荐(0) 编辑

摘要:import requests from lxml import etree import time import pymysql import json headers={ 'User-Agent':'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325... 阅读全文
posted @ 2018-04-18 11:15 秦瑞It行程实录 阅读(321) 评论(0) 推荐(0) 编辑

摘要:KVMGT-kernel是Intel开源技术01.org推出的一项完整的GPU虚拟化解决方案,在KVM和XEN的基础上实现。本文档对该技术进行相应测试,让大家有个基本参考和了解。KVMGT-kernel目前支持虚机系统包含win7 32,64位,win8.1 ubuntu,centos 。首先来看下 阅读全文
posted @ 2018-04-18 09:30 秦瑞It行程实录 阅读(4808) 评论(0) 推荐(0) 编辑

该文被密码保护。
posted @ 2018-04-11 11:05 秦瑞It行程实录 阅读(0) 评论(0) 推荐(0) 编辑

摘要:流媒体协议部分RTP、RTCP、RTSP、MMS、HLS、HTTP progressive streaming 流媒体协议:(RTP、RTCP、RTSP、MMS、HLS、HTTP progressive streaming) 当前在internet上传送音频和视频等信息主要有两种方式: 下载,完整下 阅读全文
posted @ 2018-04-10 16:31 秦瑞It行程实录 阅读(916) 评论(0) 推荐(0) 编辑

摘要:"2018-04-09 14时""长沙市""10日(明天)""多云转雷阵雨""29℃""19℃""3-4级""11日(后天)""雷阵雨""27℃""20℃""<3级"{"nowTime":"2018-04-09 14时","addr":"长沙市","T" 阅读全文
posted @ 2018-04-09 15:03 秦瑞It行程实录 阅读(673) 评论(0) 推荐(0) 编辑

摘要: 阅读全文
posted @ 2018-04-08 14:20 秦瑞It行程实录 阅读(361) 评论(0) 推荐(0) 编辑

该文被密码保护。
posted @ 2018-04-08 14:16 秦瑞It行程实录 阅读(0) 评论(0) 推荐(0) 编辑

摘要: 阅读全文
posted @ 2018-04-08 12:29 秦瑞It行程实录 阅读(4406) 评论(0) 推荐(0) 编辑

该文被密码保护。
posted @ 2018-04-08 10:29 秦瑞It行程实录 阅读(2) 评论(0) 推荐(0) 编辑

摘要: 阅读全文
posted @ 2018-04-05 20:17 秦瑞It行程实录 阅读(324) 评论(0) 推荐(0) 编辑

摘要:站点预分析 阅读全文
posted @ 2018-04-04 15:30 秦瑞It行程实录 阅读(223) 评论(0) 推荐(0) 编辑

摘要:!/usr/bin/python #encoding=utf-8 #Author:Ruiy #//////////////////////////////////////////////////// #python-bs4 #ilio #/////////////////////////////// 阅读全文
posted @ 2018-04-03 21:48 秦瑞It行程实录 阅读(1528) 评论(1) 推荐(0) 编辑

摘要: 阅读全文
posted @ 2018-04-03 16:20 秦瑞It行程实录 阅读(260) 评论(0) 推荐(0) 编辑

摘要:--> --> --> --> --> --> ... 阅读全文
posted @ 2018-04-03 14:55 秦瑞It行程实录 阅读(932) 评论(0) 推荐(0) 编辑

该文被密码保护。
posted @ 2018-04-03 12:59 秦瑞It行程实录 阅读(0) 评论(0) 推荐(0) 编辑

摘要:# -*- coding: utf-8 -*- #!/usr/bin/python #encoding=utf-8 import sys from aliyunsdkdysmsapi.request.v20170525 import SendSmsRequest from aliyunsdkdysmsapi.request.v20170525 import QuerySendDetailsReq... 阅读全文
posted @ 2018-04-03 12:56 秦瑞It行程实录 阅读(622) 评论(0) 推荐(0) 编辑

摘要: 阅读全文
posted @ 2018-04-03 09:01 秦瑞It行程实录 阅读(474) 评论(0) 推荐(0) 编辑

摘要:http://www.cnblogs.com/victorwu/p/8505592.html 阅读全文
posted @ 2018-04-02 17:08 秦瑞It行程实录 阅读(315) 评论(0) 推荐(0) 编辑

摘要:本篇文章是使用Python的Web框架Django提供发送短信接口供前端调用,Python版本2.7 阿里云入驻、申请短信服务、创建应用和模板等步骤请参考:阿里云短信服务入门 1、下载sdk 阿里云短信服务Python SDK SDK工具包中一共包含了2个目录: aliyun-python-sdk- 阅读全文
posted @ 2018-04-02 17:05 秦瑞It行程实录 阅读(1297) 评论(0) 推荐(0) 编辑

摘要:1. win7 32位系统,傻瓜安装Anaconda2(python 2.7) 2. 打开cmd, 输入命令pip install twilio,在线安装twilio 3. 打开Anaconda2的Spyder,打开python的IDLE 4. 输入 阅读全文
posted @ 2018-04-02 10:23 秦瑞It行程实录 阅读(851) 评论(0) 推荐(0) 编辑

摘要:python爬取天气情况 下面为示例代码: 阅读全文
posted @ 2018-04-01 10:19 秦瑞It行程实录 阅读(786) 评论(0) 推荐(0) 编辑

摘要:爬虫这个听起来很 hack 的名字,是我学习 python 的诱因.当 python 基础学习到一定程度(基本语法,数据类型掌握) 就可以开启自己的小爬虫了.毕竟实践才是提高的最快途径.废话说完了,下面直接开始: 廖凯峰的 python 基础教程 做爬虫需要几步呢? 概况来说需要两步: 第一步是从网 阅读全文
posted @ 2018-04-01 10:14 秦瑞It行程实录 阅读(331) 评论(0) 推荐(0) 编辑

www.cnblogs.com/ruiyqinrui