1 import pandas 2 excel=pandas.read_excel('填充数据.xlsx',header=3,index_col='id') 3 excel['mutiply']=excel['store']*0.5 4 for i in excel.index: 5 excel[' ...
                            
                            
                                分类:
其他好文   时间:
2020-06-08 12:47:27   
                                阅读次数:
82
                             
                    
                        
                            
                            
                                Mars Facts for Kids Magic School bus ...
                            
                            
                                分类:
其他好文   时间:
2020-06-06 23:14:24   
                                阅读次数:
54
                             
                    
                        
                            
                            
                                背景接到生产业务需求,需要在线扩容ES集群且不能影响数据安全性,经过对Elasticsearch角色的分析,发现直接扩容Data节点最简单而且能满足需求。备注:原来ES集群3节点dim角色默认都开启了。原节点信息[root@188_33_centos~]#curl192.168.188.33:9200/_cat/nodes192.168.188.33519830.230.200.17dim-es-
                            
                            
                                分类:
其他好文   时间:
2020-06-05 16:42:29   
                                阅读次数:
86
                             
                    
                        
                            
                            
                                    一、ODS层ODS 全称是 Operational Data Store,一般对应的是操作性数据存储,直接面向主题的,也叫数据运营层,通常是最接近数据源中数据的一层,数据源中的数据,经过抽取、洗净、传输,也就是通常说的 ETL 之后的数据存入本层。本层的数据,总体上大多是按照源头业务系统的分类方式而 ...
                            
                            
                                分类:
其他好文   时间:
2020-06-04 14:09:23   
                                阅读次数:
125
                             
                    
                        
                            
                            
                                    目标:将vuex的使用文件分离。一般按状态state,获取state,同步修改state,异步修改state 分离 vuex存放目录: store/index.js /* * @Author: lingxie * @Date: 2020-04-23 13:35:57 * @Descripttion: ...
                            
                            
                                分类:
其他好文   时间:
2020-06-04 13:52:16   
                                阅读次数:
82
                             
                    
                        
                            
                            
                                    前言: 目前项目开发中上传功能很多都是使用云存储,其好处太多这里就不列举了。但是在上传成功后,有些功能场景下需要对存储桶内的文件进行管理。自然把历史的文件列表展示出来就很有必要了。然后有列表就有分页,云存储又不像本地存储直接读文件夹就可以,所以我想了两种方法来解决。 方法: 1. 将上传的文件返回的 ...
                            
                            
                                分类:
其他好文   时间:
2020-06-04 10:27:24   
                                阅读次数:
54
                             
                    
                        
                            
                            
                                题目如下: Given the array candies and the integer extraCandies, where candies[i] represents the number of candies that the ith kid has. For each kid check ...
                            
                            
                                分类:
其他好文   时间:
2020-06-03 23:40:35   
                                阅读次数:
99
                             
                    
                        
                            
                            
                                参考文章: https://www.jianshu.com/p/29b44e3b62ed 1 cd ~ 2 mv .itmstransporter/ .old_itmstransporter/ 备份原文件.itmstransporter/到.old_itmstransporter/ 3 rm -rf ...
                            
                            
                                分类:
移动开发   时间:
2020-06-02 13:27:54   
                                阅读次数:
186
                             
                    
                        
                            
                            
                                    Given a 32-bit signed integer, reverse digits of an integer. Example 1: Input: 123 Output: 321 Example 2: Input: -123 Output: -321 Example 3: Input: 1 ...
                            
                            
                                分类:
其他好文   时间:
2020-06-01 13:37:24   
                                阅读次数:
62
                             
                    
                        
                            
                            
                                    Given the array candies and the integer extraCandies, where candies[i] represents the number of candies that the ith kid has. For each kid check if th ...
                            
                            
                                分类:
其他好文   时间:
2020-06-01 13:35:45   
                                阅读次数:
64