修改注册表 [HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Jet/4.0/Engines/Jet4.0] 将MaxLocksPerFile键值改为自己设置的值(如:9999999)。代码实现:function TfrmExport.EditRegister: Boo....
分类:
其他好文 时间:
2014-07-28 23:39:44
阅读次数:
286
直接将14.04镜像直接放到flash driver 中
然后在bios设置flash driver 优先启动
然后格出一块盘给ubuntu 安装使用
按操作要求一路点下去即可,记得选windows和linux共存选项。
这样ubuntu就会安装到你格式化后的盘中了。...
分类:
其他好文 时间:
2014-07-28 16:29:03
阅读次数:
237
Problem Description
As we all know, machine scheduling is a very classical problem in computer science and has been studied for a very long history. Scheduling problems differ widely in the nature of...
分类:
其他好文 时间:
2014-07-28 15:47:03
阅读次数:
308
I am using pybrain on my Linuxmint 13 x86_64 PC.As what it is described: PyBrain is a modular Machine Learning Library for Python. Its goal is to offe...
分类:
编程语言 时间:
2014-07-28 11:33:00
阅读次数:
292
Definition of Supervised Learning and unsupervised learningIdea of supervised learning is to teach computer how to do something.Idea of unsupervised l...
分类:
其他好文 时间:
2014-07-28 11:32:10
阅读次数:
183
一、基础知识:1、JVM、JRE和JDK的区别: JVM(Java Virtual Machine):java虚拟机,用于保证java的跨平台的特性。 java语言是跨平台,jvm不是跨平台的。 JRE(Java Runtime Environment):java的运行环境,包括jvm+java的....
分类:
编程语言 时间:
2014-07-28 11:28:00
阅读次数:
244
1、 linux驱动分类
2、 信号量与自旋锁
3、 platform总线设备及总线设备如何编写
4、 kmalloc和vmalloc的区别
5、 module_init的级别
6、 添加驱动
7、 IIC原理,总线框架,设备编写方法,i2c_msg
8、 kernel panic
9、 USB总线,USB传输种类,urb等
10、android boot 流程...
分类:
系统相关 时间:
2014-07-27 23:43:09
阅读次数:
380
state-machine environmentobject-oriente interfacefigure and axesbackend and frontenduser interface bankendshardcopy backends or non-interactive backen...
分类:
编程语言 时间:
2014-07-27 23:25:29
阅读次数:
283
我相信有无数的小盆友跟我一样很讨厌Win7快捷方式图标上的箭头,实在太丑陋了,尤其是带有强迫症滴。现在介绍去除箭头的方式。1. 打开编辑器,将以下代码粘贴进去,然后保存为.bat后缀的文件,然后双击执行该文件即可。reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Micros...
故障:
之前phpMyAdmim和Yii连接Mysql都好着的,某天,同时出现如下报错:
1、linux下phpMyAdmin 出现 “缺少 mysqli 扩展,请检查
PHP 配置。”
2、Yii 出现CDbConnection failed to open the DB connection: could not find driver
排查:
1、先排查Mysql服务是否正...
分类:
数据库 时间:
2014-07-27 11:16:42
阅读次数:
232