上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 81 下一页
摘要: Python的每个新版本都会增加一些新的功能,或者对原来的功能作一些改动。有些改动是不兼容旧版本的,也就是在当前版本运行正常的代码,到下一个版本运行就可能不正常了。 从Python 2.7到Python 3.x就有不兼容的一些改动,比如2.x里的字符串用'xxx'表示str,Unicode字符串用u 阅读全文
posted @ 2018-11-01 15:40 feiyun8616 阅读(152) 评论(0) 推荐(0)
摘要: 文章下半部分包含了安装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)
摘要: 按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)
摘要: 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)
摘要: 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)
摘要: 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)
摘要: 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)
摘要: 转自 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)
摘要: Release Schedule of Current Database Releases (文档 ID 742060.1) 阅读全文
posted @ 2018-10-11 14:29 feiyun8616 阅读(184) 评论(0) 推荐(0)
摘要: 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 下一页