码迷,mamicode.com
首页 >  
搜索关键字:installation    ( 1730个结果
mysql 命令行基本操作命令
1: 启动或关闭mysql服务:service mysqld start,service mysqld stop(或/etc/init.d/mysqld start,/etc/init.d/mysqld stop)2: 修改mysql密码:mysql_secure_installation或mysq...
分类:数据库   时间:2015-06-05 00:20:28    阅读次数:250
install.Android
It was not possible to complete an automatic installation. This might be due to a problem with your network, proxy servers or an unsolvable installati...
分类:移动开发   时间:2015-06-04 15:08:11    阅读次数:268
Devstack single node Installation on VM
Last three days, I want to install devstack on my virtual machine on Vmware Workstation.The VM'system is Ubuntu14.04. However,i met too many problem t...
分类:其他好文   时间:2015-06-03 17:16:40    阅读次数:268
windows 10 install oracle 12c error:[ INS-30131 ]
"[ INS-30131 ] the Initial Setup That Is Required to Run the Installation Program Validation Was Not Successful " Error While Installing Oracle Database (Doc ID 1569962.1) To Bottom ...
分类:数据库   时间:2015-06-02 20:11:51    阅读次数:2250
安装了VS2010 sp1 后再安装ASP.NET MVC 3.0的问题(Final Result: Installation failed with error code: (0x80070643), "安装时发生严重错误 " (Ela)
原文:安装了VS2010 sp1 后再安装ASP.NET MVC 3.0的问题(Final Result: Installation failed with error code: (0x80070643), "安装时发生严重错误 " (Ela)安装了VS2010 sp1 后再安装ASP.NET M...
分类:Web程序   时间:2015-06-02 10:56:09    阅读次数:790
POJ_1328_Radar Installation(greedy)
Radar Installation Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 59449   Accepted: 13394 Description Assume the coasting is an infinite straight line. Land i...
分类:其他好文   时间:2015-05-29 10:11:35    阅读次数:157
nodejs的安装及入门
---恢复内容开始---nodejs的安装请参考官网:https://github.com/joyent/node/wiki/Installation第一 小试牛刀在服务器的根目录创建server.js//请求(require)Node.js自带的http模块 并且将其赋值给httpvar http...
分类:Web程序   时间:2015-05-29 06:13:42    阅读次数:208
eclipse中git使用
有的eclipse已经自带了GIt了,就不用安装了。如果,想重新安装,可以先卸载GIT,卸载 不同eclipse卸载不一样: 1. 在Eclipse中依次点击菜单"Help"->"About Eclipse"。弹出图1所示对话框,点击"Installation Detai...
分类:系统相关   时间:2015-05-28 12:46:04    阅读次数:259
Installation error: INSTALL_FAILED_VERSION_DOWNGRADE
出现这个问题的原因是manifest.xml文件没有指定versioncode: 解决方法:          package="com.park"     android:versionCode="1" > 这样的话指定了,versioncode问题解决。...
分类:其他好文   时间:2015-05-28 09:44:42    阅读次数:204
Sublime Text3编译运行C++的配置方法2
1下载MinGW 下载地址: sourceforge.net/projects/mingw/files/ 打开下载的安装程序,按如下方式安装 Install->Change->D:\MinGW->Continue->Continue mingw32-base->mingw32-gcc=g++->Installation->Apply Changes->Apply->Close 2安装...
分类:编程语言   时间:2015-05-28 09:37:55    阅读次数:339
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!