1.Nginx 1.1.安装 Nginx 的中文维基 http://wiki.codemongers.com/NginxChs 下载 Nginx 0.6.26(开发版)(请下载最新版本号)tar zxvf nginx-0.6.26.tar.gz./configure。注意了类似checking fo ...
分类:
其他好文 时间:
2017-05-13 20:01:30
阅读次数:
372
package Demo; public class Demo4 { public static void main(String[] args) { String str = "helloworld"; System.out.println("字符串的长度为:"+str.length()); fo ...
分类:
其他好文 时间:
2017-05-10 00:13:46
阅读次数:
136
Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below. For example, given the fo ...
分类:
其他好文 时间:
2017-05-08 14:37:59
阅读次数:
123
把下载好的ubuntu安装包放在C盘根文件夹下,利用Daemon Tools 将安装包下casper文件夹的vmlinuz.efi和initrd.lz复制到C盘根文件夹下,紧接着打开easybcd,在配置文件中输入例如以下配置信息,重新启动后就可以进行兴许安装步骤了。之前一直报file not fo ...
Suppose that the fourth generation mobile phone base stations in the Tampere area operate as follows. The area is divided into squares. The squares fo ...
分类:
编程语言 时间:
2017-05-03 13:11:07
阅读次数:
243
Given a sorted array, remove the duplicates in place such that each element appear only once and return the new length. Do not allocate extra space fo ...
分类:
其他好文 时间:
2017-05-01 22:20:56
阅读次数:
251
1 通过一个窗体按钮打开另一个窗体 Form f2 = new Form2(); f2.Show(); 通过这个打开第二个页面 要想只显示一个页面只能隐藏第一个页面 如果第一个页面关闭 第二个页面也会跟着关闭。。 2窗体之间的传值 窗体之间传值 需要两个甚至多个窗体 Form f2 = new Fo ...
官网: http://olado.github.io doT.js具体使用介绍 用法: {{= }} for interpolation {{ }} for evaluation {{~ }} for array iteration {{? }} for conditionals {{! }} fo ...
分类:
Web程序 时间:
2017-04-30 16:08:25
阅读次数:
222
#Nginx日志变量说明||||------------|------------||$remote_addr|记录访问网站的客户端ip地址。||$http_x_forwarded_for|当前端有代理服务器时,设置Web节点记录客户端地址的配置,此参数生效的前提是代理服务器上也要进行相关的x_fo... ...
分类:
其他好文 时间:
2017-04-27 23:12:18
阅读次数:
180
大数据这个词越来越热,本人一直想学习一下,正巧最近有时间了解一下。先从hadoop入手,在此记录学习中的点滴。 什么是hadoop? What Is Apache Hadoop? The Apache? Hadoop® project develops open-source software fo ...
分类:
其他好文 时间:
2017-04-24 23:24:34
阅读次数:
403