在win7 操作系统中SQL2008导入excel2007
出现:未在本地计算机上注册“microsoft.ACE.oledb.12.0”提供程序的解决方法:出现这个原因是office
2007没有安装64位的数据驱动,下载:http://download.microsoft.com/downloa...
分类:
数据库 时间:
2014-04-30 20:53:51
阅读次数:
464
XmlDataSource BasicsThe XmlDataSource control
exists merely as a proxy for retrieving XML data, which can then be
programmatically accessed or bound t...
分类:
数据库 时间:
2014-04-30 19:04:56
阅读次数:
727
前台直接访问数据库.把全部数据取出来就可以.我个人比较喜欢这种方法.很简单.protected
void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { listbind()...
分类:
数据库 时间:
2014-04-30 18:40:19
阅读次数:
506
平时做算法题目, 没少用到 GDB, 但今天才意识到 Project 的调试方法与单个 cpp
文件的不同之处, 比如 gdb list 命令, 在单个 cpp 文件中列出的是源代码, 但在 project 中却什么都不显示Project Debug 时,
file 参数的使用[1] 有讲解, UP...
分类:
数据库 时间:
2014-04-30 17:23:01
阅读次数:
527
在class内部做点事class FirstClass: # 定义类对象 def
setData(self, value): # 定义类方法 self.data = value # self就指这个实例 ...
分类:
其他好文 时间:
2014-04-30 16:11:02
阅读次数:
337
学习外国的框架,零零星星和点点滴滴是不行的,还是要有一个高屋建瓴总揽全局的看法,所以就看看D3都有哪些方法。core:selection,
transition, arrays, math, loading external resources, string formatting, csv
for...
ModuleWorks为模拟机器的工具运转及(或)机床和车床材料的搬运提供了一整套解决方案。
分类:
其他好文 时间:
2014-04-30 13:25:40
阅读次数:
680
原文:模仿QQ截图片两个picturebox,一个放图片完整代码如下using
System;using System.Collections.Generic;using System.ComponentModel;using
System.Data;using System.Drawing;usi...
分类:
其他好文 时间:
2014-04-29 10:34:45
阅读次数:
433
jQuery Mobile 页面事件在 jQuery Mobile
中与页面打交道的事件被分为四类:Page Initialization - 在页面创建前,当页面创建时,以及在页面初始化之后Page Load/Unload -
当外部页面加载时、卸载时或遭遇失败时Page Transition -...
分类:
Web程序 时间:
2014-04-29 10:32:47
阅读次数:
477
很多应用都会有一个启动界面。欢迎画面慢慢隐现,然后慢慢消隐。我的方式是使用两个Activity,程序启动时候load第一张Activity,然后由tick触发N秒钟后startActivity另外一张Activity。splash.javapackage
com.yuyidong.second;im...
分类:
移动开发 时间:
2014-04-29 10:22:46
阅读次数:
506