ftp> put /root/20180711tmp.txt /cc.txt local: /root/20180711tmp.txt remote: /cc.txt 200 PORT command successful. Consider using PASV. 553 Could not cr ...
分类:
其他好文 时间:
2018-07-11 19:50:23
阅读次数:
189
一、离线缓存的起因。 HTML5之前的网页,都是无连接,必须联网才能访问,这其实也是web的特色,这其实对于PC是时代问题并不大,但到了移动互联网时代, 设备终端位置不再固定,依赖无线信号,网络的可靠性变得降低,比如坐在火车上,过了一个隧道(15分钟),便无法访问网站,十分不便。 而离线web应用允 ...
分类:
Web程序 时间:
2018-07-11 10:34:04
阅读次数:
194
最近用hibernate作数据库查询,结果遇到问题: org.hibernate.QueryException: could not resolve property: ‘mStation’of 经过各个步骤检查,还是没找到方法。 在此,整理一下这个问题的导致可能原因: 一、排查HQL语句中的类字段 ...
分类:
数据库 时间:
2018-07-10 20:12:14
阅读次数:
203
Could not find com.android.tools.build:aapt2:3.2.0-alpha14-4748712. ...
分类:
移动开发 时间:
2018-07-10 14:44:00
阅读次数:
1106
记录Appium使用过程中的几个问题: 1、重新运行时出现selenium.common.exceptions.SessionNotCreatedException: Message: A new session could not be created. (Original error: Requ ...
分类:
移动开发 时间:
2018-07-09 23:15:41
阅读次数:
298
Could not resolve placeholder 'from' in string value "${from}" 解决: 在spring的xml配置文件中当有多个*.properties文件需要加载时, 应当集中在一个xml文件中加载,建议在主xml文件中加载,即(application ...
分类:
编程语言 时间:
2018-07-09 11:03:30
阅读次数:
6859
A palindrome partition is the partitioning of a string such that each separate substring is a palindrome. For example, the string "ABACABA" could be p ...
分类:
其他好文 时间:
2018-07-08 20:11:12
阅读次数:
149
本系列文章将介绍 Docker的相关知识: (1)Docker 安装及基本用法 (2)Docker 镜像 (3)Docker 容器的隔离性 - 使用 Linux namespace 隔离容器的运行环境 (4)Docker 容器的隔离性 - 使用 cgroups 限制容器使用的资源 (5)Docker ...
分类:
其他好文 时间:
2018-07-08 11:48:50
阅读次数:
240
Reverse a singly linked list. Example: Follow up: A linked list can be reversed either iteratively or recursively. Could you implement both? ...
分类:
编程语言 时间:
2018-07-08 11:15:50
阅读次数:
154
apache版本: 先说最终解决办法吧: 将/etc/httpd/conf.d/目录下的virtual.conf里面的具体服务器IP改为*号即可。 解决过程: 1、apache启动时发现报错: Starting httpd: httpd: Could not reliably determine t ...
分类:
Web程序 时间:
2018-07-08 00:31:47
阅读次数:
198