资源列表
workTools
- Redis是一个开源的使用ANSI C语言编写、支持网络、可基于内存亦可持久化的日志型、Key-Value数据库,并提供多种语言的API(Redis is an open source, log and Key-Value database that is written and supported by ANSI C language, supported by network, and can be persisted based on memory. It also provides AP
IMEIshujuku
- 方便存储调用手机号和IMEI码的小工具,有些网络任务需要很多手机号和修改IMEI码,但是查询很麻烦,用excel又不方便,所以做个这样的小数据库用。(Convenient storage calls the phone number and IMEI code of small tools. Some network tasks require a lot of cell phone number and modify IMEI code, but query is very troubleso
30种oracle常见的等待事件说明
- Oracle性能优化关注点,了解30种等待事件的概念及解决方法(Oracle performance tuning focus, understand the concepts of 30 wait for events and solving methods)
VB用内连接查询数据
- VB用内连接查询数据,d 在VB使用内连接查询数据查询ACCESS小型数据库。(test connectiont---- test connection for VB6.0 to test connection to microsoftoffice ACCESS)
录入窗体
- 输入的数据保存设置,包括不点击保存关闭窗体,则不会保存,点击撤销将之前输入的内容全部撤销(Input data save settings)
redis-4.0.2.tar
- redis 4.0.2 for linux.
database
- 这是一个数据库课程PPT,文档的集合包,是本人数据库的全部学习资料(This is a database course PPT, a collection of documents)
SQLite
- SQLite源码分析,包括结构,btree,存储,编译,分析,执行等(SQLite source code analysis, including the structure, BTREE, storage, compilation, analysis, implementation etc.)
Elasticsearch服务器开发(第2版)
- elasticsearch 服务器开发 欢迎阅读本书的第2版,这一版不仅针对Elasticsearch的最新版本更新了内容,还添加了一些 在第1版中遗漏的重要内容。阅读这本书,你将踏上Elasticsearch服务器提供的全文检索的精彩旅 程。本书首先对Elasticsearch进行一般性介绍,其中包括如何启动和运行Elasticsearch、Elasticsearch 的基本概念,以及如何以最基本的方式索引和搜索数据。 本书也将讨论被称为Querydsl的查询语言,通过它可以创建复杂
mongodb
- mongodb数据库的基本操作,例如增删改查,聚合查询等(The basic operation of mongodb database)
bp神经网络分类
- 1. 采用BP神经网络设计男女生分类器。采用的特征包括身高、体重、是否喜欢数学、是否喜欢文学、是否喜欢运动共五个特征,BP神经网络包含一个隐层,隐层结点数为5。要求:自行编写代码完成后向传播算法,采用交叉验证的方式实现对于性能指标的评判(包含SE,SP,ACC和AUC,AUC的计算可以基于平台的软件包)。(. using BP neural network to design the classifier for male and female students. The features in
YQ调用DLL实例
- 雅奇调用DLL的实例代码()