码迷,mamicode.com
首页 >  
搜索关键字:installation    ( 1730个结果
Android开发过程中遇到的问题集合(—)
1. Re-installation failed due to different application signatures.将原来的软件包删除掉,然后又一次安装一次就好了。在命令行上执行:adb uninstall ,这里的package_name也就是AndroidManifest.xml...
分类:移动开发   时间:2014-10-04 14:25:16    阅读次数:179
MySQL配置文件中basedir和datadir说明
vi /data/mysql/my.cnfvi /etc/my.cnf1、basedir参数原文说明为:Path to installation directory. All paths are usually resolved relative to this.解释:该参数指定了安装 MySQL ...
分类:数据库   时间:2014-10-03 20:04:34    阅读次数:1376
Sublime 2 配置
在队友的推荐下,爱上了这款神一样的文本编辑器,熟练之后编辑效率真心是大幅提升啊。一、Package Control功能:安装包管理简介:sublime插件控制台,提供添加、删除、禁用、查找插件等功能使用:https://sublime.wbond.net/installation安装方法:1.CTR...
分类:其他好文   时间:2014-10-01 15:56:31    阅读次数:146
netbeans添加GF 出现无效的服务器安装位置
http://happilyblogging.wordpress.com/2012/10/04/not-a-valid-glassfish-server-installation-netbeans/ Essentially, you must stop the gf3 server and rename the console-core-X.X.X.jar located in \glass...
分类:Web程序   时间:2014-09-30 13:12:49    阅读次数:187
aliyun Ubuntu 14.04 64bit OpenJDK Tomcat7 install
my work environment: aliyun Ubuntu 14.04 64位 first phase:apt-get update    (it is very important,otherwise will cause 404 error) second phase:installation referenced by other website informatio...
分类:其他好文   时间:2014-09-29 19:36:41    阅读次数:287
Android-Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE
在andorid进行调试的过程中,出现下面的错误:解决方法:修改一下应用程序描述符:修改上面的参数就可以了。
分类:移动开发   时间:2014-09-28 14:25:12    阅读次数:217
No valid Maven installation found. Either set the
No valid Maven installation found. Either set the home directory in the configuration dialog or set the M2_HOME environment variable on your system. 最近接手了一个新的JAVA项目,在IDEA中配置好了Deb...
分类:其他好文   时间:2014-09-27 23:25:10    阅读次数:2609
Linux 下编译使用Boost
Boost是什么不多说, 下面说说怎样在Linux下编译使用Boost的所有模块. 1. 先去Boost官网下载最新的Boost版本, 我下载的是boost_1_56_0版本, 解压. 2. 进入解压后目录: cd boost_1_56_0, 执行下面的命令: $ ./bootstrap.sh --prefix=path/to/installation/prefix prefix的...
分类:系统相关   时间:2014-09-26 20:56:08    阅读次数:340
【Oracle】PSU升级过程
以下是该PSU的自述文件中的内容: 3.2 Patch Installation Instructions Follow these steps: If you are using a Data Guard Physical Standby database, you must install this patch on both the primary database and t...
分类:数据库   时间:2014-09-24 15:49:17    阅读次数:508
Logdump
You can use the GoldenGate Logdump utility to view records in the GoldenGate trail files. The Logdump utility is part of the regular GoldenGate software installation. Logdump lets you view the unstru...
分类:其他好文   时间:2014-09-23 13:35:54    阅读次数:362
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!