main.cxx#include #include #include #include using
namespace std; int main() { sqlite3* file; int flag; flag =
sqlite3_open("./stu.db", &file); if(...
分类:
数据库 时间:
2014-06-29 14:36:03
阅读次数:
254
1.
修改对应网卡IP的配置文件vi/etc/sysconfig/network-scripts/ifcfg-eth0 修改以下内容DEVICE=eth0
#描述网卡对应的设备别名,例如ifcfg-eth0的文件中它为eth0BOOTPROTO=static #设置网卡获得ip地址的方式,可能的选项...
分类:
系统相关 时间:
2014-06-07 03:56:40
阅读次数:
293
Bonding:Ethernet Channel Bonding enables two or
more Network Interfaces Card (NIC) to a single virtual NIC card which may
increase the bandwidth and p...
分类:
Web程序 时间:
2014-06-07 03:38:59
阅读次数:
267
Can总线测试1 Can总线 控制器局域网(Controller Area Network,
简称CAN或CANbus)是一种通信协议,其特点是允许网络上的设备直接互相通信,网络上不需要主机(Host)控制通信。是由研发和生产汽车电子产品著称的德国BOSCH公司开发了的,并最终成为国际标准(ISO....
分类:
其他好文 时间:
2014-05-29 04:27:27
阅读次数:
487
1. 最基本的读文件方法:# File: readline-example-1.pyfile =
open("sample.txt")while 1: line = file.readline() if not line: break pass # do
something 一行一行得从文件读数据....
分类:
编程语言 时间:
2014-05-29 01:34:30
阅读次数:
402
Growing Cell Structures A Self-Organizing
Network for Unsupervised and Supervised LearningHere, and throughout the whole
paper, △x = y stands for x(ne...
分类:
其他好文 时间:
2014-05-28 22:46:34
阅读次数:
240
感谢博客http://sillycat.iteye.com提供的资料linux性能检查(一)介绍和CPU 通常监控的子系统有: CPU Memory IO
Network 应用类型 IO相关,处理大量数据,需要大量内存和存储,频繁IO读写数据,对CPU的要求比较小,大部分时候CPU都在等待硬盘,比如...
分类:
系统相关 时间:
2014-05-28 20:17:59
阅读次数:
666
使用这个功能时,遇到几个问题: 1. 当点击library时,ie报错:A problem
with this webpage caused Internet Explorer to close and reopen the tab
解决方法:使用Internet Explorer (No Add-...
分类:
其他好文 时间:
2014-05-28 16:17:47
阅读次数:
536
主要是虚拟机中安装CentOS每次总会做一些设置,记录下来方便以后。纯粹基本设置,比如本地SecureCRT可以连接虚拟机中的CentOS。复杂的非基本设置见:Linux
命令集锦设置网络自动连接#cat /etc/sysconfig/network-scripts/ifcfg-eth0 ONBOO...
分类:
其他好文 时间:
2014-05-28 11:51:22
阅读次数:
337
我曾经为Mozilla Developer
Network开发一个新功能,它需要加载一个基本的脚本文件的同时加载一个JSON请求。因为我们使用的是jQuery,意味着要使用
jQuery.getScript和jQuery.getJSON。我知道这两者都是异步的并返回一个Deferred(jQuery...
分类:
Web程序 时间:
2014-05-28 11:43:03
阅读次数:
318