码迷,mamicode.com
首页 >  
搜索关键字:comare version number    ( 48018个结果
查看Linux系统版本和内核信息
Linux查看Linux系统版本信息1.查看内核版本1)方法一:登录到linux执行cat/proc/version[jhlishero@CentOS5_32bit_ip12~]$cat/proc/versionLinuxversion2.6.18-194.el5(mockbuild@builder...
分类:系统相关   时间:2014-07-09 23:35:18    阅读次数:343
win7中未加载类型“System.ServiceModel.Activation.HttpModule”
“/”应用程序中的服务器错误。未能从程序集“System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”中加载类型“System.ServiceModel.Activation.Http...
分类:Windows程序   时间:2014-07-09 23:10:41    阅读次数:444
Introduction to Robotics Toolbox for MATLAB
"Robotics Toolbox" isone ofopen-source MATLAB(R) Toolbox maintained by prof. Peter Corke, and another is Machine Version Toolbox. The toolbox provides...
分类:其他好文   时间:2014-07-09 22:52:45    阅读次数:391
Flex 数组问题!
设计一个图形类,来对应一个图形!这个类大概的代码是:public class ShapeModel extends ... { [bindable] private var _x:Number = 0; [bindable] private var _y:Number = 0...
分类:其他好文   时间:2014-07-09 22:40:29    阅读次数:207
Spyder提示ValueError: API 'QString' has already been set to version 1
转载自:http://wuyuans.com/2013/02/spyder-valueerror-api-qstring-has-already-been-set-to-version-1/在IPython中使用enthought.mayavi正常,但在Spyder中确有问题,提示如下:ValueE...
分类:Windows程序   时间:2014-07-09 21:47:51    阅读次数:1422
System.getProperty()方法大全
System.out.println("java版本号:" + System.getProperty("java.version")); // java版本号System.out.println("Java提供商名称:" + System.getProperty("java.vendor")); /...
分类:其他好文   时间:2014-07-09 21:22:53    阅读次数:184
linux命令
1. 查看内核版本命令: 1) [root@q1test01 ~]# cat /proc/version Linux version 2.6.9-22.ELsmp (bhcompile@crowe.devel.redhat.com)(gcc version 3.4.4 20050721 (R...
分类:系统相关   时间:2014-07-09 21:14:16    阅读次数:346
POJ 2309 BST 树状数组基本操作
Description Consider an infinite full binary search tree (see the figure below), the numbers in the nodes are 1, 2, 3, .... In a subtree whose root node is X, we can get the minimum number in this ...
分类:其他好文   时间:2014-07-06 11:36:14    阅读次数:284
Cocos2d-x lua游戏开发之安装Lua到mac系统
注意:mac ox ,lua version :5.15 下载lua官网的lua, 注意:最好是5.15以下,5.2的lua不支持table的getn()方法,这让我情何以堪。(获取table长度,相当与cout,size,length) 下载解压, cd 目录 make macosx sudo make install (是的,就是小写的install,虽然文件夹下的是INS...
分类:其他好文   时间:2014-07-06 08:40:44    阅读次数:187
简单记录一次ORA-00600: internal error code, arguments: [4194]
接上一篇,在搞定SCN问题后,又遇到ORA-600[4194]/[4193]报错。 故障现象: OPEN数据库时报错:ORA-00600: internal error code, arguments: [4194], [], [], [], [], [], [], [] 4193:表示undo和redo不一致(Arg [a] Undo record seq number,Arg...
分类:其他好文   时间:2014-07-06 00:38:31    阅读次数:297
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!