码迷,mamicode.com
首页 >  
搜索关键字:versions    ( 882个结果
Mac 安装终端软件
1、安装或者重新安装lua环境下载 lua 地址: http://www.lua.org/versions.html1.进入 lua 目录2.make macosx3.sudo make install
分类:系统相关   时间:2015-06-28 23:01:09    阅读次数:166
MAC OS设置JDK小结
开始折腾mac pro,在网上找了些资料,自己也尝试了一下,特在这里做个小结。mac中JDK的位置OSX默认的JDK/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Home这其实是一个符号链接,它指向:/System/L...
分类:系统相关   时间:2015-06-27 15:50:33    阅读次数:177
wireshark源代码分析
3.如果执行命令,总是nmake报各种错,请反复检查你的Wireshark目录里面config.nmake文件配置的是否正确。输入这个网址,http://www.wireshark.org/download/src/all-versions/,从上面下载Wireshark源代码,这里,值得一提的是....
分类:其他好文   时间:2015-06-27 11:23:45    阅读次数:313
mac下安装sublime text2插件less2css
1.安装node 2.安装less npm install -gd less 通过nvm安装的node命令不在/usr/bin下面,必须拷贝链接到/usr/bin目录下 ln -s /Users/dujie/.nvm/versions/v0.12.4/bin/node /usr/bin/n...
分类:Web程序   时间:2015-06-26 17:35:45    阅读次数:136
php latrvel
If you use the laravel installer, you have to create the .env file manually.FYI, this is different to the previous versions of the Laravel installer. ...
分类:Web程序   时间:2015-06-26 01:45:50    阅读次数:249
Mac下jdk的安装路径
苹果系统已经包含完整的J2SE,其中就有JDK和JVM(苹果叫VM)。当然如果要升级JDK,那当然要自己下载安装了。         在MAC系统中,jdk的安装路径与windows不同,默认目录是:/System/Libray/Frameworks/JavaVM.Framwork/。         在这个目录下有个Versions目录,里面有不同版本的jdk。 系统自带的jd...
分类:系统相关   时间:2015-06-25 15:32:14    阅读次数:176
iOS 7 - Auto Layout on iOS Versions prior to 6.0
链接地址:http://stackoverflow.com/questions/18735847/ios-7-auto-layout-on-ios-versions-prior-to-6-0Stack Overflow is a question and answer site for profes...
分类:移动开发   时间:2015-06-19 20:18:52    阅读次数:236
【Android】INSTALL_PARSE_FAILED_MANIFEST_MALFORMED错误与Not targeting the latest versions警告
一、Console控制台出现Installation error: INSTALL_PARSE_FAILED_MANIFEST_MALFORMED的错误 在安卓开发中,一般选择运行,则会向ADT开始安卓app。 如果app无法安卓,在控制台遇到Installation error: INSTALL_PARSE_FAILED_MANIFEST_MALFORMED错误,如下图: 然后去L...
分类:移动开发   时间:2015-06-18 22:13:31    阅读次数:187
Diesel-powered Wrist watches is among the wonderful versions within the view business
In the each perspective because respect the wonder or even the actual overall performance Diesel-powered Wrist watches is among the wonderful versions...
分类:其他好文   时间:2015-06-17 15:09:02    阅读次数:114
hbase中的deleteColumn
Delete类的接口有两个方法:deleteColumns和deleteColumn,它们的区别从method注释里可以看到: Html代码 deleteColumns: Delete all versions of the specified column with a timestamp less than or equal to the specified timesta...
分类:其他好文   时间:2015-06-16 19:16:55    阅读次数:164
882条   上一页 1 ... 69 70 71 72 73 ... 89 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!