react-native环境配置
摘要:一、Android SDK的下载与安装 https://www.cnblogs.com/nebie/p/9145627.html 二、Android开发之基于AndroidStudio环境搭建和工程创建 https://www.cnblogs.com/ludashi/p/4796416.html 三
阅读全文
Ubuntu使用总结一
摘要:一、安装 Ubuntu桌面版与服务器版的不同之处桌面版面向个人电脑使用者,可以进行文字处理、网页浏览、多媒体播放和玩游戏。本质上说,这是一 个为普通用户所定制的多用途操作系统。另一方面,服务器版旨在充当web服务器, 二、安装服务器及虚拟环境pycharm 1、选择ubuntu server版本 +
阅读全文
ES6的一些知识学习
摘要:一、基础 ES6 - 类: class A{ constructor(name,color){ this.name = name; this.color = color; } toString(){ console.log('name:'+this.name+'color:'+this.color)
阅读全文
openpyxl工具总结
摘要:1、openpyxl使用 涉及到单元格合并、赋值 ''' 1.格式转换 raw_data create_data boolean Bool uint8 UInt8 int8 Int8 uint16 UInt16 int16 Int16 uint32 UInt32 int32 Int32 2.定点数数
阅读全文
CentOS7虚拟机克隆,且成功互ping
摘要:第一步:克隆 https://blog.csdn.net/mijichui2153/article/details/80918285 打开VMware,确认已经完成安装配置的CentOS7虚拟机在关闭状态。 右键点击虚拟机,选择“管理”、“克隆” 原始虚拟机名称为“init”,IP地址为“172.2
阅读全文
linux 部署
摘要:一、d2 安装之后的配置 centos系统安装后的基本配置: 1.常用软件安装: yum install -y bash-completion vim lrzsz wget expect net-tools nc nmap tree dos2unix htop iftop iotop unzip t
阅读全文
CentOS7.4部署Python3+Django+uWSGI+Nginx
摘要:CentOS7.4部署Python3+Django+uWSGI+Nginx http://www.showerlee.com/archives/2590
阅读全文
centos安装实用总结
摘要:1.常用软件安装: yum install -y bash-completion vim lrzsz wget expect net-tools nc nmap tree dos2unix htop iftop iotop unzip telnet sl psmisc nethogs glances
阅读全文
好用的工具
摘要:5. Python通过pypyodbc访问Access数据库https://blog.csdn.net/jisuanjiguoba/article/details/73163721 8. python 字符串组成MySql 命令时,字符串含有单引号或者双引号导致出错解决办法https://www.c
阅读全文
linux_wget 使用
摘要:一、Linux之安装软件之wget安装方法使用 https://www.cnblogs.com/peida/archive/2013/03/18/2965369.html 一、Linux之安装软件之wget安装方法使用 一、Linux之安装软件之wget安装方法使用 https://www.cnbl
阅读全文