XmlDataSource BasicsThe XmlDataSource control 
exists merely as a proxy for retrieving XML data, which can then be 
programmatically accessed or bound t...
                            
                            
                                分类:
数据库   时间:
2014-04-30 19:04:56   
                                阅读次数:
727
                             
                         
                    
                        
                            
                            
                                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]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
                             
                         
                    
                        
                            
                            
                                假设cshtml文件中是这样的:data是json数据。传递到的Action是/Home/MyAjax。那么在Action方法处接收的方式如下:public 
ActionResult MyAjax(string val1) { string val2 = Requ...
                            
                            
                                分类:
Web程序   时间:
2014-04-29 15:21:36   
                                阅读次数:
564
                             
                         
                    
                        
                            
                            
                                每种编程语言都有它的内存管理机制,比如简单的C有低级的内存管理基元,像malloc(),free()。同样我们在学习javascript的时候,很有必要了解javascript的内存管理机制。javascript的内存管理机制是:内存基元在变量(对象,字符串等等)创建时分配,然后在他们不再被使用时“...
                            
                            
                                分类:
Web程序   时间:
2014-04-29 11:14:47   
                                阅读次数:
563
                             
                         
                    
                        
                            
                            
                                原文:模仿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
                             
                         
                    
                        
                            
                            
                                有一些数据类型是能够在 Core Foundation Framework 和 Foundation 
Framework 之间交换使用的。这意味着,对于同一个数据类型,你既可以将其作为参数传入 Core Foundation 函数,也可以将其作为接收者对其发送 
Objective-C 消息(即调用O...
                            
                            
                                分类:
移动开发   时间:
2014-04-29 10:22:46   
                                阅读次数:
689
                             
                         
                    
                        
                            
                            
                                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