Vallzey的博客
这是Vallzey的个人博客

首页 时间轴 标签 分类 音乐
Search
Vallzey的博客
关于pandas的使用 2018-10-20|python
初始化数据1df = pd.DataFrame(list(project_info.find())) 删除字段1del df['_id'] 选择需要显示的字段1df = data[['aear','cate','subcate','name','maxmoney','minmoney','tim ...
Read more
selenium的使用 2018-10-12|python
selenium的一些使用Simple test1234567891011import timefrom selenium import webdriverdriver = webdriver.Chrome('/path/to/chromedriver') # Optional argument, ...
Read more
STL标准模版库 2018-08-09|C/C++
string 可以通过printf输出 12string str = "abcd";printf("%s\n",str.c_str()) It can use operator ‘+’ to add two string variable 12stirng str1 = "abc", str2 = ...
Read more
logging的使用 2018-07-04|python
A simple example the default log of level is WARNING123import logginglogging.warning('Watch out!') # will print a message to the consolelogging.info( ...
Read more
关于tcp客户端 2018-07-04|计算机网络
关于tcp客户端请求代码123456789101112131415161718192021222324252627282930# -*- coding: UTF-8 -*-'''发送一个TCP请求总是需要1. 建立client2. 建立链接3. 发送数据4. 接收数据'''import socket ...
Read more
markdown使用方法 2018-07-04|随笔
1. 书写数学公式 1. 希腊字母$ $ 语法 符号 \alpha $ \alpha $ \beta $ \beta $ \gamma $ \gamma $ \Gamma $ \Gamma $ \delta $ \delta $ \epsilon $ \epsilon ...
Read more
配置zsh 2018-07-04|操作系统
Linux安装及配置 zsh1、安装zsh 1sudo apt-get install zsh 2、把默认的 Shell 改成 zsh 1chsh -s /bin/zsh 注意:不要使用 sudo。 3、安装 Git 1sudo apt-get install git 4、安装 oh-my-z ...
Read more
Ubuntu桌面快捷设置 2018-07-03|系统命令
Ubuntu桌面快捷位置1cd /usr/share/applications 使用gedit创建文件1sudo gedit navicat.desktop 文件格式 例子1 12345678910[Desktop Entry]Encoding=UTF-8Name=NavicatComment ...
Read more
Linux常用命令(长期更新) 2018-06-06|系统命令
Ubuntu下的一些命令nmap 扫描所有的局域网IP1nmap -v -sP 10.1.18.0/24 display service(显示服务)**1234# Temporarily turn off the display servicesudo service lightdm stop ...
Read more
对比Vector、ArrayList、LinkedList 2018-05-22|Java
对比Vector、ArrayList、LinkedList有何区别? 我们在日常的工作中,能够高效地管理和操作数据是非常重要的。由于每个编程语言支持的数据结构不尽相同,比如我最早学习的 C 语言,需要自己实现很多基础数据结构,管理和 操作会比较麻烦。相比之下, Java 则要方便的多,针对通用场景的 ...
Read more
1…345

Vallzey

这是Vallzey的个人博客

Articles

48

Tags

15

Categories

10

Add to bookmark
Announcement
感謝訪問本站,若喜歡請收藏 ^_^
Recent Post
记录Kylin构建Cube过程
2019-08-20
常见面试题
2019-08-20
hive总结
2019-08-20
hbase总结
2019-08-19
Hadoop的调度器
2019-08-02
Categories
  • C/C++3
  • Java8
  • python8
  • 大数据7
  • 开发1
  • 操作系统4
  • 数据库4
  • 系统命令6
  • 计算机网络2
  • 随笔5
Tags
Hadoop Linux Mac MySQL TCP github http markdown mongodb python模块 redis 大数据 系统 系统命令 随笔
Archives
  • 2019年08月5
  • 2019年07月5
  • 2019年05月1
  • 2019年04月4
  • 2019年03月2
  • 2019年02月3
  • 2019年01月1
  • 2018年10月6
  • 2018年08月2
  • 2018年07月8
  • 2018年06月1
  • 2018年05月3
  • 2018年04月2
  • 2018年03月3
  • 2018年02月2
Info
Article :
48
Run time :
UV :
PV :
©2018 - 2020 By Vallzey
Driven Hexo|Theme Butterfly
Hi, welcome to my blog!
简
Local search

Powered by hexo-generator-search