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
一、环境描述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....
项目视图The Package Explorer view- 已忽略版本控制的文件。可以通过Window → Preferences → Team → Ignored Resources.来忽略文件。A file ignored by version control. You can control...
分类:
其他好文 时间:
2014-07-13 09:37:30
阅读次数:
343
解决在SharePoint 2010 部署自己Event Handler后,解决”Could not load file or assembly 'TIBCO.EMS, Version=1.0.700.12, Culture=neutral, PublicKeyToken=5b83db8ff05c64ba' or one of its dependencies. The system cannot find the file specified. “的问题...
分类:
其他好文 时间:
2014-07-12 21:37:56
阅读次数:
283
在触摸设备上可以使用Qt的手势事件
要激活手势事件,需要执行以下操作:
第一步,设置QT程序版本
QApplication
app(argc,
argv);
QCoreApplication::setApplicationVersion(QT_VERSION_STR);
第二步,为QWidget控件注册手势事件
QListQt::GestureType> ge...
分类:
移动开发 时间:
2014-07-12 20:30:44
阅读次数:
807
公司linux 服务器出现问题,mysql 服务器无故关闭,一直找不到原因。
Version: '5.6.13-enterprise-commercial-advanced' socket: '/var/lib/mysql/mysql.sock' port: 3306 MySQL Enterprise Server - Advanced Edition (Commercial)
201...
分类:
系统相关 时间:
2014-07-12 20:01:35
阅读次数:
463
最近reportDB监听无法随系统自启动,现象比较怪异。因为该服务器上的另一个实例的监听可以正常启动,这个不能自启动实例的监听手动启动又是正常的。因此记下这次离奇暂未找到原因的故障。1、故障现象Starting CRON daemondoneOracle 10g auto start/stopStartup "USMTHLY" listener.LSNRCTL for Linux: Version...
分类:
其他好文 时间:
2014-07-12 18:48:05
阅读次数:
264
配置文件如下。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
1.安装Nginx以服务方式启动:a.下载instsrv.exe、srvany.exe以管理员方式启动CMD执行以下命令: instsrv Nginx D:\nginx\srvany.exe b.添加注册表关键附带运行NginxWindows Registry Editor Version 5......
分类:
其他好文 时间:
2014-07-12 15:17:38
阅读次数:
229
如果你严肃对待编程,就必定会使用"版本管理系统"(Version Control System)。眼下最流行的"版本管理系统",非Git莫属。相比同类软件,Git有很多优点。其中很显著的一点,就是版本的分支(branch)和合并(merge)十分方便。有些传统的版本管理软件,分支操作实际上会生成一份...
分类:
其他好文 时间:
2014-07-12 14:28:32
阅读次数:
138