码迷,mamicode.com
首页 >  
搜索关键字:google data(gdata)    ( 79648个结果
多媒体封装格式详解---MP4
MP4文件格式详解——结构概述http://blog.csdn.net/pirateleo/article/details/7061452一、基本概念1、文件,由许多Box和FullBox组成。2、Box,每个Box由Header和Data组成。3、FullBox,是Box的扩展,Box结构的基础上...
分类:其他好文   时间:2014-04-30 13:05:13    阅读次数:806
浏览器端对服务器端返回的日期的处理方式
用javascript的 Date 函数来处理: var date=jQuery.parseJSON(data)将返回的数据解析成为jQuery对象。 var start = new Date(date); var year = start.getFullYear(); var month = st...
分类:其他好文   时间:2014-04-29 23:40:33    阅读次数:499
uwsgi ini 设置
[uwsgi]socket = 127.0.0.1:3032chdir = /data/www/yida/pythonpath = ..env = DJANGO_SETTINGS_MODULE=yida.settingsmodule = django.core.handlers.wsgi:WSGIH...
分类:其他好文   时间:2014-04-29 23:26:08    阅读次数:611
服务器包流程(不断跟新)
----------人物上线----------map----- gs2msData------ gs2ms_add_player(协议消息) PlayerChannel OnPlayerEnter-- data(数据包,初始化playerinfo中信息) 1.add_player有个...
分类:其他好文   时间:2014-04-29 21:06:35    阅读次数:397
Google Chrome 浏览器禁用缓存
在使用 Google Chrome 浏览器调试 js 时,会发现修改完 js 不会立即生效,这是由于 chrome 浏览器缓存的原因,而在火狐下没有这个问题。经常使用 chrome 浏览器调试 js 的朋友一定会发现 chrome 下调试 js 更加顺手,那么就让我们看看怎么在 chrome 下禁止...
分类:其他好文   时间:2014-04-29 19:06:28    阅读次数:411
mvc ajax_返回数据
假设cshtml文件中是这样的:data是json数据。传递到的Action是/Home/MyAjax。那么在Action方法处接收的方式如下:public ActionResult MyAjax(string val1) { string val2 = Requ...
分类:Web程序   时间:2014-04-29 15:21:36    阅读次数:564
A Step-by-Step Guide to Your First AngularJS App
What is AngularJS?AngularJS is a JavaScript MVC framework developed by Google that lets you build well structured, easily testable, and maintainable f...
分类:移动开发   时间:2014-04-29 14:32:23    阅读次数:971
模仿QQ截图片
原文:模仿QQ截图片两个picturebox,一个放图片完整代码如下using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;usi...
分类:其他好文   时间:2014-04-29 10:34:45    阅读次数:433
模仿QQ截图片
1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Drawing; 6 using System....
分类:其他好文   时间:2014-04-29 10:14:47    阅读次数:335
CORS(跨域资源共享)简介
前言:像CORS对于现代前端这么重要的技术在国内基本上居然很少有人使用和提及,在百度或者Google上搜索CORS,搜到的中文文章基本都是另外一种卫星定位技术CORS的介绍,让我等前端同学情何以堪(对比起来,用Google搜到的国外文章,基本都是跨域资源共享的介绍,说明了前端技术在国内外环境和发展....
分类:其他好文   时间:2014-04-29 10:13:45    阅读次数:435
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!