Skip to content
  • About Me

charlie笔记

A programmer’s note boke for work and life

运维工程师为什么要学习python或ruby语言

10 2月10 11月 by test16604225

如果你是个学生,你应该会c,c++和java。还会一些vb,或c#/.net。多少你还可能开发过一些web网页 […]

Continue reading
Posted in Python · Tagged python · Leave a comment

运维新手们,看看学习python的重要性

10 2月10 11月 by test16604225

现阶段,掌握一门开发语言已经成为高级运维工程师的必备计能,不会开发,你就不能充分理解你们系统的业务流程,你就不 […]

Continue reading
Posted in Python · Tagged python · Leave a comment

多套方案来提高pythonweb框架的并发处理能力

10 2月01 1月 by test16604225

python常见部署方法有 : fcgi :用spawn-fcgi或者框架自带的工具对各个project分别生 […]

Continue reading
Posted in 未分类 · Leave a comment

学习python的一些心得和经验

10 2月01 1月 by test16604225

最近有不少朋友问学习python如何下手,是不是报个培训班学习?下面先简单的介绍一下python。 pytho […]

Continue reading
Posted in 未分类 · Leave a comment

python

10 2月01 1月 by test16604225

在开发 python 时,会遇到中文显示问题…… 现在解决了: 按照如下编写就不会出现中文显示问题了 #!/u […]

Continue reading
Posted in 未分类 · Leave a comment

python3的演变

10 2月01 1月 by test16604225

o’reilly采访了python语言作者guido van rossum,讨论了python 3 […]

Continue reading
Posted in 未分类 · Leave a comment

python用print为什么不能打印网址?

10 2月01 1月 by test16604225

code: >>> ptint ‘http://www.google.com’ fil […]

Continue reading
Posted in 未分类 · Leave a comment

python中is和in的区别

10 2月10 11月 by test16604225

a=[1,2,3] b=[1,2,3] c=d=[1,2,3] 怎么c is d结果为true,而a in b […]

Continue reading
Posted in Python · Tagged python · Leave a comment

请问各位大大,cron无法执行修改后的python脚本

10 2月10 11月 by test16604225

我修改了cron定时执行的python脚本,该脚本之前是能够定时正确运行的,我在该脚本中加入了一些代码,但是当 […]

Continue reading
Posted in Python · Tagged python · Leave a comment

redhatenterpriselinux5下搭建lamp(python)全过程分享(fordjango)

10 2月01 1月 by test16604225

os:redhat enterprise linux 5 在安装的过程中遇到不少困难,所以记下来,好让后面的人 […]

Continue reading
Posted in 未分类 · Leave a comment

利用freeze在linux环境下制作python脚本的可执行程

10 2月01 1月 by test16604225

1.安装python2.5.1 2.locate freeze 找到freeze.py所在的目录,假设是 /r […]

Continue reading
Posted in 未分类 · Leave a comment

python是要替代perl的脚本语言?

10 2月01 1月 by test16604225

perl ,python 都是做同样功能的脚本语言吗? 他们也是动态语言把? 他们与shell(如bshell […]

Continue reading
Posted in 未分类 · Leave a comment

rhel6从源码安装python及其他软件包

10 2月10 11月 by test16604225

rhel6从源码安装python及其他软件包 ## get zlib-devel source and bui […]

Continue reading
Posted in Python · Tagged python · Leave a comment

python下科学计算包numpy和scipy的安装

10 2月01 1月 by test16604225

python下大多数工具包的安装都很简单,只需要执行 “python setup.py insta […]

Continue reading
Posted in 未分类 · Leave a comment

rhel6.5上vim最新版的安装并增加对python2.7.5的支持

10 2月10 11月 by test16604225

git上的很多vim插件,都需要vim的高版本,而rhel6.5默认安装的vim为7.2,要使vim支持这些插 […]

Continue reading
Posted in Python · Tagged python · Leave a comment

python学习笔记

10 2月10 11月 by test16604225

大多数 linux 发布版本在默认安装的情况下就已经提供了 python。在命令行下测试一下python,就可 […]

Continue reading
Posted in Python · Tagged python · Leave a comment

redhat升级python到2.7.6

10 2月10 11月 by test16604225

从今天开始学习python!看了一下虚拟机redhat中的python,发现还是原生的2.4.3,所以决定升级 […]

Continue reading
Posted in Python · Leave a comment

python程序在linux主机运行的注意事项

10 2月10 11月 by test16604225

原本在win上写的一些python脚本,有了真正的linux主机以后,上传上去竟然不能运行,找了很多资料,请教 […]

Continue reading
Posted in Python · Leave a comment

ubuntu下python版本问题

10 2月10 11月 by test16604225

ubuntu10.04下默认已装了python2.6.5,我现在想换python3.1,可装了之后还是识别为p […]

Continue reading
Posted in Python · Leave a comment

文博的python教程

10 2月01 1月 by test16604225

作者:文博 谨以此献给给予我生命、扶持我成长、帮助我、关注我、指导我、伴随我的各类人们以linux狂热分子、l […]

Continue reading
Posted in 未分类 · Leave a comment

ubuntu10.04安装stacklesspython运行高性能服务器

10 2月01 1月 by test16604225

以下”#”开头是ubuntu终端命令 1。首先安装ubuntu 10.04 2。修改r […]

Continue reading
Posted in 未分类 · Leave a comment

python编写cgi程序

10 2月01 1月 by test16604225

把页面中输入的数据通过python编写的cgi程序存储在一个文件中,并能够再读取显示到控件中! 我是个新手 对 […]

Continue reading
Posted in 未分类 · Leave a comment

请教如何用python编写一个程序显示服务器当前时间

10 2月01 1月 by test16604225

如题 请高手指点:0)1

