1下载驱动库http://sourceforge.net/projects/mysql-python/2,yum install mysql-dev*yum
install python-dev*3,python setup.py install
分类:
数据库 时间:
2014-04-28 05:40:20
阅读次数:
634
3.1 Installing mod_pythonTo install mod_python,
we simply run:yum install mod_python3.2 Configuring ApacheNow we must configure
Apache so that it can ...
分类:
编程语言 时间:
2014-04-28 04:52:46
阅读次数:
735
开发框架的时间,想测试单例和多例下对性能的影响,找了下没有特别简单易用的测试工具。估摸着搞了一个小工具。针对.net
Framework的2.0,3.5,4.0版本。WebHttpTest2.0WebHttpTest3.5WebHttpTest4.0
分类:
Web程序 时间:
2014-04-28 04:13:29
阅读次数:
518
对于实际的业务系统,通常有一些热点的表,insert和delete的量非常大,这个时候就会发现一些查询语句的逻辑读比较偏高,这时可能就是oracle在构建一致性块的进行的consistent
read。下面做一个测试看下:第一步准备数据:create table test(col1 varchar2...
分类:
数据库 时间:
2014-04-28 03:57:41
阅读次数:
821
为了方便自己测试和监控,写了三个监控的脚本。 分别监控:
主机【cpu,mem,disk,fs,net】 oracle mysql 脚本如下:hmon.py: monitor Linux os system
including cpu,memory,disk,net,file s...
分类:
数据库 时间:
2014-04-28 01:27:52
阅读次数:
765
一
统计学习方法概述统计学习对象:数据-->数据特征-->数据模型-->知识-->预测统计学习关于数据的假设:
具有一定统计规律性的同类数据。统计学习目的: 对数据进行预测与分析,尤其是对未知新数据进行分析预测。通过构建概率统计模型实现。统计学习方法:
监督学习,非监督学习,半监督学习,强化学习监督...
分类:
其他好文 时间:
2014-04-28 01:04:26
阅读次数:
583
Page 30Perceptual blocks are obstacles that
prevent the problem-solver from clearly perceiving either the problem itself or
the information needed to ...
分类:
其他好文 时间:
2014-04-28 00:54:37
阅读次数:
403
1.wsprintf系列函数无法正确处理浮点数sprintf
可以处理浮点数2.注意Unicode下,各种函数变体注:根据测试,实际编程中,当使用_vsntprintf函数时,会提示错误,用_vsntprintf_s替换即可
分类:
其他好文 时间:
2014-04-27 21:44:28
阅读次数:
421
项目驱动 需求分析-系统设计-编码-测试-维护期GUI Swing程序的建立步骤
1.建立容器-可以容纳其他图形对象的类,容器中还可以添加容器 2.建立组件-组件就是一套图形对象
3.将组件放到容器当中-将创建好的对象添加到容器中,才能在窗口中显示 4.设置布局JFrame:带有标题和边框的顶级窗口...
分类:
编程语言 时间:
2014-04-27 21:31:35
阅读次数:
693
Page 6:Natural tendency in problem solving is
to pick the first solution that comes to mind and run with it. The disadvantage
of this approach is you ...
分类:
其他好文 时间:
2014-04-27 21:27:40
阅读次数:
510