代码搜索:SO库
找到约 10,000 项符合「SO库」的源代码
代码结果 10,000
www.eeworm.com/read/335179/12546699
mdb 登陆数据库.mdb
www.eeworm.com/read/335167/12547544
rar sql数据库设计.rar
www.eeworm.com/read/248675/12547745
exe vb数据库技术.exe
www.eeworm.com/read/248565/12553016
exe 数据库连接程序.exe
www.eeworm.com/read/248450/12558047
rar 建库脚本new.rar
www.eeworm.com/read/147252/12571592
c 龙格库塔方法.c
www.eeworm.com/read/248322/12583910
txt hnxxcxg数据库池.txt
如何加快数据库连接速度?
这个问题在分布式,多层的环境中更为重要。因为在网络频宽不是很好的环境中,或是服务器需要服务不
定数目客户端的环境中,加快数据库连接速度以及控制数据库连接数目是很重要的考虑因素。
请考虑以下数个情形:
1。当许多的客户端都需要连接后端的数据库进行资料的处理,但是每一个客户端连接,处理的时间都不
长而且是在一个缓慢的广域网络环境中。
2。客户端有上千个 ...
www.eeworm.com/read/146711/12616955
cpp 龙格-库塔算法.cpp
#include
void main()
{
void Runge_Kutta(float (*f)(float,float),float a,float b,float y0,int N);
float f(float,float);
float a=0,b=5,y0=2;
Runge_Kutta(f,a,b,y0,20);
}
void Ru
www.eeworm.com/read/300831/13890516
frm f数据库连接.frm
VERSION 5.00
Begin VB.Form F数据库连接
Caption = "数据库连接"
ClientHeight = 2580
ClientLeft = 60
ClientTop = 450
ClientWidth = 3165
LinkTopic