xmanman

导航

 

2019年8月9日

摘要: step1:设置映射关系 编辑:C:\Windows\System32\drivers\etc\HOSTS 增加:127.0.0.1 tpblog.cn step2:编辑apache配置文件 httpd.conf 最末尾增加:因为我这边是8081端口,自行对应修改 访问路径: http://tpbl 阅读全文
posted @ 2019-08-09 19:58 xmanman 阅读(236) 评论(0) 推荐(0)
 

2019年8月6日

摘要: 1、设置代码提示忽略大小写 2、代码快速提醒 第一步: 第二步: 3、设置错误检查提示级别,改成输入错误提醒 4、下划线去掉,不让提醒,看着太烦了 5、字体类型,大小设置,看自己偏好 6、设置变量快捷键声明,我这边习惯用alt + 1 7、光标移到下一行的开始位置, 快捷键 shift + ente 阅读全文
posted @ 2019-08-06 23:53 xmanman 阅读(311) 评论(0) 推荐(0)
 

2019年8月5日

摘要: 列转行: 原始数据格式: Index(['线体', '项目', '属性', '明细', '7/1', '7/2', '7/3', '7/4', '7/5', '7/6', '7/7','7/8', '7/9', '7/10', '7/11', '7/12', '7/13', '7/14', '7/1 阅读全文
posted @ 2019-08-05 11:14 xmanman 阅读(243) 评论(0) 推荐(0)
 

2019年8月2日

摘要: import pandas as pdfrom GZKT.produce import Common as utilimport sysutil.logger('程序开始时间')#第一步:使用pandas读取excelio = pd.io.excel.ExcelFile('E://广东空调/test 阅读全文
posted @ 2019-08-02 18:01 xmanman 阅读(2320) 评论(0) 推荐(0)
 

2019年8月1日

摘要: //元素选择 $(this).hide(); $("p.test") //隐藏所有class="test"的<p>元素 $("p:first") //选取第一个<p>元素 $("a[target='_blank']") ///选取所有target属性值等于"_bLank"的<a>元素 //文档就绪事 阅读全文
posted @ 2019-08-01 16:46 xmanman 阅读(106) 评论(0) 推荐(0)
 
摘要: 笼统的文字总结一下: 根据发展演进其实应该是下面顺序: 数据库 -> 数据仓库 -> 数据湖 |数据集市| 阶段一(应用系统独立数据库): 各个业务应用系统依赖数据库,起到收集数据的作用。 阶段二(数据挖掘收集数据):oltp和olap的比较 业务应用都是相对独立的单元主题,需要将各个应用系统的数据 阅读全文
posted @ 2019-08-01 12:38 xmanman 阅读(265) 评论(0) 推荐(0)
 

2019年7月30日

摘要: 80个Python练手项目列表 https://www.shiyanlou.com/questions/102676/?utm_source=baidu&utm_medium=cpc&utm_campaign=python&utm_term=keywords&renqun_youhua=417274 阅读全文
posted @ 2019-07-30 16:05 xmanman 阅读(158) 评论(0) 推荐(0)
 

2019年7月22日

摘要: 前提,两台机器的ip在同一个域下面 1.需要在linux上安装cifs工具 rpm -ivh cifs-utils-6.2-10.el7.x86_64.rpm 2、在windows上创建共享文件夹 共享 高级共享 3、linux上创建共享目录 mkdir -p /app/share_test sud 阅读全文
posted @ 2019-07-22 13:17 xmanman 阅读(246) 评论(0) 推荐(0)
 

2019年5月9日

摘要: Linux 安装python3.7.0 我这里使用的时centos7-mini,centos系统本身默认安装有python2.x,版本x根据不同版本系统有所不同,可通过 python --V 或 python --version 查看系统自带的python版本 有一些系统命令时需要用到python2 阅读全文
posted @ 2019-05-09 10:28 xmanman 阅读(2564) 评论(0) 推荐(0)
 

2019年5月7日

摘要: <!DOCTYPE html><html> <head> <meta charset="utf-8"> <title></title> <link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/cs 阅读全文
posted @ 2019-05-07 00:45 xmanman 阅读(210) 评论(0) 推荐(0)