VSFTP有登录用户权限,上传用户所属问题下载并安装Pure-ftpdyum安装yuminstallepel-releaseyuminstallpure-ftpd修改配置文件/etc/pure-ftpd/vim/usr/local/pureftpd/etc/pure-ftpd.confChrootEveryoneyesBrokenClientsCompatibilitynoMaxClientsNu
分类:
其他好文 时间:
2020-05-12 09:13:57
阅读次数:
61
Given a string s and a string t, check if s is subsequence of t. You may assume that there is only lower case English letters in both s and t. t is po ...
分类:
其他好文 时间:
2020-05-11 13:14:30
阅读次数:
81
A Binary Search Tree (BST) is recursively defined as a binary tree which has the following properties: The left subtree of a node contains only nodes ...
分类:
其他好文 时间:
2020-05-11 01:23:35
阅读次数:
61
方式一:RDB ''' save(同步) 1 客户端执行save命令 》redis服务端 》同步创建RDB二进制文件 2 会造成redis的阻塞(数据量非常大的时候) 3 文件策略:如果老的RDB存在,会替换老的 4 复杂度 o(n) ''' ''' bgsave(异步,Backgroud savi ...
分类:
其他好文 时间:
2020-05-09 23:02:48
阅读次数:
90
错误信息 最近将测试环境做了迁移,发现在执行某一条未作任何改动的sql时,出现如下错误: ### Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Expression #7 of SELECT list is not ...
分类:
数据库 时间:
2020-05-09 20:52:48
阅读次数:
86
1、项目的主要运行代码 HostFactory.Run(x => { x.RunAsLocalSystem(); x.SetDescription("topshelf测试"); x.SetDisplayName("topshelftest"); x.SetServiceName("topshelft ...
分类:
编程语言 时间:
2020-05-09 17:13:00
阅读次数:
66
前段时间,同事要我帮忙弄个浏览器调用摄像头拍照的demo给客户,一想,这个简单,直接上代码: 1 <video id="video" autoplay width="300" height="400"></video> 2 <canvas id="canvas" width="300" height ...
分类:
Web程序 时间:
2020-05-08 13:13:33
阅读次数:
337
Linux网络配置 使用DHCP自动获取IP 终端中执行: vim /etc/sysconfig/network-scripts/ifcfg-ens33 修改 TYPE=Ethernet PROXY_METHOD=none BROWSER_ONLY=no BOOTPROTO=dhcp DEFROUT ...
分类:
系统相关 时间:
2020-05-07 15:48:13
阅读次数:
85
如果 Elasticsearch 集群有多个节点,分发 Kibana 节点之间请求的最简单的方法就是在 Kibana 机器上运行一个 Elasticsearch 协调(Coordinating only node) 的节点。Elasticsearch 协调节点本质上是智能负载均衡器,也是集群的一部分 ...
分类:
其他好文 时间:
2020-05-06 18:16:27
阅读次数:
290
什么是NoSQL NoSQL,指的是非关系型的数据库。NoSQL有时也称作Not Only SQL的缩写,是对不同于传统的关系型数据库的数据库管理系统的统称,它具有非关系型、分布式、不提供ACID的数据库设计模式等特征。 NoSQL用于超大规模数据的存储。(例如谷歌或Facebook每天为他们的用户 ...
分类:
数据库 时间:
2020-05-06 12:25:37
阅读次数:
78