码迷,mamicode.com
首页 >  
搜索关键字:big data 大數據 決策    ( 64947个结果
CCNA 4.14 TP Correction
All people seem to need data processing( Application presentation session transport network data link physic )host : end device ( PC Server )switch : ...
分类:其他好文   时间:2014-06-21 00:01:08    阅读次数:493
How to reduce the size of logging database OR How to purge the old data from Logging Database
WSS logging database grows very fast and it cause the storage problem most of the time in sharepoint server 2010.To reduce the size of the logging dat...
分类:数据库   时间:2014-06-20 22:04:05    阅读次数:333
Sql server 跨服务器连接数据库
select * from opendatasource('SQLOLEDB' , 'Data Source=172.27.xxx.xxx; User ID=Admin;Password=xxx').[数据库名].dbo.表名备注:数据名的中括号和dbo一定要写,不然找不到
分类:数据库   时间:2014-06-20 21:33:59    阅读次数:230
复杂链表的复制
题目:实现ComplexLinNode* Clone(ComplexLinNode*pHead),复制一个复杂链表。分析:必须先pnext后才能进行m_AnyNodestruct ComplexLinNode{ char m_data; ComplexLinNode* m_NextNod...
分类:其他好文   时间:2014-06-20 20:01:33    阅读次数:256
Bulk Insert命令具体
Bulk Insert命令具体 BULK INSERT以用户指定的格式复制一个数据文件至数据库表或视图中。 语法:Sql代码 BULKINSERT[['database_name'.]['owner'].]{'table_name'FROM'data_file'} WITH( [BATCHSIZE[...
分类:其他好文   时间:2014-06-20 18:50:45    阅读次数:265
C#的WinForm中制作饼状图和柱状图
using System; using System.IO;//用于文件存取 using System.Data;//用于数据访问 using System.Drawing;//提供画GDI+图形的基本功能 using System.Drawing.Text;//提供画GDI+图形的高级功能 usi...
分类:Windows程序   时间:2014-06-20 18:46:07    阅读次数:324
oracle定时备份与删除N天前备份文件
oracle定时备份数据库,以及删除7天前备份的数据。1、创建存放备份目录:mkdir /home/oracle/data_backupmkdir /home/oracle/log_backup2、编辑脚本oracle_backup.sh,内容如下:#!/bin/shexport ORACLE_BA...
分类:数据库   时间:2014-06-20 18:41:58    阅读次数:243
[Head First Python]6. 定制数据对象:打包代码与数据
相同功能,演进实现数据文件sarah2.txtsarah Sweeney,2002-6-17,2:58,2.58,2:39,2-25,2-55,2:54,2.18,2:55,2:551- 返回dictreturn({'Name':data_list.pop(0),'DOB':data_list.po...
分类:编程语言   时间:2014-06-20 17:51:26    阅读次数:237
C# 连接数据库
C# 连接数据 一、SQL SERVER 连接字符串为:Server=IP;Data Source=IP;Initial Catalog=数据库;User Id=sa;Password=密码 string conn...
分类:数据库   时间:2014-06-20 17:35:20    阅读次数:326
jqGrid配置属性说明
PropertyTypeDescriptionDefault1)ajaxGridOptionsobjectThis option allows to set global ajax settings for the grid when requesting data. Note that with ...
分类:其他好文   时间:2014-06-20 17:15:59    阅读次数:218
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!