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

搜索资源列表

  1. VB1

    0下载:
  2. 已有一个数据库“001”,其中的表名称是“单字”,字段列表有两个——“编号、名称” 现在需要编一段代码,要实现的功能是:从 C:\abc.txt 中依次读取汉字,存入数据库001,其中“名称”就是汉字本身,“编号”依次是0001、0002、0003、0004、0005…… -Already have a database " 001" , where the table name is " word" , the field list there are
  3. 所属分类:SQL Server

    • 发布日期:2017-03-27
    • 文件大小:753
    • 提供者:宋长坡
  1. Oracle_DBA_Master

    1下载:
  2. 《Oracle数据库DBA专题技术精粹》从DBA的角度阐述了Oracle数据库的结构内幕、管理经验和优化技巧,并列举了很多实用的案例。本书主要分为五大部分,基础篇主要介绍了一些基础技术与OCP认证相关的一些内容,内各种平台上安装与建库的技巧以及在9i里面出现的新特性;结构篇包括对回滚段、存储结构等的深入讨论,并彻底阐述了困扰许多用户的字符集问题;备份与恢复篇列举了大量实际案例,讲述了在不同的需求环境下所应采取的备份方案以及进行故障恢复的方法;性能篇深入分析了Statspack等常用的调整工具的原
  3. 所属分类:Oracle

    • 发布日期:2016-10-14
    • 文件大小:17335296
    • 提供者:
  1. asd

    0下载:
  2. 赫夫曼编码,实现压缩编码,字符码长 察看权值-Huffman coding to achieve compression, the character code value of a long look at the right
  3. 所属分类:Database system

    • 发布日期:2017-04-11
    • 文件大小:843
    • 提供者:chenrong
  1. OCI_INTER_PROJECT

    0下载:
  2. 封装了OCI,实现了数字,字符,日期,时间戳,字符型大数据,二进制大对象,RAW的增删改查以及批处理,实现的事务,元数据等功能,初步的,希望能对初学的朋友稍微有些参考,有些启发-Encapsulates the OCI, to achieve a number, character, date, timestamp, character large data, binary large objects, RAW' s additions and deletions to search an
  3. 所属分类:Oracle

    • 发布日期:2017-05-03
    • 文件大小:1281976
    • 提供者:龙飞
  1. oracle-date-change-yinli

    0下载:
  2. oracle 日期切换成阴历函数,只在英文字符集上测试通过-oracle date function switch to the lunar calendar, the English character set only on the test
  3. 所属分类:Oracle

    • 发布日期:2017-03-31
    • 文件大小:3497
    • 提供者:zhx
  1. Oracle

    0下载:
  2. Oracle数据库内置函数及数据字典。常用函数、字符函数、分组函数、日期型函数的举例。-Oracle Database built-in functions and data dictionary. Examples of commonly used functions, character functions, group functions, date functions.
  3. 所属分类:Oracle

    • 发布日期:2017-04-03
    • 文件大小:532
    • 提供者:zhangyi
  1. fannuo4.1

    0下载:
  2. 凡诺企业网站管理系统,全DIV+CSS模板,多浏览器适应,完美兼容IE6-IE8,以及Firefox Opera 等符合标准的浏览器,模板样式集中在一个CSS文件中,内容与样式完全分离,方便网站设计人员开发模板与管理。系统较为安全,已设计防注入,敏感字符屏蔽。 -Sub-standard browser, templates, style in a CSS file, content and style is completely separated from the convenience
  3. 所属分类:SQL Server

    • 发布日期:2017-04-04
    • 文件大小:887743
    • 提供者:sun
  1. 12-5

    0下载:
  2. 判断完数,判断质数,求阶乘,判断字符,输出菱形-Judge finished number to determine prime numbers, factorial judge character, output rhombus
  3. 所属分类:Database system

    • 发布日期:2017-12-02
    • 文件大小:1448
    • 提供者:李斌
  1. hantopiny

    0下载:
  2. VFP引导码过程->将汉字串自动转换为汉语拼音首字母.用途:用于快速检索,例如:进销存商品名的快速检索,数据库类开发不可缺少的功能块.我这里定义为[引导码]-Boot code process-> Chinese character string is automatically converted to Hanyu Pinyin first letter. Purposes: for fast retrieval, for example: Invoicing trade name
  3. 所属分类:Other Databases

    • 发布日期:2017-11-28
    • 文件大小:551
    • 提供者:青子
  1. exersize3 ssd7

    0下载:
  2. For this exercise, we will use the library schema. It includes information about book titles in the library, information about library members, about the number of times the books were read by members, about the suppliers who supply books to the libr
  3. 所属分类:其他数据库

  1. mail_attachment

    0下载:
  2. A PL/SQL package to demonstrate how to use the UTL_SMTP package to send emails in ASCII and non-ASCII character sets, emails with text or binary attachments.
  3. 所属分类:Oracle

    • 发布日期:2017-11-18
    • 文件大小:3567
    • 提供者:Superfreak
  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
    • 提供者:小志
  1. common-jdbc-proxy

    0下载:
  2. JDBC代理程序,用于JAVA开发,处理连接老数据库的字符集问题。-JDBC Agent for JAVA development, process connection old database character set problem.
  3. 所属分类:Oracle

    • 发布日期:2017-04-16
    • 文件大小:16894
    • 提供者:apen
  1. AOP

    0下载:
  2. 对Oracle的JDBC进行重新封装,增加参数,进行字符集转换。-For Oracle s JDBC repackaging, increase the parameter, character set conversion.
  3. 所属分类:Oracle

    • 发布日期:2017-04-08
    • 文件大小:12374
    • 提供者:apen
  1. check

    0下载:
  2. 我现在想说自己写函数, 但是首先要检测到这个字符里面有& 符号。。。 -I want to say now write their own functions, but first of all to detect this character inside an ampersand. . .
  3. 所属分类:Oracle

    • 发布日期:2017-04-08
    • 文件大小:6562
    • 提供者:dadaboy
  1. Program-design

    0下载:
  2. 程序设计基础,常量与变量等字符,各种输入输出函数-Such as program design, character constants and variables, a variety of input and output functions
  3. 所属分类:Other Databases

    • 发布日期:2017-04-27
    • 文件大小:21885
    • 提供者:李丽
  1. pinyin_array

    0下载:
  2. 拼音汉字库,拼音对应的汉字库,可以做输入法程序时使用,库很全,一般的汉字都能找到-Pinyin into Chinese character
  3. 所属分类:Other Databases

    • 发布日期:2017-04-24
    • 文件大小:85911
    • 提供者:杨雪芳
  1. ArabicAndHebrewTextConverter

    1下载:
  2. Converting from DOS Arabic or Hebrew Language to Windows or the new environment requires a legacy systems like Windows 3.11 Arabic and DOS and many others requirements, here is a utility which allow you to convert all arabic data files you have from
  3. 所属分类:Other Databases

    • 发布日期:2017-03-28
    • 文件大小:35843
    • 提供者:DrxVB
  1. jksql

    0下载:
  2. 实现了创建数据库,建表等SQl的功能,有问题存在,望见谅。-Designed and implemented a streamlined single-user SQL engine (DBMS) MiniSQL, through the character interface allows the user to enter SQL statements to achieve the table create/delete index create/delete table records,
  3. 所属分类:Other Databases

    • 发布日期:2017-05-02
    • 文件大小:911926
    • 提供者:yzh
  1. PHPExcel_demo

    0下载:
  2. php对excel文件进行循环读取 php对字符进行ascii编码转化,将字符转为十进制数 php对excel日期格式读取,并进行显示转化 php对汉字乱码进行编码转化 -PHP cycle to read the excel file PHP the characters ASCII code conversion, the character to a decimal number PHP on Excel date format to read, an
  3. 所属分类:Other Databases

    • 发布日期:2017-04-14
    • 文件大小:2563
    • 提供者:xiao
« 1 23 »
搜珍网 www.dssz.com