码迷,mamicode.com
首页 >  
搜索关键字:data mining    ( 62559个结果
C# List<T> To DataTable
1 public DataTable ConvertToDataTable(IList data) 2 { 3 PropertyDescriptorCollection properties = 4 TypeDescriptor.GetProperti...
分类:其他好文   时间:2014-07-22 23:17:12    阅读次数:463
python运算符重载2
1、重载构造函数和减法运算__init__,__sub__ #file number.py class Number: def __init__(self,data): self.data = data def __sub__(self,other): return Number(se...
分类:编程语言   时间:2014-07-22 23:15:36    阅读次数:510
mining and processing of bentonites
The Taysan Project is located on the south western segment of the island of Luzon in the well developed industrial province of Batangas, 100km south o...
分类:其他好文   时间:2014-04-30 19:45:37    阅读次数:438
Accessing and Updating Data in ASP.NET: Retrieving XML Data with XmlDataSource Control
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-2
在class内部做点事class FirstClass: # 定义类对象 def setData(self, value): # 定义类方法 self.data = value # self就指这个实例 ...
分类:其他好文   时间:2014-04-30 16:11:02    阅读次数:337
[C#]csv文件与DataTable互相导入处理
封装处理下,以后项目用到可以直接使用,比较简单。 1.首先看封装好的类 using System;using System.Data;using System.IO;using System.Text;using CSharpUtilHelpV2;using StringUtilHelp;names...
分类:其他好文   时间:2014-04-30 15:47:46    阅读次数:470
ReportView动态加载带参数的RDCL文件
在vs里新建一个winform程序"ReportViewTest",在form1中添加一个reportView控件,from1的load事件如下: private void Form1_Load(object sender, EventArgs e) { Data...
分类:其他好文   时间:2014-04-29 17:16:47    阅读次数:409
LR学习路错误总结
函数: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
sql server数据库可疑状态解决方法
前段时间客户数据服务器断电,开机后发现数据库状态标记为可疑,可能是断电引起的数据库日志文件损坏,修复方法如下:只有mdf文件,重建日志: 1 --注:example为测试用数据库,相应的Example_log.ldf为测试用的日志文件 2 use master 3 go 4 alter data.....
分类:数据库   时间:2014-04-29 16:41:46    阅读次数:452
ajax 乱码
1. 在页面的中文变量前添加encodeURIComponent()$.ajax({ type: "POST", url: "", data:{ id:encodeURIComponent(id), type:encodeURIComponent(type) ...
分类:其他好文   时间:2014-04-29 16:25:47    阅读次数:345
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!