CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数据库系统 搜索资源 - string

搜索资源列表

  1. Untr

    0下载:
  2. 取数据库内容到字符串,可用于显示-from database content to string can be used to show!
  3. 所属分类:其他数据库

    • 发布日期:2008-10-13
    • 文件大小:1768
    • 提供者:zzzzzzz
  1. sql-reg

    0下载:
  2. 建立数据库连接的加密字符串,使用户可以方便的建立与SQL的连接-establish the database connection string encryption, so that the user can establish a link with SQL
  3. 所属分类:SQL Server数据库

    • 发布日期:2008-10-13
    • 文件大小:21095
    • 提供者:刘一周
  1. Delphi_BTSQL

    0下载:
  2. delphi实现按姓名日期从oracle数据库中查询统计的变态做法。其中包含一个实现按分隔符计算字符串的段数。-delphi achieve by name from the date of oracle database inquiries statistics perverted practice. Which includes a separation achieved by calculating the number of string.
  3. 所属分类:Oracle数据库

    • 发布日期:2008-10-13
    • 文件大小:434182
    • 提供者:小子
  1. oracle_HzPy_function

    0下载:
  2. 获取汉字拼音和拼音首字母的功能函数; --函数GetHzFullPY(string)用于获取汉字字符串的拼音 --select GetHzFullPY( 中华人民共和国 ) from dual --返回:ZhongHuaRenMinGongHeGuo --函数GetHzPYCAP(string)用于获取拼音首字母 --select GetHzPYCAP( 中华人民共和国 ) from dual --返回ZHRMGHG
  3. 所属分类:Oracle数据库

    • 发布日期:2008-10-13
    • 文件大小:130952
    • 提供者:Aier
  1. 读写SQL中的image字段.zip

    0下载:
  2. Private Declare Function DeleteFile Lib "kernel32" Alias "DeleteFileA" (ByVal lpFileName As String) As Long '************************************************************* Public Function ImportPhoto(sPicFile As String, sEmpID As
  3. 所属分类:SQL Server数据库

  1. tokyocabinet-1.4.17.tar.gz

    0下载:
  2. Tokyo Cabinet的Tokyo Cabinet 是一个DBM的实现。这里的数据库由一系列key-value对的记录构成。key和value都可以是任意长度的字节序列,既可以是二进制也可以是字符串。这里没有数据类型和数据表的概念。 作者叫Mikio Hirabayashi.Tokyo Cabinet是用C写的,同时提供c,perl,ruby,java的API。Tokyo Cabinet在提供了POSIX和C99的平台上都可用,它以GNU Lesser Public License协议发布
  3. 所属分类:Database system

    • 发布日期:2017-03-26
    • 文件大小:894349
    • 提供者:ws
  1. town-1[1].0.4

    0下载:
  2. Town是一个100% 纯Java API,它位于JDBC API的顶部。这个API的目的是简化和一个JDBC兼容的关系数据库的交互。通过使用Town,可以执行和管理select/insert/update/delete SQL语句,而不用真正写一行SQL。Town也可以使用任何JDBC连接字符串和内部连接池。-Town is 100% pure Java API, it is located JDBC API the crown. This API goal is the simplific
  3. 所属分类:Database system

    • 发布日期:2017-11-21
    • 文件大小:140443
    • 提供者:王文
  1. j_12713_ssvotes

    0下载:
  2. SQL数据库在App_Data下面 是sql格式的 用的时候只需要修改App_Code下面的DB字符串就可以了 有的代码我做了注释-SQL database in the App_Data below sql format is used only when necessary to amend the App_Code following DB string can be a some code I have done a Note
  3. 所属分类:Database system

    • 发布日期:2017-04-16
    • 文件大小:158497
    • 提供者:张林
  1. chaifen

    0下载:
  2. 字符拆分的小程序,可以用于大量数据存储的例子。比如大量数据需要存储进数据库,那可以将数组存为一个字符串存入数据库,然后再从数据库中导出,可以利用字符拆分的方法进行。-Characters split a small program that can be used for large amounts of data storage example. For example, the need to store large amounts of data into the database, it
  3. 所属分类:Database system

    • 发布日期:2017-05-08
    • 文件大小:26912
    • 提供者:houbeibei
  1. 20081123001

    0下载:
  2. 由于读者的机器具体情况的不同,可能需要读者修改数据库连接字符串中的SQL Server服务器名、数据库名、连接方式、账号和密码才能让程序正常地连接到数据库。本书中使用的数据库服务器名为本机(localhost), 数据库名为“海巧味渔业股份有限公司-As the reader s specific circumstances of different machines, the reader may need to modify the database connection string in
  3. 所属分类:SQL Server

    • 发布日期:2017-05-08
    • 文件大小:441747
    • 提供者:sj
  1. jdbclianjieshujuku

    1下载:
  2. 常用JDBC连接数据库方法总结如下: 一、DB2 Class.forName("Com.ibm.db2.jdbc.net.DB2Driver") String url="jdbc:db2://dburl:port/DBname" cn = DriverM-Commonly used methods of JDBC database connections are summarized as follows: First, DB2 Class.for
  3. 所属分类:Database system

    • 发布日期:2017-04-01
    • 文件大小:893
    • 提供者:蛋蛋
  1. ProStore

    0下载:
  2. SQL SERVER环境下实现存储过程的例子,可以返回字符串,时间,对开始使用存储过程的人会有很大的帮助的-SQL SERVER environments stored procedure example, can return to the string, time, to start using the stored procedure will be of great help to people of
  3. 所属分类:SQL Server

    • 发布日期:2017-04-12
    • 文件大小:1180
    • 提供者:lxn
  1. SqlDatabaseUpgraderSource

    0下载:
  2. 软件用于升级SQL数据库,通过记事本文件。任何类型文件都可做-This application is used to upgrade an SQL database via an external scr ipt file or scr ipt text. Any type of database schema update can be done- adding, deleting, or modifying tables, fields and/or indexes, and the up
  3. 所属分类:Database system

    • 发布日期:2017-05-03
    • 文件大小:741677
    • 提供者:衡云翰
  1. testDLL

    0下载:
  2. 页面通过接受http请求。 调用wcpw.dll库函数GeneratePW[Userid, ProtectedItem, PresentationId, RijnDaelKey, Password: PChar] 生成字符串[样式如:XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX]. 存入mssql数据库表CreatePasswordHistory中-By accepting http requests for pages. Wcpw.dll lib
  3. 所属分类:Database system

    • 发布日期:2017-04-02
    • 文件大小:180018
    • 提供者:wangyao
  1. ADOtest

    0下载:
  2. vc++ 数据库连接测试字符串测试,ADO,SQL SERVER-vc++ database connectivity test string test
  3. 所属分类:SQL Server

    • 发布日期:2017-04-08
    • 文件大小:72303
    • 提供者:刘江
  1. MiniSQL

    0下载:
  2. Mini SQL对用户提供的数据缺少充分过滤,远程攻击者可以利用这个漏洞对目标服务器进行格式字符串攻击,可能以数据库进程权限在系统上执行任意指令。 远程攻击者可以发送恶意格式串来触发此漏洞,导致破坏进程中的任意敏感信息,造成以数据库进程... -Mini SQL user data provided by the lack of adequate filtering, remote attacker could exploit the vulnerability on the target se
  3. 所属分类:Database system

    • 发布日期:2017-04-11
    • 文件大小:1084
    • 提供者:柳益君
  1. C

    0下载:
  2. Specify SQL Server-specific connection string
  3. 所属分类:SQL Server

    • 发布日期:2017-05-21
    • 文件大小:6194796
    • 提供者:frank55444
  1. HashTable

    0下载:
  2. HashTable实例 public class HashTable_msg { public HashTable_msg() { String sum_sql="select mobilenum,count(*) from SJSJ_Msg where (left(in_date,6)=(select left(CONVERT(varchar(12) , getdate(), 112 ),6)))group by mobilenum" Hashtable<
  3. 所属分类:SQL Server

    • 发布日期:2017-04-07
    • 文件大小:67930
    • 提供者:黄杰贞
  1. SQL-Server-do-with-string-function

    0下载:
  2. SQL Server字符串处理函数大全 -SQL Server do with string function
  3. 所属分类:SQL Server

    • 发布日期:2017-03-28
    • 文件大小:2456
    • 提供者:f放手
  1. MySQL-String-Functions-Details

    0下载:
  2. MySQL中字符串函数详细介绍 如:在串中查找某个子串、求取一个子串、在串的某个位置上插入一个子串以及删除一个子串等。两个字符串相等的充要条件是:长度相等,并且各个对应位置上的字符都相等。设p、q是两个串,求q在p中首次出现的位置的运算叫做模式匹配。串的两种最基本的存储方式是顺序存储方式和链接存储方式。-MySQL string functions in detail, such as: in the string to find a substring, to strike a subst
  3. 所属分类:MySQL

    • 发布日期:2017-11-09
    • 文件大小:263049
    • 提供者:小志
« 12 3 4 5 »
搜珍网 www.dssz.com