码迷,mamicode.com
首页 >  
搜索关键字:make: command not fo    ( 1841个结果
LeetCode No.3 Longest Substring Without Repeating Characters
Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating letters fo...
分类:其他好文   时间:2015-01-11 22:58:44    阅读次数:223
Jetty Deployment Descriptor File
InadefaultJettyinstallation,Jettyscansits$JETTY_HOME/webappsdirectoryforcontextdeploymentdescriptorfiles.Todeployawebapplicationusingsuchafile,simplyplacethefileinthatdirectory.ThedeploymentdescriptorfileitselfisanxmlfilethatconfiguresaWebAppContextclass.Fo..
分类:其他好文   时间:2015-01-10 18:35:08    阅读次数:323
xcode6 使用pch出错解决办法
1down voteIf you decide to add a .pch file manually and you want to use Objective-C just like before xCode 6 you will also have to import UIKit and Fo...
分类:其他好文   时间:2015-01-10 16:29:35    阅读次数:171
LeetCode---Longest Substring Without Repeating Characters
Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating letters for "abcabcbb" is "abc", which the length is 3. Fo...
分类:其他好文   时间:2015-01-07 23:40:19    阅读次数:305
扩展控件属性
1、创建用户控件项目2、注释以下这一行 private void InitializeComponent() { components = new System.ComponentModel.Container(); //this.AutoScaleMode = System.Windows.Fo....
分类:其他好文   时间:2015-01-07 18:38:05    阅读次数:121
linux vim 个性化设置(.vimrc)
set sw=4set ts=4set etset smarttabset smartindentset lbrset fo+=mBset smset selection=inclusiveset wildmenuset mousemodel=popupau FileType php setloca...
分类:系统相关   时间:2015-01-07 18:28:24    阅读次数:375
xsl和xml的使用总结
xsl 是 xml的样式表,类似 css和html的关系xsl包含三部分:1、xslt-用于转换xml2、xpath-用于导航(遍历,选取节点)xml3、xsl-fo-用于格式话xml通过 XSLT,您可以向或者从输出文件添加或移除元素和属性。您也可重新排列元素,执行测试并决定隐藏或显示哪个元素,等...
分类:其他好文   时间:2015-01-07 16:31:55    阅读次数:191
Oracle Study之案例--安装Oracle内核参数配置
OracleStudy之案例--安装Oracle内核参数配置在Linux系统下,安装Oracle之前,除了检查操作系统的硬件和软件是否满足安装需要之外,一个重点就是修改内核参数,其中最主要的是和内存相关的参数设置。案例分析:查看当前系统的内核参数配置:[root@rh6~]#sysctl-p net.ipv4.ip_fo..
分类:数据库   时间:2015-01-06 15:53:02    阅读次数:227
mint锁屏设置
心血来潮,给笔记本装了linux,版本是当下最火的mint。唔,使用体验不错~下面记录的是修改mint锁屏相关设置的修改方式。 In Linux Mint 13, the screen lock feature is disabled by default. After being idle fo....
分类:其他好文   时间:2015-01-05 21:39:33    阅读次数:761
leetcode 3.Longest Substring Without Repeating Characters
Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating letters fo...
分类:其他好文   时间:2015-01-05 00:18:13    阅读次数:147
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!