Continue reading
Posted in 未分类 · Leave a comment

请教如何用python编写一个网页显示服务器当前时间

10 2月01 1月 by test16604225

使用python编写一个页面,显示服务器当前时间,并在页面上保持走时状态 (每秒)。 :time:1

Continue reading
Posted in 未分类 · Leave a comment

我的第一个在linux中的极为简单的python脚本

10 2月01 1月 by test16604225

看了将近10章的《简明python教程》,终于到了可以写脚本的时候。可是按照例子写了半天也没有办法运行,总是出 […]

Continue reading
Posted in 未分类 · Leave a comment

python实现linux下面按名字kill掉进程

10 2月01 1月 by test16604225

linux下面按进程的命令名字kill掉进程稍稍有点麻烦,就用python写了一个简单的小工具,不过目前这个工 […]

Continue reading
Posted in 未分类 · Leave a comment

ubuntu中安装python编辑器ulipad

10 2月10 11月 by test16604225

由于在windows中使用ulipad一段时间了,尤其对于python代码的编辑功能,我觉得目前还没有一款别的 […]

Continue reading
Posted in Python · Leave a comment

ubuntu下编写pythonc++扩展

10 2月10 11月 by test16604225

#include “python.h”pyobject* hello(pyobject […]

Continue reading
Posted in Python · Leave a comment

python入门教程

10 2月10 11月 by test16604225

我在别的网站找到的python教程 是linux下编程的好语言 和大家分享一下 [ 本帖最后由 growth兆 […]

Continue reading
Posted in Python · Leave a comment

pythoncookbook2ed

10 2月10 11月 by test16604225

学习python语言的一本不错的书籍阿 现在和大家一起分享下。 我收集和还有很多呢,想看的话告诉我一声吧 [ […]

Continue reading
Posted in Python · Leave a comment

文章导航

Previous 1 … 233 234 235 236 237 238 239 240 241 242 243 … 260 Next

近期文章

  • 15款互联网人必备的AI工具,效率提升2倍
  • 多个ChatGPT通用指令
  • Python采集biaozhun政府文件
  • TensorFlow库:Python中的深度学习
  • python 本地密码管理应用

近期评论

  • helenadmin发表在《Python采集biaozhun政府文件》
  • helenadmin发表在《写给程序员的一封公开信》
  • Google发表在《About Me》
  • helenadmin发表在《ES(ElasticSearch)分布式全文搜索引擎及使用方式》
  • buy viagra发表在《About Me》

文章归档

  • 2024年12月
  • 2024年9月
  • 2024年6月
  • 2024年5月
  • 2024年3月
  • 2024年2月
  • 2024年1月
  • 2023年12月
  • 2023年11月
  • 2023年10月
  • 2023年9月
  • 2023年8月
  • 2023年7月
  • 2023年6月
  • 2023年5月
  • 2023年4月
  • 2023年3月
  • 2023年2月
  • 2023年1月
  • 2022年12月
  • 2022年8月
  • 2022年7月
  • 2022年6月
  • 2022年5月
  • 2022年4月
  • 2022年3月
  • 2022年2月
  • 2022年1月
  • 2021年12月
  • 2021年11月
  • 2021年10月
  • 2021年9月
  • 2021年8月
  • 2021年7月
  • 2021年6月
  • 2021年5月
  • 2021年4月
  • 2021年3月
  • 2021年1月
  • 2020年12月
  • 2020年11月
  • 2020年10月
  • 2020年9月
  • 2020年8月
  • 2020年7月
  • 2020年6月
  • 2020年5月
  • 2020年4月
  • 2020年3月
  • 2020年2月
  • 2020年1月
  • 2019年12月
  • 2019年11月
  • 2019年10月
  • 2019年9月
  • 2019年8月
  • 2019年7月
  • 2019年6月
  • 2019年5月
  • 2019年4月
  • 2019年3月
  • 2019年2月
  • 2019年1月
  • 2018年12月
  • 2018年11月
  • 2018年10月
  • 2018年9月
  • 2018年7月
  • 2018年6月
  • 2018年3月
  • 2018年2月
  • 2018年1月
  • 2017年12月
  • 2017年11月
  • 2017年10月
  • 2017年9月
  • 2017年8月
  • 2017年7月
  • 2017年6月
  • 2017年5月
  • 2017年4月
  • 2017年3月
  • 2017年1月
  • 2016年12月
  • 2016年11月
  • 2016年10月
  • 2016年9月
  • 2016年8月
  • 2016年7月
  • 2016年6月
  • 2016年5月
  • 2016年4月
  • 2016年3月
  • 2016年2月
  • 2015年8月
  • 2015年7月
  • 2015年6月
  • 2015年5月
  • 2014年7月
  • 2014年6月
  • 2014年5月
  • 1970年1月

分类目录

  • Database
  • focus—-实时热搜
  • IC设计
  • js&jquery
  • PHP
  • Python
  • 新技术研习
  • 服务器相关技术
  • 算法
  • 缓存技术
  • 随笔

功能

  • 注册
  • 登录
  • 文章RSS
  • 评论RSS
  • WordPress.org
© 2025 charlie笔记 ·
程序猿 散文朗诵 鬼故事 佛学网