码迷,mamicode.com
首页 >  
搜索关键字:edit distance    ( 6593个结果
开机默认命令行
ubuntu 12.04:edit file: /etc/default/grubGRUB_CMDLINE_LINUX_DEFAULT="xxx"-> GRUB_CMDLINE_LINUX_DEFAULT="xxx text"CentOS :edit file: /etc/inittab# init...
分类:其他好文   时间:2014-07-19 19:06:03    阅读次数:172
Fedora20的一些个人配置
1,关闭蜂鸣器edit /etc/bashrcsetterm -blength 0#setterm -bfreq 10 #这个可以设置声音频率2,vim 的一些stuf安装vim1,先卸载vim-minimal: # yum remove vim-minimal2,再安装: # yum instal...
分类:其他好文   时间:2014-07-19 18:03:19    阅读次数:209
Linux文件查看/编辑方法介绍
转载:https://www.centos.bz/2011/10/linux-file-view-edit/cat 命令介绍cat 命令的原含义为连接(concatenate), 用于连接多个文件内容并输出到标准输出流中(标准输出流默认为屏幕)。实际运用过程中,我们常使用它来显示文件内容。如果您熟悉...
分类:系统相关   时间:2014-07-19 11:37:03    阅读次数:270
unity3d 镜头随触屏移动
js#pragma strict//用于绑定参照物对象 var target : Transform; //缩放系数 var distance = 10.0; //左右滑动移动速度 var xSpeed = 250.0; var ySpeed = 120.0; //缩放限...
分类:移动开发   时间:2014-07-19 09:13:27    阅读次数:285
sublime text 2 快捷键
文件 File新建文件Ctrl + N打开文件Ctrl + O打开最近关闭的文件Ctrl + Shift + T保存Ctrl + S另存为…Ctrl + Shift + S关闭文件Ctrl + W新建窗口Ctrl + Shift + N关闭窗口Ctrl + Shift + W编辑 Edit撤销Ctr...
分类:其他好文   时间:2014-07-18 17:18:15    阅读次数:257
No edit session in the progress
运行环境:开发环境:Windows7旗舰版64bit、VisualStudio2008 With SP1、ArcEngine10.0、NetFrameWork4.0、IIS7和C#开发语言。问题描述:通过AE编写的WebService在进行调试时,在网络进行流向初始化的时候发生错误“No edit ...
分类:其他好文   时间:2014-07-18 12:27:41    阅读次数:249
Eclipse debug ‘Source not found’
用Eclispe进行Debug时一直被一个问题所困扰:Source not found. 问题产生的原因是调试进入了一个没有源码的jar包里。   简短说明: Edit Source Lookup Path… 可以解决Debug过程中找不到源码的问题,PS,需要重启服务。 Configure Build Path 中可以给jarattach上源码,这个管的是阅读代码时可以看到jar包里的...
分类:系统相关   时间:2014-07-18 12:23:39    阅读次数:337
Java 集合系列14之 Map总结(HashMap, Hashtable, TreeMap, WeakHashMap等使用场景)
概要学完了Map的全部内容,我们再回头开开Map的框架图。本章内容包括:第1部分 Map概括第2部分 HashMap和Hashtable异同第3部分 HashMap和WeakHashMap异同转载请注明出处:http://www.cnblogs.com/skywang12345/admin/Edit...
分类:编程语言   时间:2014-07-17 00:19:18    阅读次数:1260
HOJ 1867 经理的烦恼
经理的烦恼 My Tags   (Edit)   Source : HCPC 2005 Spring   Time limit : 2 sec   Memory limit : 32 M Submitted : 2588, Accepted : 608 Jer...
分类:其他好文   时间:2014-07-16 10:02:43    阅读次数:206
iOS debug release
#ifndef __OPTIMIZE__#define NSLog(...) NSLog(__VA_ARGS__)#else#define NSLog(...){}#endif打开Xcode -->>product -->scheme -->>edit scheme -->info 设置debug ...
分类:移动开发   时间:2014-07-14 21:08:29    阅读次数:262
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!