接收数据的时候经常会出问题:1.记住action = “”到的路径,最好用全路径config项目名/namespece/actionName/参数2.接收的时候,不要忘记接受对象 private User user; public User getUser() { return user; } p....
分类:
编程语言 时间:
2014-10-22 17:45:00
阅读次数:
170
什么是冒泡:简单的说就是触发一个子容器的事件,父容器的事件也会跟着被触发。 parent child在child和parent上分别添加了alert(‘child’)和alert(‘parent’)事件,这个时候假如我们点击child,会先执行alert(‘child’),然后父元素的aler...
分类:
编程语言 时间:
2014-10-22 17:46:07
阅读次数:
216
--通过脚本获取指定表的所有Insert语句。Create procedure [dbo].[sp_GetInsertSQL] @tablename_mask varchar(30) = NULL as begin -- NOTE: If, when executing in the Query ....
分类:
其他好文 时间:
2014-10-22 17:45:45
阅读次数:
186
using System.Web;using System.Configuration;//if (this.fload.HasFile)//{// string upFileName = HttpContext.Current.Server.MapPath("~/savefile") + "\\"...
分类:
其他好文 时间:
2014-10-22 17:42:49
阅读次数:
257
列表头文件ngx_list.h#ifndef _NGX_LIST_H_INCLUDED_#define _NGX_LIST_H_INCLUDED_#include #include typedef struct ngx_list_part_s ngx_list_part_t;// 一个 part ....
分类:
其他好文 时间:
2014-10-22 17:43:17
阅读次数:
230
OnWalkClick:function(sender){var sfLaoJun1=new cc.SpriteFrame(res.npc_laojun1,cc.rect(0,0,70,101));var sfLaoJun2=new cc.SpriteFrame(res.npc_laojun2,cc...
分类:
Web程序 时间:
2014-10-22 17:44:57
阅读次数:
159
OSI 七层模型通过七个层次化的结构模型使不同的系统不同的网络之间实现可靠的通讯,因此其最基本的功能就是帮助不同类型的主机实现传输数据 。完毕中继功能的节点通常称为中继系统。在OSI七层模型中,处于不同层的中继系统具有不同的名称。一个设备工作在哪一层,关键看它工作时利用哪一层的数据头部信息。网桥工作...
分类:
其他好文 时间:
2014-10-22 17:43:07
阅读次数:
214
1、*.tar 用 tar –xvf 解压2、*.gz 用 gzip -d或者gunzip 解压3、*.tar.gz和*.tgz 用 tar –xzf 解压4、*.bz2 用 bzip2 -d或者用bunzip2 解压5、*.tar.bz2用tar –xjf 解压6、*.Z 用 uncompress...
分类:
其他好文 时间:
2014-10-22 17:44:24
阅读次数:
180
123 123 --> header left ddd footer更酷的效果http://moocss.com/styleguide/dpl/widget/cool-system-layout/index.html
分类:
Web程序 时间:
2014-10-22 17:42:35
阅读次数:
351
elloWorld 是一个典型的 location 模块。什么是 location 模块?在 Nginx 中,根据作用域,有 main 模块、server 模块、location 模块。1 模块定义在 HelloWorld 模块中有一个 ngx_http_hello_world_module 变量,...
分类:
Web程序 时间:
2014-10-22 17:42:13
阅读次数:
276
using System;using System.Collections;using System.IO;using System.Text.RegularExpressions;/// /// 分词辅助类/// public class SegList{ public int MaxLength...
分类:
其他好文 时间:
2014-10-22 17:42:35
阅读次数:
260
Javascript:网页可见区域宽: document.body.clientWidth网页可见区域高: document.body.clientHeight网页可见区域宽: document.body.offsetWidth (包括边线的宽)网页可见区域高: document.body.offs...
分类:
Web程序 时间:
2014-10-22 17:42:20
阅读次数:
247
1 auto/types/sizeof该脚本的功能,是通过测试程序获知给定的ngx_type的大小。1.1 显示提示信息echo $ngx_n "checking for $ngx_type size ...$ngx_c"cat > $NGX_AUTOCONF_ERR----------------...
分类:
其他好文 时间:
2014-10-22 17:43:42
阅读次数:
197
SP.NET MVC4(Razor)从客户端中检测到有潜在危险的 Request.Form 值“/”应用程序中的服务器错误。从客户端(Content="sdfdddd...")中检测到有潜在危险的 Request.Form 值。说明: ASP.NET 在请求中检测到包含潜在危险的数据,因为它可能包括...
分类:
Web程序 时间:
2014-10-22 17:40:52
阅读次数:
215
纯小数的表示方法-------------------------------------------------下面再来讲如何将纯小数转化为十六进制。对于纯小数,比如0.0456,我们需要把他规格化,变为1.xxxx*(2^n)的型式,要求得纯小数X对应的n可用下面的公式:n = int(-1+l...
分类:
其他好文 时间:
2014-10-22 17:43:10
阅读次数:
185
这一篇主要介绍一下我做的一个flappy bird。由于是自己js手写的,效率肯定不高,就当拿来玩的罢。浏览器不好回很卡哦。
分类:
其他好文 时间:
2014-10-22 17:40:59
阅读次数:
197