码迷,mamicode.com
首页 >  
搜索关键字:Data Guard Oracle主从    ( 62814个结果
SqlServer 连接字符串多种配置
1 Application Name(应用程序名称):应用程序的名称。如果没有被指定的话,它的值为.NET SqlClient Data Provider(数据提供程序). 2 AttachDBFilename/extended properties(扩展属性)/Initial File Name....
分类:数据库   时间:2014-07-03 09:27:03    阅读次数:223
SQL链接方式(转自:王志鹏博客)
*OLEDB方式连接 Sql身份验证模式:Provider="SQLOLEDB;data source=server_name;initial catalog=databasename;uid=username;pwd=password;" Windows身份验证模式:ConnectString=”...
分类:数据库   时间:2014-07-03 07:20:50    阅读次数:304
Nusoap复杂对象的的webService制作
推荐网址:http://www.scottnichol.com/nusoapprogwsdl.htm摘抄部分如下:服务器端程序configureWSDL('hellowsdl2', 'urn:hellowsdl2');// Register the data structures used by t...
分类:Web程序   时间:2014-07-03 06:45:52    阅读次数:179
jQuery EasyUI DataGrid API 中文文档
扩展自$.fn.panel.defaults,用 $.fn.datagrid.defaults重写了 defaults 。依赖panelresizablelinkbuttonpagination用法1. 1. $('#tt').datagrid({ 2. url:'datagrid_data.jso...
分类:Windows程序   时间:2014-07-03 00:46:26    阅读次数:592
asp.net(C#)利用QRCode生成二维码(续)-在二维码图片中心加Logo或图像 .
usingSystem;usingSystem.Web;usingThoughtWorks.QRCode.Codec;usingThoughtWorks.QRCode.Codec.Data;usingThoughtWorks.QRCode.Codec.Util;usingSystem.IO;usin...
分类:Web程序   时间:2014-07-02 23:11:25    阅读次数:320
Android adapter适配器的使用
ListView之SimpleAdapterSimpleAdapter的构造函数是:public SimpleAdapter (Context context, List> data, int resource, String[] from, int[] to)参数context:上下文,比如thi...
分类:移动开发   时间:2014-07-02 22:23:04    阅读次数:273
unity3d 连接sqlserver数据库
U3d连接SQLServer首先把Unity安装目录下的System.Data.dll拷到工程的Asset/Plugins目录下,然后编写连接数据库的脚本,在以上两个步骤无误的情况下,提示这个错误,要考虑SQLServer的相关服务有没有开启,同时要在SQLServer的配置管理器中启用TCP/IP...
分类:数据库   时间:2014-07-02 22:19:04    阅读次数:326
大文件不断行切割
#! /usr/bin/python#! -*- coding:utf-8 -*-import osdef SplitFile(cnt): path='e:\data' filename=path+'\\qunti_deal.txt' os.chdir(path) i=0 n=0 siz...
分类:其他好文   时间:2014-07-02 21:15:42    阅读次数:228
UVA 705 Slash Maze
题目如下: Slash Maze  By filling a rectangle with slashes (/) and backslashes (), youcan generate nice little mazes. Here is an example: As you can see, paths in the maze cann...
分类:其他好文   时间:2014-07-02 09:07:46    阅读次数:186
解决VTune错误The Data Cannot be displayed, there is no viewpoint available for data
错误信息: Error Cannot display data The data cannot be displayed: there is no viewpoint application for the data 错误出现情景: 在对程序做Hardware Event-based Sampling Analysis 0分析时,出现上述错误。 错误解决方法: 删...
分类:其他好文   时间:2014-07-02 09:02:56    阅读次数:337
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!