码迷,mamicode.com
首页 >  
搜索关键字:Data Guard Oracle主从    ( 62814个结果
.Net常用技巧_VS2005[C#] 操作 Excel 全攻略(转)
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Window...
分类:Web程序   时间:2014-07-12 13:20:33    阅读次数:230
EntityFrame6在本地可以正常使用,部署到IIS后报异常(Additional information: The underlying provider failed on Open.)
异常详细:An exception of type 'System.Data.Entity.Core.EntityException' occurred in EntityFramework.SqlServer.dll but was not handled in user codeAddition...
分类:其他好文   时间:2014-07-10 13:56:49    阅读次数:306
isotope/masonry 使用jQuery.sortable
1 function goMasonry() { 2 // if ($container.data('masonry') != undefined) { 3 $container.isotope('destroy'...
分类:Web程序   时间:2014-07-10 13:33:13    阅读次数:203
ARM汇编语言实现while循环
.section .data.output: .ascii "%d\n\000".section .text .global mainmain: mov ip, sp stmfd sp!, {fp,ip,lr,pc} sub fp, ip, #4 sub sp, sp, #80 @m...
分类:编程语言   时间:2014-07-10 13:11:49    阅读次数:950
cocos2dx-lua+cocosbuilder开发问题汇总1
mac 10.9.1xcode 5.0.2cocos2dx 2.2.2cocosBuilder 3.0-alpha5问题1、 每次脚本有改动,Xcode都要清理。问题2、Get data from file(.ccbi) failed!问题3、attempt to call field 'setPo...
分类:其他好文   时间:2014-07-10 12:58:02    阅读次数:328
社会化海量数据采集爬虫框架搭建
随着BIG DATA大数据概念逐渐升温,如何搭建一个能够采集海量数据的架构体系摆在大家眼前。如何能够做到所见即所得的无阻拦式采集、如何快速把不规则页面结构化并存储、如何满足越来越多的数据采集还要在有限时间内采集。这篇文章结合我们自身项目经验谈一下。我们来看一下作为人是怎么获取网页数据的呢?1、打开浏...
分类:其他好文   时间:2014-07-10 12:32:08    阅读次数:237
格式化URL
//格式化url查询参数为jsonfunction formatUrl(url){ var reg=/(?:[?&]+)([^&]+)=([^&]+)/g; var data={}; function fn(str,pro,value){ data[decod...
分类:其他好文   时间:2014-07-10 10:16:51    阅读次数:167
Django下载文件
服务器端:f = open(filename)data = f.read()f.close()response = HttpResponse(data,mimetype='application/octet-stream') response['Content-Disposition'] = 'at...
分类:其他好文   时间:2014-07-10 00:40:41    阅读次数:204
ListHelper
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data;using System.Reflection;namespace Data_Helper{ ...
分类:其他好文   时间:2014-07-07 23:51:29    阅读次数:299
读取Excel
// 产生连接字符串 string connString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=student.xls;" + "Extended Properties=...
分类:其他好文   时间:2014-07-07 23:50:13    阅读次数:228
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!