码迷,mamicode.com
首页 >  
搜索关键字:version    ( 21237个结果
Native libraries .so.XY failing to link at runtime
What you need to do is edit the configure file. And find out this:SLIBNAME='$(SLIBPREF)$(FULLNAME)$(SLIBSUF)'SLIBNAME_WITH_VERSION='$(SLIBNAME).$(LIBV...
分类:其他好文   时间:2014-07-14 00:00:03    阅读次数:278
windows下使用eclipse调试C程序
一、环境描述Eclipse IDE for C/C++ Developers version 4.4.0MinGW gcc/g++ version 4.8.1;gdb version 7.6.1二、操作步骤1、新建工程2、编译源程序3、调试设置 Run-->Debug Configurations....
分类:Windows程序   时间:2014-07-13 23:57:25    阅读次数:401
cobbler之ks文件示例
#platform=x86, AMD64, or Intel EM64T#version=DEVEL# Firewall configuration,关闭防火墙firewall --disabled# Install OS instead of upgrade,每次安装均为全新安装install# ...
分类:其他好文   时间:2014-07-13 23:02:34    阅读次数:318
SpringMVC案例2----基于spring2.5的注解实现
和上一篇一样,首先看一下项目结构和jar包 web.xml <web-app version="2.5" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.su...
分类:编程语言   时间:2014-07-13 17:26:19    阅读次数:336
Springmvc案例1----基于spring2.5的采用xml配置
首先是项目和所需要的包截图: 修改xml文件: <web-app version="2.5" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/...
分类:编程语言   时间:2014-07-13 16:12:54    阅读次数:266
磁盘自动分区
#!/bin/bash##########################################Function:autofdisk#Usage:bashauto_fdisk.sh#Author:Customerservicedepartment#Company:AlibabaCloudComputing#Version:2.0#########################################count=0tmp1=/tmp/.tmp1tmp2=/tmp/.tmp2>$tmp1..
分类:其他好文   时间:2014-07-13 15:03:56    阅读次数:299
Cortex依赖管理
cortex对模块的依赖基于semanticversion进行管理,如果熟悉npm的模块管理方式,大家都了解node的模块是放在node_modules这个目录下,每个模块自己的依赖都放在自己目录下的node_modules里面,这样避免了不同模块之间的共同依赖版本冲突的问题。而在前端开发中,套嵌的依赖是不..
分类:其他好文   时间:2014-07-13 15:01:17    阅读次数:278
Qt for android触摸手势事件QGestureEvent
在触摸设备上可以使用Qt的手势事件 要激活手势事件,需要执行以下操作: 第一步,设置QT程序版本 QApplication app(argc, argv); QCoreApplication::setApplicationVersion(QT_VERSION_STR);     第二步,为QWidget控件注册手势事件 QListQt::GestureType> ge...
分类:移动开发   时间:2014-07-12 20:30:44    阅读次数:807
记一次离奇的TNS-12545 TNS-12560 TNS-00515
最近reportDB监听无法随系统自启动,现象比较怪异。因为该服务器上的另一个实例的监听可以正常启动,这个不能自启动实例的监听手动启动又是正常的。因此记下这次离奇暂未找到原因的故障。1、故障现象Starting CRON daemondoneOracle 10g auto start/stopStartup "USMTHLY" listener.LSNRCTL for Linux: Version...
分类:其他好文   时间:2014-07-12 18:48:05    阅读次数:264
Web.xml 中加入log4j
配置文件如下。web.xml <web-app version="2.5" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns...
分类:Web程序   时间:2014-07-12 16:38:21    阅读次数:307
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!