码迷,mamicode.com
首页 >  
搜索关键字:installation    ( 1730个结果
PowerPC平台 Linux移植二
继PowerPC平台 Linux移植一,制作busybox文件系统,目的实现单板挂载nfs文件系统。 1.制作busybox文件系统 (1)交叉编译busybox a.make menuconfig 配置Cross Compile prefix 位powerpc-linux-gnu- Installation Options 路径指定为/home/freescale/work/sour...
分类:系统相关   时间:2015-05-27 21:12:25    阅读次数:977
北大ACM1328——Radar Installation~~贪心
题目的大概意思是:给你N个坐标,雷达的半径为d,求至少安装多少个雷达才能将所有点覆盖。雷达都在 x 轴上,不能全部覆盖的就输出 -1. 思路大概是,先算出雷达覆盖每一个点的横坐标的范围。然后再来贪心求解有几个。 下面的是AC的代码: #include #include #include using namespace std; class data { public: double...
分类:其他好文   时间:2015-05-27 15:48:26    阅读次数:127
UnityEditor.UI.dll' is in timestamps but is not known in assetdatabase
网上找到一篇文章: 一、Remove the UI System 1、Close Unity 2、Access on Unity's installation folder on Explorer or Finder on mac (On mac rightclick on the App and click on ShowPackageContent). 3、Locate the folder...
分类:数据库   时间:2015-05-26 18:46:01    阅读次数:280
sublime text 3.0 安装 HTML-CSS-JS Prettify
可能下载的最新的这个版本,修改了底层的api。在工具栏中找不到添加插件的菜单了,如图下红框这两项最开始是没有的:找了好久的资料,找不到。然后去https://packagecontrol.io/installation这里找到了手动安装的方法。按ctrl+~(数字1键左边那个键)唤出控制台,输入官方...
分类:Web程序   时间:2015-05-26 17:49:35    阅读次数:158
Setting up a Mac OS build environment
In a default installation, Mac OS runs on a case-preserving but case-insensitive filesystem. This type of filesystem is not supported by git and wil.....
分类:系统相关   时间:2015-05-26 12:05:19    阅读次数:525
Go语言IUP GUI库的安装笔记
步骤a 前往https://github.com/grd/iup 查看说明,看到Quick installation guide for Windows这里 按说明前往下载3个dll库文件包 我自己下的是下面这3个 Im - im-3.9.1_Win32_dll10_lib.zip Cd - cd-5.8.2_Win32_...
分类:编程语言   时间:2015-05-25 16:52:28    阅读次数:291
Gradle cookbook(转)
原文地址http://www.gradle.org/docs/current/userguide/installation.html4.1.Prerequisites先决条件Gradle依赖于JDK,需要已经安装好5.0(包括)以上的版本。虽然Gradle是基于Groovy配置的,但是不需要安装Gr...
分类:其他好文   时间:2015-05-24 14:14:22    阅读次数:762
Android Studio 解决方法No JVM installation found. Please install a 64-bit JDK.
—————————Error launching Android Studio—————————No JVM installation found. Please install a 64-bit JDK.If you already have a JDK installed, define a J...
分类:移动开发   时间:2015-05-24 11:16:35    阅读次数:2211
Installation Oracle11gR2 RAC One Node on SuSE Linux Enterprise Server 11SP2 ( 一 )
1、部署环境操作系统:SuSELinuxEnterpriseServer11SP2数据库:Oracle11gR2(112040)共享存储:设备名大小/dev/sdb2g/dev/sdc10g/dev/sdd20g2、创建账户groupadd-g1000oinstallgroupadd-g1200asmadmingroupadd-g1201asmdbagroupadd-g1202asmoperuseradd-m-u1100-goinstall-Gasma..
分类:数据库   时间:2015-05-22 19:29:16    阅读次数:222
windows tomcat配置大全
Tomcat下JSP、Servlet和JavaBean环境的配置第一步:下载j2sdk和tomcat:到sun官方站点()下载j2sdk,注意下载版本为Windows Offline Installation的SDK,同时最好下载J2SE 1.4.2 Documentation,然后到tomcat官...
分类:Windows程序   时间:2015-05-21 18:46:15    阅读次数:175
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!