首页 > 2014年10月22日 > 全部分享
修改SQL server 2008 R2服务器排序规则
更改SQL Server 服务器排序规则
分类:数据库技术   时间:2014-10-22 17:42:40    收藏:0  评论:0  赞:0  阅读:342
VideoConvert
using System.Web;using System.Configuration;//if (this.fload.HasFile)//{// string upFileName = HttpContext.Current.Server.MapPath("~/savefile") + "\\"...
分类:其他   时间:2014-10-22 17:42:30    收藏:0  评论:0  赞:0  阅读:209
Nginx源码完全注释(3)ngx_list.h / ngx_list.c
列表头文件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:42:20    收藏:0  评论:0  赞:0  阅读:235
【Cocos2d-x-js系列】制作人物动画
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:42:10    收藏:0  评论:0  赞:0  阅读:314
OSI七层模型具体解释
OSI 七层模型通过七个层次化的结构模型使不同的系统不同的网络之间实现可靠的通讯,因此其最基本的功能就是帮助不同类型的主机实现传输数据 。完毕中继功能的节点通常称为中继系统。在OSI七层模型中,处于不同层的中继系统具有不同的名称。一个设备工作在哪一层,关键看它工作时利用哪一层的数据头部信息。网桥工作...
分类:其他   时间:2014-10-22 17:42:00    收藏:0  评论:0  赞:0  阅读:335
纯CSS 实现DIV 高度 height 100% 全屏布局
123 123 --> header left ddd footer更酷的效果http://moocss.com/styleguide/dpl/widget/cool-system-layout/index.html
分类:Web开发   时间:2014-10-22 17:41:40    收藏:0  评论:0  赞:0  阅读:553
解剖Nginx·模块开发篇(2)ngx_http_hello_world_module 模块基本结构定义
elloWorld 是一个典型的 location 模块。什么是 location 模块?在 Nginx 中,根据作用域,有 main 模块、server 模块、location 模块。1 模块定义在 HelloWorld 模块中有一个 ngx_http_hello_world_module 变量,...
分类:Web开发   时间:2014-10-22 17:41:30    收藏:0  评论:0  赞:0  阅读:347
SegList(分词辅助类)
using System;using System.Collections;using System.IO;using System.Text.RegularExpressions;/// /// 分词辅助类/// public class SegList{ public int MaxLength...
分类:其他   时间:2014-10-22 17:41:20    收藏:0  评论:0  赞:0  阅读:114
JS,Jquery获取各种屏幕的宽度和高度
Javascript:网页可见区域宽: document.body.clientWidth网页可见区域高: document.body.clientHeight网页可见区域宽: document.body.offsetWidth (包括边线的宽)网页可见区域高: document.body.offs...
分类:Web开发   时间:2014-10-22 17:41:10    收藏:0  评论:0  赞:0  阅读:260
解剖Nginx·自动脚本篇(7)类型相关脚本系列
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:41:00    收藏:0  评论:0  赞:0  阅读:234
ASP.NET MVC4(Razor)从客户端中检测到有潜在危险的 Request.Form 值
SP.NET MVC4(Razor)从客户端中检测到有潜在危险的 Request.Form 值“/”应用程序中的服务器错误。从客户端(Content="sdfdddd...")中检测到有潜在危险的 Request.Form 值。说明: ASP.NET 在请求中检测到包含潜在危险的数据,因为它可能包括...
分类:Web开发   时间:2014-10-22 17:40:50    收藏:0  评论:0  赞:0  阅读:367
IEEE浮点数表示法之出小数
纯小数的表示方法-------------------------------------------------下面再来讲如何将纯小数转化为十六进制。对于纯小数,比如0.0456,我们需要把他规格化,变为1.xxxx*(2^n)的型式,要求得纯小数X对应的n可用下面的公式:n = int(-1+l...
分类:其他   时间:2014-10-22 17:40:40    收藏:0  评论:0  赞:0  阅读:161
做一个略调皮的个人主页--游戏篇
这一篇主要介绍一下我做的一个flappy bird。由于是自己js手写的,效率肯定不高,就当拿来玩的罢。浏览器不好回很卡哦。
分类:其他   时间:2014-10-22 17:40:30    收藏:0  评论:0  赞:0  阅读:266
解剖Nginx·模块开发篇(4)模块开发中的命名规则和模块加载与运行流程
1 命名规则1.1 基本变量基本变量有三个:ngx_module_t 类型的 ngx_http_foo_bar_module;ngx_command_t 类型的数组 ngx_http_foo_bar_commands;ngx_http_module_t 类型的 ngx_http_foo_bar_mo...
分类:其他   时间:2014-10-22 17:40:20    收藏:0  评论:0  赞:0  阅读:276
ADHelp
using System;using System.Collections.Generic;using System.Text;using System.DirectoryServices;using System.Security.Principal;using System.Runtime.In...
分类:其他   时间:2014-10-22 17:39:50    收藏:0  评论:0  赞:0  阅读:238
[转]天才计算机程序员 -- fabrice bellard
这位老兄就是用javascript写linux的那位,他的主页是:http://bellard.org/上面有他的几个作品,包括qemu,ffmpeg,tcc等。这个世界从来不缺天才,只缺乏利用天分坚持理想和信念不断创新的人,这些人用恒心和努力缔造一个又一个传奇。法国人Fabrice Bellard...
分类:其他   时间:2014-10-22 17:39:40    收藏:0  评论:0  赞:0  阅读:238
Nginx 源码完全注释(10)ngx_radix_tree
ngx_radix_tree.h// 未被使用的节点#define NGX_RADIX_NO_VALUE (uintptr_t) -1typedef struct ngx_radix_node_s ngx_radix_node_t;struct ngx_radix_node_s { ng...
分类:其他   时间:2014-10-22 17:39:30    收藏:0  评论:0  赞:0  阅读:267
Nginx 源码完全注释(11)ngx_spinlock
Nginx 是多进程模式的,一个 master 与多个 workers,一般工作在多核 CPU 上,所以自旋锁就是必须用到的。Nginx 中的自旋锁的定义,位于 ngx_spinlock.c 中,如下:voidngx_spinlock(ngx_atomic_t *lock, ngx_atomic_i...
分类:其他   时间:2014-10-22 17:39:10    收藏:0  评论:0  赞:0  阅读:241
Nginx源码完全注释(6)core/murmurhash
下面是摘自 Google Code 的 Murmurhash 开源项目主页上的 Murmurhash2,Nginx 就是采用的这个。uint32_t MurmurHash2 ( const void * key, int len, uint32_t seed ){ // 'm' and 'r' a....
分类:其他   时间:2014-10-22 17:38:40    收藏:0  评论:0  赞:0  阅读:341
SharpZip(压缩帮助类)
using System;using System.IO;using System.Diagnostics;using Microsoft.Win32;using ICSharpCode.SharpZipLib.Checksums;using ICSharpCode.SharpZipLib.Zip;...
分类:其他   时间:2014-10-22 17:38:30    收藏:0  评论:0  赞:0  阅读:220
2062条   上一页 1 ... 39 40 41 42 43 ... 104 下一页
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!