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
在class内部做点事class FirstClass: # 定义类对象 def
setData(self, value): # 定义类方法 self.data = value # self就指这个实例 ...
分类:
其他好文 时间:
2014-04-30 16:11:02
阅读次数:
337
封装处理下,以后项目用到可以直接使用,比较简单。 1.首先看封装好的类 using
System;using System.Data;using System.IO;using System.Text;using
CSharpUtilHelpV2;using StringUtilHelp;names...
分类:
其他好文 时间:
2014-04-30 15:47:46
阅读次数:
470
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
原文:模仿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
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