常见的状态码【1XX】表示【消息】【2XX】表示【成功】【3XX】表示【重定向】【4XX】表示【请求错误】【5XX】表示【服务器端错误】200:OK。请求被正常处理204:No Content。请求被受理但没有资源可以返回301:Moved Permanently。永久重定向。客户请求的文档在其他地... ...
分类:
Web程序 时间:
2017-10-15 19:46:19
阅读次数:
230
“Waiting for orders we held in the wood, word from the front never came By evening the sound of the gunfire was miles away Ah softly we moved through ...
分类:
其他好文 时间:
2017-10-15 18:06:33
阅读次数:
214
配好了Spark集群后,先用pyspark写了两个小例子,但是发现Tab键没有提示,于是打算转到scala上试试,在spark-shell下有提示了,但是发现不能退格,而且提示也不是复写,而是追加,这样根本就没法写程序. 解决办法: 1.打开会话选项 2.终端-仿真 在终端中选择Linux 3.映射 ...
分类:
系统相关 时间:
2017-10-14 16:52:24
阅读次数:
248
一、 1.设计思想 输入n,k;设计求n的阶乘函数,调用求出组合数; 2.流程图 3.代码 package one; import javax.swing.JOptionPane; public class one { public static void main(String[] args) { ...
分类:
其他好文 时间:
2017-10-13 23:38:01
阅读次数:
112
<?php header('HTTP/1.1 200 OK'); // ok 正常访问 header('HTTP/1.1 404 Not Found'); //通知浏览器 页面不存在 header('HTTP/1.1 301 Moved Permanently'); //设置地址被永久的重定向 30 ...
分类:
Web程序 时间:
2017-10-13 17:05:46
阅读次数:
208
sed -e '/Patricia/h' -e '/Margot/x' datafile 包含Margot的行将被包含Patricia的行替换; sed -e /WE/{h;d;}' -e '/CT/{g;}' datafile 所有包含WE模式的行将移动到包含CT的行并进行覆盖; sed -e ' ...
分类:
其他好文 时间:
2017-10-13 10:30:22
阅读次数:
167
这个组件是在0.46.4新加入的一个组件,加入该组件的原因 https://github.com/facebook/react-native/commit/9637dd4a1b78d5f6da510b1b4ad10d45d67badbf 注意:该组件还未真正上完全实现下面的目的 大致的意思是:如果要 ...
分类:
其他好文 时间:
2017-10-09 16:47:45
阅读次数:
305
/* * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. ... ...
分类:
其他好文 时间:
2017-10-09 15:31:51
阅读次数:
212
1. uboot的配置分析 1).配置入口分析 首先分析配置: 从make mx6dl_sabresd_android_config可知配置项,搜索Makefile: mx6solo_sabresd_android_config \ mx6dl_sabresd_config \ mx6dl_sabr ...
分类:
其他好文 时间:
2017-10-09 09:50:43
阅读次数:
226
一、事件源:三大域! ServletContext ServletContext 生命周期监听:ServletContextListener,它有两个方法,一个在创建时调用,一个在销毁时调用; 生命周期监听:ServletContextListener,它有两个方法,一个在创建时调用,一个在销毁时调 ...
分类:
编程语言 时间:
2017-10-07 16:08:43
阅读次数:
176