会员
周边
众包
新闻
博问
闪存
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
feiyun8616的作坊 (半个程序员and dba) 脚本化 python
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
24
25
26
27
28
29
30
31
32
···
81
下一页
2018年11月1日
转 from __future__ import unicode_literals
摘要: Python的每个新版本都会增加一些新的功能,或者对原来的功能作一些改动。有些改动是不兼容旧版本的,也就是在当前版本运行正常的代码,到下一个版本运行就可能不正常了。 从Python 2.7到Python 3.x就有不兼容的一些改动,比如2.x里的字符串用'xxx'表示str,Unicode字符串用u
阅读全文
posted @ 2018-11-01 15:40 feiyun8616
阅读(152)
评论(0)
推荐(0)
2018年10月31日
nginx + uwsgi 配置参考
摘要: 文章下半部分包含了安装nginx ,配置nginx , 和 开启nginx 文件服务器的三个步骤,请参考 参考 http://www.runoob.com/django/django-nginx-uwsgi.html ####### 20181029 cd ~wget http://python.o
阅读全文
posted @ 2018-10-31 16:33 feiyun8616
阅读(1761)
评论(0)
推荐(0)
2018年10月29日
windows 7 下安装VMWARE 和 red-hat 7 64bit /vitualbox 和 red-hat 7
摘要: 按F2 进入BIOS: 在inter virtualization technology 选择YES 就可以安装linux 64bit 操作系统了 https://blog.csdn.net/coco2d_x2014/article/details/54587134 https://jingyan.
阅读全文
posted @ 2018-10-29 14:15 feiyun8616
阅读(585)
评论(0)
推荐(0)
2018年10月23日
转 Django中的Form
摘要: https://www.cnblogs.com/chenchao1990/p/5284237.html Form 一、使用Form Django中的Form使用时一般有两种功能: 1、生成html标签 2、验证输入内容 要想使用django提供的form,要在views里导入form模块 from
阅读全文
posted @ 2018-10-23 17:55 feiyun8616
阅读(131)
评论(0)
推荐(0)
2018年10月21日
转 Alert.log shows No Standby Redo Logfiles Of Size 153600 Blocks Available
摘要: http://blog.itpub.net/23135684/viewspace-703620/ Alert.log shows No Standby Redo Logfiles Of Size 153600 Blocks Available [ID 405836.1] 修改时间 05-APR-20
阅读全文
posted @ 2018-10-21 06:25 feiyun8616
阅读(913)
评论(0)
推荐(0)
2018年10月16日
转发 django 初探
摘要: https://www.cnblogs.com/franknihao/p/7682914.html https://blog.csdn.net/tang_jin2015/article/details/81193943 启动mysql WampServer https://www.cnblogs.c
阅读全文
posted @ 2018-10-16 22:02 feiyun8616
阅读(187)
评论(0)
推荐(0)
2018年10月12日
转 Logs are not shipped to the physical standby database
摘要: http://www.oracle-ckpt.com/dataguard_troubleshoot_snapper/ ######sample primay scripts: select * from V$FLASH_RECOVERY_AREA_USAGE; column deleted form
阅读全文
posted @ 2018-10-12 10:46 feiyun8616
阅读(681)
评论(0)
推荐(0)
2018年10月11日
python 之django (一) Windows环境下Django 1.6.11开发环境搭建(简易版)
摘要: 转自 https://www.cnblogs.com/kkddij/p/4397163.html 需要安装如下部件: 一、python 2.6.6安裝 二、pip安装 在%HOMEPATH%目录下创建文件夹和文件:\pip\pip.ini,添加如下内容(Linux的目录是~/.pip/pip.con
阅读全文
posted @ 2018-10-11 17:40 feiyun8616
阅读(381)
评论(0)
推荐(0)
oracle db 产品路线图
摘要: Release Schedule of Current Database Releases (文档 ID 742060.1)
阅读全文
posted @ 2018-10-11 14:29 feiyun8616
阅读(184)
评论(0)
推荐(0)
2018年10月9日
转 python中%s与%d
摘要: https://blog.csdn.net/SuperCreators/article/details/81393977 pythn print格式化输出。 %r 用来做 debug 比较好,因为它会显示变量的原始数据(raw data),而其它的符 号则是用来向用户显示输出的。 1. 打印字符串
阅读全文
posted @ 2018-10-09 21:47 feiyun8616
阅读(4474)
评论(0)
推荐(0)
上一页
1
···
24
25
26
27
28
29
30
31
32
···
81
下一页
公告