- 博客(7)
- 资源 (24)
- 论坛 (1)
- 收藏
- 关注
原创 使用cx_Oracle 查询Oracle数据库将数据写入csv
cx_Oracle 查询并将数据写入csvimport sysimport csvimport cx_Oracledef connect_db() try: db = cx_Oracle.connect('username/password@ip:port/sid') cr = db.cursor() printHeader = ...
2020-04-16 10:35:46
308
原创 Linux 批量重命名-修改配置文件 shell 命令
批量重命名:添加前缀depuser@TSDEP61:/csdn$ ls1.txt 2.txt 3.txt 4.txt 5.txtdepuser@TSDEP61:/csdn$ for i in `ls`; do mv -f $i `echo "text_"$i`; donedepuser@TSDEP61:/csdn$ lstext_1.txt text_2.txt text_3...
2020-04-14 10:58:33
235
原创 python 脚本程序监控linux服务器(程序自启)
查询某个服务是否在后台运行#!/usr/bin/env pythonimport subprocessimport datetimeimport reimport sysimport osres = subprocess.Popen("id root",stdout=subprocess.PIPE,shell=True)output_lines=res.stdout.readlin...
2020-04-06 20:44:45
164
转载 Cython+Pyinstaller Python编译与打包
Cython+Pyinstaller Python编译与打包示例项目结构:➜ cpdemo tree.|-- libs| |-- A| | `-- a.py| `-- B| `-- b.py`-- setup |-- build_pyd.py `-- main.py总共四个文件,A 和 B分别是两个类,其中mian.py 引用a,...
2020-04-06 17:08:29
1205
原创 python pyinstaller 打包项目
1. pyinstaller安装pyinstaller:wgethttp://www.pyinstaller.org/static/source/1.5/pyinstaller-1.5.tar.bz2tarjvxf pyinstaller-1.5.tar.bz2./Configure.py打包程序:先运行:./Makespec.py–onefile yourprogram.py默认会...
2020-04-05 10:26:22
405
原创 python web框架 flask与 sanic
#!/usr/bin/env python# -*- coding: utf-8 -*-from flask import Flask,requestimport os,sys,commands reload(sys) sys.setdefaultencoding('utf-8') app = Flask(__name__)@app.route('/')def hello_wo...
2020-04-04 20:31:42
263
pyspark_ml_pipeline_DecisionTreeClassifier_RF数据集
2018-08-20
基于RFM模型实现的零售精准营销响应预测系统数据
2018-11-01
文本识别opencv-text-recognition
2018-10-16
华为通用表格识别格式化成excel
2020-03-20
LC算法python实现.zip
2019-11-08
psf2otf_circShift函数.zip
2019-07-23
基于RFM模型实现的零售精准营销响应预测系统代码
2019-02-15
工业生产流程的数据分析预测
2018-08-29
基于聚类(Kmeans)算法实现客户价值分析系统(电信运营商)
2018-08-20
基于聚类(Kmeans)算法实现的客户价值分析系统data
2018-08-18
基于NLP自然语言构建的文档自动分类_test_data _stopwords
2018-08-18
从新闻网站点击流中挖掘
2018-08-15
卷积神经网络实现数字识别数据
2018-08-14
基于Kaggle的经典AI项目——数据集
2018-08-09
shape_predictor_68_face_landmarks和dlib
2018-08-08
SongpingWang的留言板
发表于 2020-01-02 最后回复 2020-05-06
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人 TA的粉丝