码迷,mamicode.com
首页 >  
搜索关键字:Did you install mys    ( 71764个结果
变色龙安装程序 Chameleon Install 2.2 svn 2281发布
变色龙安装程序 Chameleon Install 2.2 svn 2281发布1.更好的支持10.9 Mavericks2.更新ATi、nVidia显卡支持列表3.添加新的 CPU Model ID4.添加跳过 GraphicsEnabler 参数5.添加nVidia 新的模式:a. Enable...
分类:其他好文   时间:2014-05-12 17:10:08    阅读次数:481
Rhythmk 学习 Hibernate 04 - Hibernate 辅助工具 之 JBoos Tool
1、安装JBoos Tool Help -> Install new Software 然后添加:http://download.jboss.org/jbosstools/updates/developmenthttp://download.jboss.org/jbosstools/updates....
分类:系统相关   时间:2014-05-12 16:57:54    阅读次数:418
You are attempting to run the 32-bit installer on a 64-bit version of Window
您正试图在64位版本的窗口中运行32位安装程序、系统有32位操作系统和64位操作系统的分别,相同的软件的安装也需要区分操作操作系统的位数。解决办法:查看自己系统类型,根据类型下载安装相应位数的软件。
分类:Windows程序   时间:2014-05-10 19:40:50    阅读次数:600
HDU 3308 LCIS(线段树)
Problem DescriptionGiven n integers.You have two operations:U A B: replace the Ath number by B. (index counting from 0)Q A B: output the length of the...
分类:其他好文   时间:2014-05-06 01:20:33    阅读次数:332
ubuntu server 14.04手动安装svn
最简单的办法自然是运行sudo apt-get install subversion。但是在服务器上经常是没有权限的,因此只能手动进行安装,现在假定安装在/home/user/local/下面,操作过程如下:1.下载svn源代码:http://mirrors.cnnic.cn/apache/subv...
分类:其他好文   时间:2014-05-06 01:17:47    阅读次数:456
Ubuntu下安装fcitx搜狗、谷歌等输入法
话不多说,直接上代码:sudo apt-get remove ibussudo apt-get install fcitx fcitx-config-gtk im-switchsudo dpkg -i *.debsudo apt-get -f installsudo dpkg -i *.debsud...
分类:其他好文   时间:2014-05-06 01:11:53    阅读次数:269
[leetcode] Best Time to Buy and Sell Stock II
Say you have an array for which theithelement is the price of a given stock on dayi.Design an algorithm to find the maximum profit. You may complete a...
分类:其他好文   时间:2014-05-06 00:51:29    阅读次数:353
maven使用入门(pom)
mvn clean complie mvn clean test mvn clean package mvn clean install(该任务将该项目输出的jar安装到了Maven本地仓库中) 各个命令是递进执行的,执行test会先 执行complie,执行package会先执行test,依次类推...
分类:其他好文   时间:2014-05-06 00:45:11    阅读次数:425
Effective Java 68 Prefer executors and tasks to threads
The general mechanism for executing tasks is the executor service. If you think in terms of tasks and let an executor service execute them for you, yo...
分类:编程语言   时间:2014-05-05 23:32:44    阅读次数:389
异常configure: *** apu library not found.
安装modsecurity时,出现“configure: *** apu library not found.”。      解决方法: yum install apr-util-devel...
分类:其他好文   时间:2014-05-02 10:52:44    阅读次数:433
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!