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
函数:lr_output_message(lr_eval_string(""));
sockets里面的参数是
http里面是{}关于Winsocket协议手动关联,用socketTool录制脚本,发送TCP请求A,请求B,请求A的返回值在请求B中将会用到。最终脚本如下:data.wsdata.ws...
分类:
其他好文 时间:
2014-04-29 16:44:46
阅读次数:
380
前段时间客户数据服务器断电,开机后发现数据库状态标记为可疑,可能是断电引起的数据库日志文件损坏,修复方法如下:只有mdf文件,重建日志: 1
--注:example为测试用数据库,相应的Example_log.ldf为测试用的日志文件 2 use master 3 go 4 alter
data.....
分类:
数据库 时间:
2014-04-29 16:41:46
阅读次数:
452
1. 在页面的中文变量前添加encodeURIComponent()$.ajax({ type:
"POST", url: "", data:{ id:encodeURIComponent(id), type:encodeURIComponent(type)
...
分类:
其他好文 时间:
2014-04-29 16:25:47
阅读次数:
345
假设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