Stella981 Stella981
3年前
HGDB wal文件产生量统计
目录环境文档用途详细信息环境系统平台:Linuxx86RedHatEnterpriseLinux5,Linuxx86RedHatEnterpriseLinux6,Linuxx86SLES11,Linuxx8664RedHatEnterpriseLinux5,Linuxx8664RedH
Wesley13 Wesley13
3年前
005 python接口 session
!(https://oscimg.oschina.net/oscnet/68f4adce5843bed6c8614e63961e5283ddf.jpg)/时间:2018/09/22功能:session目录:  一:session1概念2
Easter79 Easter79
3年前
TP5+PHPexcel导入xls,xlsx文件读取数据
首先:在extend里面引入PHPexcel文件,直接根目录导入进去!(https://static.oschina.net/uploads/space/2018/0313/143438_OynF_3360064.png)html创建上传按钮<formclass"layuiform"method"post"action
Stella981 Stella981
3年前
Django学习笔记
1\.djangoadmin.pystartprojectmysite2\.pythonmanage.pyhelp3\.pythonmanage.pyrunserver4\.python搜索路径为sys.path,运行时可追加目录至sys.path5\.python模板使用:\fromdjangoim
Stella981 Stella981
3年前
Linux文件系统
Linux中的文件类型:  一般文件    目录文件  d  链接文件  l  块文件    b  字符文件   c  socket文件 s  管道      pLinux中的文件属性:  运行 lsl!(http:
Stella981 Stella981
3年前
React生产环境打包&&后台环境运行(有跨域+无跨域)
(1)打包项目1、yarnrunbuild或者2、npmrunbuild  打包后,webpack会自动在根目录生成build文件,里面存放着相关文件  !(https://img2020.cnblogs.com/blog/1291869/202004/1291869202004101706415171581206162.
Stella981 Stella981
3年前
Hadoop 2.7.4 HDFS+YRAN HA删除datanode和nodemanager
当前集群主机名称IP地址角色统一安装目录统一安装用户shtsgmhadoopnn01172.16.101.55namenode,resourcemanager/usr/local/hadoop(软连接)/usr/local/hadoop2.7.4/usr/lo
Wesley13 Wesley13
3年前
activiti
1、解压到tomcat把activiti5.18.0\\wars\\activitiexplorer.war在tomcat7的webapps目录下解压为 activitiexplorer!(https://static.oschina.net/uploads/space/2017/0908/140821_iXro_
Stella981 Stella981
3年前
Shell备份数据库到文件,自动删除过期备份文件
刚工作那会写的备份数据库脚本!/bin/shauthor:Kamimysqldump文件的路径MYSQLDUMP/usr/bin/mysqldump保存备份文件的目录BACKUP/var/backup/数据库账号USER""
Stella981 Stella981
3年前
Servlet学习笔记
目录数据共享关于ServletContext接口关于Cookie类关于HttpSession接口关于HttpServletRequest接口数据共享1.什么是数据共享?比如:OneServlet工作完毕后,将产生的数据交给TwoServlet使用