[^_^]: ( coding: utf 8 ) [^_^]: ( @Author: yang zhou) [^_^]: ( @Date: 2018 02 10 11:07:24) [^_^]: ( @Last modified by: yang zhou) [^_^]: ( @Last Modif ...
分类:
其他好文 时间:
2018-02-10 14:00:12
阅读次数:
218
转载自:http://blog.csdn.net/yangbutao/article/details/12242441 一、 设计理念 1. 空间换时间 1) 多级缓存,静态化 客户端页面缓存(http header中包含Expires/Cache of Control,last modified( ...
分类:
其他好文 时间:
2018-01-29 18:23:10
阅读次数:
195
301 Move Permanently 302 Fond 303 See Other 304 Not Modified 307 Temporary Redirect 401 Unauthorizied 403 Forbidden 404 Not Found 500 Internal Server ...
分类:
其他好文 时间:
2018-01-29 11:41:14
阅读次数:
159
Therefore, please perform the next steps after the hostname was updated/changed/modified in the Oracle Restart configuration: 1) Configure the CSS & O ...
分类:
数据库 时间:
2018-01-27 17:17:57
阅读次数:
200
PS:有时候你发现用root权限都不能修改某个文件,大部分原因是曾经用chattr命令锁定该文件了。chattr命令的作用很大,其中一些功能是由Linux内核版本来支持的,不过现在生产绝大部分跑的linux系统都是2.6以上内核了。通过chattr命令修改属性能够提高系统的安全性,但是它并不适合所有 ...
分类:
系统相关 时间:
2018-01-26 14:04:16
阅读次数:
189
Today I’d like to share with you my findings about how an existing .apk file can be modified. An .apk file represents the mobile application as it is ...
分类:
移动开发 时间:
2018-01-24 19:49:52
阅读次数:
296
/* * @Author: Mr.live * @Date: 2018-01-23 15:12:45 * @Last Modified by: Mr.live * @Last Modified time: 2018-01-23 15:40:28 */ // 数组去重 var arr=[1,2,3,2... ...
分类:
编程语言 时间:
2018-01-23 16:39:48
阅读次数:
152
所谓的动态语言指的是语言单元的结构、行为、类型可以在运行时发生改变的语言。 可以动态添加新的类型; Eval[edit] Some dynamic languages offer an eval function. This function takes a string parameter con ...
分类:
编程语言 时间:
2018-01-21 12:31:58
阅读次数:
206
一、首先需要下载git 查看电脑是否安装git,打开终端,输入git,回车如果输出如下,则代表已安装了git 如果未安装,则会输出: 按照提示输入:sudo apt-get install git即可安装!!或者到此处下载:git下载, pkg包下载完成,双击安装。 输入命令:git --versi ...
分类:
其他好文 时间:
2018-01-17 23:36:55
阅读次数:
373
Given a list of directory info including directory path, and all the files with contents in this directory, you need to find out all the groups of dup ...
分类:
其他好文 时间:
2018-01-17 13:40:45
阅读次数:
210