上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 135 下一页
http://www.cnblogs.com/huangcong/archive/2011/08/29/2158268.html s.strip() .lstrip() .rstrip(',') 去空格及特殊符号复制字符串Python1 #strcpy(sStr1,sStr2)2 sStr... Read More
posted @ 2012-10-23 16:58 adodo1 Views(117) Comments(0) Diggs(0)
日前在CentOS上搭建测试环境时候,遇到需要升级python版本的情况,于是就记录了整个升级的过程: 在CentOS5中自带的Python版本是2.4,但是目前许多基于Python的应用软件要求的Python版本应要高于2.4。升级 python版本的时候千万不能卸载python 2.4,再安装... Read More
posted @ 2012-10-23 09:42 adodo1 Views(143) Comments(0) Diggs(0)
日前在CentOS上搭建测试环境时候,遇到需要升级python版本的情况,于是就记录了整个升级的过程: 在CentOS5中自带的Python版本是2.4,但是目前许多基于Python的应用软件要求的Python版本应要高于2.4。升级 python版本的时候千万不能卸载python 2.4,再安装... Read More
posted @ 2012-10-23 09:42 adodo1 Views(209) Comments(0) Diggs(0)
http://wangye.org/blog/archives/629/ 今天准备将某SQLite数据库的内容导出到文本文档(*.txt)中,设计的Python程序如下: # -*- coding: UTF-8 -*-import sqlite3 def gsel(cur): cur.... Read More
posted @ 2012-10-22 23:30 adodo1 Views(186) Comments(0) Diggs(0)
http://wangye.org/blog/archives/629/ 今天准备将某SQLite数据库的内容导出到文本文档(*.txt)中,设计的Python程序如下: # -*- coding: UTF-8 -*-import sqlite3 def gsel(cur): cur.... Read More
posted @ 2012-10-22 23:30 adodo1 Views(155) Comments(0) Diggs(0)
1)下载格式化工具 http://lacusveris.com/PythonTidy/index.shtml http://lacusveris.com/PythonTidy/PythonTidy-1.23.python 改名为pyformat.py并赋予可执行权限 2)... Read More
posted @ 2012-10-22 12:24 adodo1 Views(178) Comments(0) Diggs(0)
1)下载格式化工具 http://lacusveris.com/PythonTidy/index.shtml http://lacusveris.com/PythonTidy/PythonTidy-1.23.python 改名为pyformat.py并赋予可执行权限 2)... Read More
posted @ 2012-10-22 12:24 adodo1 Views(719) Comments(0) Diggs(0)
我们都知道,在 Windows 上面,我们要么让一个程序作为服务在后台一直运行,要么停止这个服务。而不能让程序在前台后台之间切换。而 Linux 提供了 fg 和 bg 命令,让我们轻松调度正在运行的任务。 假设你发现前台运行的一个程序需要很长的时间,但是需要干其他的事情,你就可以用 Ctrl-Z... Read More
posted @ 2012-10-17 12:19 adodo1 Views(146) Comments(0) Diggs(0)
我们都知道,在 Windows 上面,我们要么让一个程序作为服务在后台一直运行,要么停止这个服务。而不能让程序在前台后台之间切换。而 Linux 提供了 fg 和 bg 命令,让我们轻松调度正在运行的任务。 假设你发现前台运行的一个程序需要很长的时间,但是需要干其他的事情,你就可以用 Ctrl-Z... Read More
posted @ 2012-10-17 12:19 adodo1 Views(129) Comments(0) Diggs(0)
在VS2010中使用ESRI出现的问题 在利用arcengine开发wpf项目时遇到编译错误: ESRI.Arcgis.esrisystem.AoInitializeClass has no constructors defined... Interop type 'ESRI.Arcgis.e... Read More
posted @ 2012-10-12 09:00 adodo1 Views(279) Comments(0) Diggs(0)
上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 135 下一页