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
Listing 1: Setting up data binding for the
Rating
controlusingSystem.Windows.Controls;usingSystem.Windows.Data;usingMicrosoft.LightSwitch.Threading;na...
分类:
其他好文 时间:
2014-04-30 01:57:00
阅读次数:
517
用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
我使用crontab同步一个文件夹时,发现一个问题,我在crontab中设置的1分钟运行一次.但当那个文件夹的内容改变时。1分钟不一定能同步完,但这时第二个rsync进行又起来了。这个就产生一个问题,二个rsync一起处理相同的文件,这样会出问题。如下1
* * * * /usr/bin/rsync...
分类:
其他好文 时间:
2014-04-29 21:28:07
阅读次数:
560
----------人物上线----------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