一,下载1.官网为:http://www.mongodb.org/;下载安装程序的地址为:http://www.mongodb.org/downloads,选择选择的是Windows 32-bit 2.4.0版本。2.下载MongoDB For .net 驱动开发包,官方的c#driver位于dri...
分类:
数据库 时间:
2015-04-03 15:00:52
阅读次数:
194
本文允许转载,请注明出处:http://blog.csdn.net/fulinusLinux内核代码实在太大了,一个小小的模块也会让你手足无措,今天下午决心要把spi驱动好好看看。首先分析spidev.c文件,这个文件中定义struct file_operations结构中的成员。成员有spidev_write、spidev_read和spidev_ioctl,前两者实现半双工通信,后者实现全双工...
分类:
系统相关 时间:
2015-04-02 20:58:08
阅读次数:
250
#include "TFT\TFT_Driver.h"找不到文件, 无法打开
没有include 仅在同一工程下就可以使用函数
每次运行程序结果不同...
分类:
其他好文 时间:
2015-04-02 20:55:28
阅读次数:
149
JavaWeb-17
JDBC编程进阶2
一、自定义框架
习惯:搞工具类尽量写多些注释
开始制定框架
项目架构:
c3p0-config.xml
com.mysql.jdbc.Driver
jdbc:mysql://localhost:3306/day15
root
root...
分类:
数据库 时间:
2015-04-02 19:00:48
阅读次数:
285
欢迎转载,转载请保留原作者信息
欢迎交流学习,共同进步!
作者:颜海峰
个人博客:http://yanheven.github.io
微博:海峰_云计算 http://weibo.com/344736086Neutron 网络类型介绍计算节点配置 Load Balance网络节点配置 Load Balance配置Neutron 使用 Load Balance Mechanism Driver...
分类:
其他好文 时间:
2015-04-01 23:54:51
阅读次数:
291
Description
The Pizazz Pizzeria prides itself in delivering pizzas to its customers as fast as possible. Unfortunately, due to cutbacks, they can afford to hire only one driver to do the deliveri...
分类:
其他好文 时间:
2015-04-01 15:32:04
阅读次数:
195
启动时的蓝屏显示错误信息是:STOP 0x000000CE (...)DRIVER_UNLOADED_WITHOUT_CANCELLING_PENDING_OPERATIONSintelppm.sys步骤如下:1. 启动进入"带网络连接的安全模式",2. 在windows安装目录中查找 intelp...
分类:
其他好文 时间:
2015-04-01 13:02:56
阅读次数:
212
VLAN 介绍计算节点 Open vSwitch 配置网络节点 Open vSwitch 配置配置Neutron使用 Open vSwitch Mechanism Driver配置Neutron 使用 VLAN type driver配置 VLAN 编号范围查看 分配给网络的 VLAN 编号创建特定编号的 VLAN...
分类:
其他好文 时间:
2015-04-01 00:24:44
阅读次数:
163
1.使用oracle sql developer 4.0.3作为hive query的IDE。 下载hive-jdbc driver http://www.cloudera.com/content/cloudera/en/downloads/connectors/hive/jdbc/hive-jdb...
分类:
其他好文 时间:
2015-03-31 07:52:49
阅读次数:
331
代码:#coding=utf-8from selenium import webdriverdriver=webdriver.Chrome() #调用chrome浏览器driver.get('https://www.baidu.com')print driver.titledriver.quit(....
分类:
编程语言 时间:
2015-03-30 13:11:17
阅读次数:
231