码迷,mamicode.com
首页 >  
搜索关键字:installation    ( 1730个结果
InstallShield 制作MSI
1.click [project Assistant]2. select [Build Installation], open this tab asfollow:3.whenbuild ok, click [Open release folder],copy msi file to target ...
分类:其他好文   时间:2014-10-30 09:25:55    阅读次数:343
Bad font rendering in Linux
Sometimes aliased/jagged fonts still exist after post-installation configuration. Following instructions may help to get them fixed to make characters...
分类:系统相关   时间:2014-10-30 01:38:11    阅读次数:211
CentOS6.5上安装Rabbit Server
按照“?>”命令执行命令即可,“#”都是注解。 #-----------centOS6.5  installs rabbitmq-server --------------------- #Installation using repository #1. Adding repository entry #To add Erlang Solutions repository (incl...
分类:其他好文   时间:2014-10-29 00:20:42    阅读次数:313
Radar Installation(贪心)
Radar Installation Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 54295   Accepted: 12208 Description Assume the coasting is an infinite straight line. Land i...
分类:其他好文   时间:2014-10-28 13:58:11    阅读次数:281
uva-2519 - Radar Installation
反正每一个岛都要有雷达覆盖,放雷达的时候尽可能多覆盖岛...... #include #include #include #include #include using namespace std; struct node { double x,y; }; bool cmp(node a,node b) { return a.x<b.x; } int main() { ...
分类:其他好文   时间:2014-10-26 22:59:46    阅读次数:308
express@4.0.*
$ sudo npm install -g express the installation goes fine. But when I try to create a project with express as$ express myProjectI get an error saying ....
分类:其他好文   时间:2014-10-26 22:51:58    阅读次数:212
解决Installation error: INSTALL_FAILED_VERSION_DOWNGRADE错误
Installation error: INSTALL_FAILED_VERSION_DOWNGRADE说明你手机里已经装的软件版本比你要安装的软件版本要高,所以不能安装。你只要删除你安装的应用便可以重新安装了或者将AndroidManifest.xml的versionCode改大点,越大的表示版本...
分类:其他好文   时间:2014-10-25 10:29:15    阅读次数:154
POJ 1328 Radar Installation(经典贪心)
Radar Installation Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 54143   Accepted: 12178 Description Assume the coasting is an infinite straight line. La...
分类:其他好文   时间:2014-10-24 16:37:32    阅读次数:262
Install Oracle12cR1 on Oracle Linux 6.5 in VirtualBox
Install Oracle12cR1 to Oracle Linux 6.5 in VirtualBox....
分类:数据库   时间:2014-10-23 06:48:34    阅读次数:526
升级Android ADT 和SDK
由于目前从事android开发工作,所以升级了下Android SDK和eclipse ADT插件 一、更新ADT 1、Eclipse中打开Help->Install New Software. 2、在"Details" 面板中, 点击"What is already installed?" 链接。 3、在Eclipse Installation D...
分类:移动开发   时间:2014-10-22 16:00:03    阅读次数:158
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!