http://baike.baidu.com/view/3146511.htm
分类:
数据库 时间:
2014-05-10 08:17:27
阅读次数:
327
转载地址:http://www.2cto.com/database/201212/177382.html一、自定义函数(UDF)的特性和功能
www.2cto.com 函数能分返回字符串,整数或实数; 可以定义一次作用于一行的简单函数,或作用于多行的组的集合函数;二、基本操作1、创建自...
分类:
数据库 时间:
2014-05-10 08:14:57
阅读次数:
433
1、hibernate.cfg.xml配置如下: (数据库连接配置)
com.mysql.jdbc.Driver
jdbc:mysql://127.0.0.1:3306/test?useUnicode=true&characterEnc...
分类:
系统相关 时间:
2014-05-10 08:13:33
阅读次数:
688
转自
http://blog.csdn.net/ve_love/article/details/19685399
分类:
数据库 时间:
2014-05-10 08:04:50
阅读次数:
266
前言: 主要讲解ODBC API, 以mysql为例, 从配置到安装, 再到具体的编程,
以期对ODBC有个初步的认识.*) 下载mysql, 选择社区版mysql, 并安装
http://dev.mysql.com/downloads/mysql/*) 下载mysql-odbc dr...
分类:
数据库 时间:
2014-05-10 05:51:59
阅读次数:
479
.数据库是通过select显示数据的.通过id链接多张表
分类:
数据库 时间:
2014-05-10 05:50:02
阅读次数:
310
使用索引器的目的是为了能够像数组一样访问类中的数组型的对象。using
System;using System.Collections.Generic;using System.Linq;using
System.Text;using System.Threading.Tasks;namespace...
分类:
其他好文 时间:
2014-05-10 05:43:44
阅读次数:
218
你如果新插入的一段资料,你想获取它的ID,就用
“mysql_insert_id()”;并且要重新定义一个名称
分类:
数据库 时间:
2014-05-10 05:42:13
阅读次数:
339
1、传递,提交值,最好用GET提交,
如果用POST,就必须加上:setRequestHeader("Content-Type","application/x-www-form-urlencoded");2、$row[0]:
第一行数据3、mysql_fetch_row() 与 mysql_fetc...
分类:
其他好文 时间:
2014-05-10 05:05:26
阅读次数:
275
Sphinx高性能的搜索引擎(简单、强大、实用)http://blog.csdn.net/lgm252008/article/details/5373354
分类:
其他好文 时间:
2014-05-10 05:03:24
阅读次数:
181