1 Application Name(应用程序名称):应用程序的名称。如果没有被指定的话,它的值为.NET SqlClient Data Provider(数据提供程序). 2 AttachDBFilename/extended properties(扩展属性)/Initial File Name....
分类:
数据库 时间:
2014-07-03 09:27:03
阅读次数:
223
*OLEDB方式连接 Sql身份验证模式:Provider="SQLOLEDB;data source=server_name;initial catalog=databasename;uid=username;pwd=password;" Windows身份验证模式:ConnectString=”...
分类:
数据库 时间:
2014-07-03 07:20:50
阅读次数:
304
推荐网址: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
扩展自$.fn.panel.defaults,用 $.fn.datagrid.defaults重写了 defaults 。依赖panelresizablelinkbuttonpagination用法1. 1. $('#tt').datagrid({ 2. url:'datagrid_data.jso...
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
ListView之SimpleAdapterSimpleAdapter的构造函数是:public SimpleAdapter (Context context, List> data, int resource, String[] from, int[] to)参数context:上下文,比如thi...
分类:
移动开发 时间:
2014-07-02 22:23:04
阅读次数:
273
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
题目如下:
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
错误信息:
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