1、打开access数据文件,选择需转换的表/导出/ODBC数据库2、输入导出的表名3、选择数据源,点击新建4、选择数据源驱动程序5、保存DSN文件6、下一步,输入oracle的SERVICE NAME(实例名)、USER NAME(用户名)、PASSWORD(密码)7、确定
分类:
数据库 时间:
2014-07-09 21:40:26
阅读次数:
245
Adobe Photoshop CC 14.0简体中文特别版32位和64位下载
分类:
其他好文 时间:
2014-07-08 23:20:45
阅读次数:
426
有关python实现apahce网站日志分析的方法。应用到:shell与python数据交互、数据抓取,编码转换#coding:utf-8#!/usr/bin/python'''程序说明:apache access.log日志分析 分析访问网站IP 来源情况 日期:2014-01-06 17:01 ...
分类:
编程语言 时间:
2014-07-08 22:47:52
阅读次数:
434
STL算法之排序算法STL排序算法通常复杂度坏于线性,且必须要random-access Iterators。所以,forward_list, list, associative and unordered contains 不提供随机访问迭代器,这些容器不能用排序算法。但是,forward_lis...
分类:
其他好文 时间:
2014-07-08 22:34:18
阅读次数:
226
使用php的odbc函数,不创建数据源。
$connstr="DRIVER=Microsoft Access Driver (*.mdb);DBQ=".realpath("test.mdb") ;
$connid=odbc_connect($connstr,"","",SQL_CUR_USE_ODBC );
亲试代码,可用哦。
Php + Access sample code.
...
分类:
数据库 时间:
2014-07-08 15:52:44
阅读次数:
248
Linux系统安装完毕后,发现火狐浏览器视频播放不了而且总是提示安装Flash。而按火狐浏览器上的提示Flash插件安装总是失败,木有办法只能手动安装Flash插件啦。
到Flash官网:http://get.adobe.com/cn/flashplayer/ 下载系统对应的Flash插件,我的电脑在此下载的是 install_flash_player_11_linux.i386...
分类:
系统相关 时间:
2014-07-08 15:23:19
阅读次数:
280
1.1. Roles
角色
OAuth defines four roles:
OAuth 设定了四个角色
resource owner
资源拥有者
An entity capable of granting access to a protected resource.
When the resource owner...
分类:
其他好文 时间:
2014-07-08 14:29:22
阅读次数:
227
Interesting enough to find out the Reader function in Safari is actually Javascript and there are many interesting stuff from the 2000 line code:
* 5 main parts in the file:
* 1. define const
* 2...
分类:
其他好文 时间:
2014-07-08 13:11:46
阅读次数:
469
各种错误一大堆啊,走了一个又来一个,继续吧java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: YES) at com.mysql.jdbc.SQLError.createSQLExcept...
分类:
数据库 时间:
2014-07-06 15:16:53
阅读次数:
288
There's a much simpler solution for this. Try running the following command:sudo /usr/sbin/DevToolsSecurity --enable
分类:
数据库 时间:
2014-07-05 22:43:50
阅读次数:
451