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
在软件运行过程中,可能需要配置计算机的环境变量,在这里分为两种情况:一:增加或修改环境变量只在当前软件环境中使用如我们设置Java的环境变量:setCLASSPATH=%CLASSPATH%;C:\LS\JAVA.JAR保持原有的不变自己加上要加的jar包,用分号隔开,当然你也可以写到前面,如:se...
分类:
其他好文 时间:
2014-04-30 15:06:59
阅读次数:
383
在vs里新建一个winform程序"ReportViewTest",在form1中添加一个reportView控件,from1的load事件如下:
private void Form1_Load(object sender, EventArgs e) { Data...
分类:
其他好文 时间:
2014-04-29 17:16:47
阅读次数:
409
函数: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
一、linux 命令 0.man:查询使用手册1.pwd:Print the full
filename of the current working directory. 打印当前工作目录(文件夹)2.ls:List information
about the FILEs (the current...
分类:
编程语言 时间:
2014-04-29 11:31:46
阅读次数:
489
原文:模仿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