码迷,mamicode.com
首页 >  
搜索关键字:change    ( 6994个结果
xcrun: error: active developer path ("/Users/apple/Desktop/Xcode5.app/Contents/Developer") does not exist, use xcode-select to change
一:情景:在mac下使用git;xcode4.6的环境时,需要安装command line tools ,但是在装了xcode5之后,就不需要安装command line tools了,默认已经集成了;但是我先装了,xcode4.6后来又安装了xcode5也就是,我mac上安装了两个版本的xocde...
分类:移动开发   时间:2014-10-30 16:46:01    阅读次数:194
ERROR Function not available to this responsibility.Change responsibilities or contact your System Administrator.
APPLIES TO: Navigation: Help > Diagnostics > Custom Code > Personalize or Help > Diagnostics > Examine The Issue can occur from any form or from any r...
分类:其他好文   时间:2014-10-29 21:21:31    阅读次数:186
Cannot change version of project facet Dynamic Web Module to 3.1 (Eclipse Maven唯一解决方案)
If you want to use version 3.1 you need to use the following schema: http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd Note that 3.0 and 3.1 are different: in 3.1 there's no Sun mentioned, so si...
分类:Web程序   时间:2014-10-29 19:25:41    阅读次数:310
jquery实现下拉联动
很多项目用到这个功能,虽然写了不下5次以上了,一直没做过记录,记录一下,下次直接拷贝了,免得还得要重复写浪费时间。先上HTML代码: 1 品牌: 2 6 7 规格: 8 JS代码:/** select的change事件处理函数*/function changeKey(){ $.aja...
分类:Web程序   时间:2014-10-29 16:56:36    阅读次数:163
Java - replace a character at a specific index in a string?
String are immutable in Java. You can't change them.You need to create a new string with the character replaced.String myName = "domanokz";String newN...
分类:编程语言   时间:2014-10-29 12:54:16    阅读次数:292
List of commands(附目录切换命令)
pwd print working directoryhostname my computer’s network namemkdir make directorycd change directoryls list directoryrmdir remove direct...
分类:其他好文   时间:2014-10-29 10:21:24    阅读次数:227
手动修改magento域名
参考:How to Manually Change Domain in Magento? So it turns out the problem was that Apache didn‘t have write permissions to the?WEBROOT/var?directory, so Magento was using its cache from the sy...
分类:其他好文   时间:2014-10-29 00:33:44    阅读次数:229
禁止root远程登录 sshd问题:A protocol error occurred. Change of username or service not allowed
在研究Linux安全的时候遇到一个问题,原本打算修改linux直接远程root登陆,修改为sshd的配置文件后Nano /etc/ssh/sshd_config把#PermitRootLogin yes修改为PermitRootLogin no修改完成后,保存退出重启sshdservice sshd...
分类:其他好文   时间:2014-10-28 23:49:01    阅读次数:285
Instructions Set JAVA_HOME System-Wide
InstructionsSet JAVA_HOME System-Wide1Start a root terminal session and then change directories to the /usr/lib/jvm folder. If you prefer, you can als...
分类:编程语言   时间:2014-10-28 23:29:22    阅读次数:315
Python语言之数据结构2(字典,引用)
1.字典键值对。 1 dict={ "key1" : "value1", 2 "key2" : "value2" 3 } 4 5 #add a new key/value pair 6 dict["key3"] = "value3" 7 8 #change a key/v...
分类:编程语言   时间:2014-10-28 19:29:36    阅读次数:151
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!