码迷,mamicode.com
首页 >  
搜索关键字:common substrings    ( 9647个结果
Samba文件共享
源自《Linux 运维之道》丁一明编著 一书的总结Samba是Linux、Unix和Windows之间交互操作,基于GPL的自由开源软件。所需软件包括:Samba(服务器端软件包)、Samba-client(客户端软件包)和Samba-common(samba公共文件软件包)。其中Samba由smb...
分类:其他好文   时间:2014-07-07 12:59:28    阅读次数:241
如何得到包含隐藏API的Android类库
Android SDK的很多API是隐藏的,我无法直接使用。但是我们通过编译Android系统源码可以得到完整的API库。编译Android系统源码后可以在out\target\common\obj\JAVA_LIBRARIES目录中有它所有API库(java)。当然对于一般情况,out\targe...
分类:移动开发   时间:2014-07-03 10:24:02    阅读次数:239
mono 3.4.0 make install的时候出现"找不到 Microsoft.Portable.Common.targets 文件”的错误提示解决方法
如果在这时就进行配置安装Mono的话,会在make阶段得到一个“找不到 Microsoft.Portable.Common.targets 文件”的错误提示,所以需要先进行如下处理:#> cd (mono安装路径的前缀)/mono-3.4.0/mcs/tools/xbuild/targets#> c...
分类:其他好文   时间:2014-07-01 22:55:27    阅读次数:239
JSFL 获取当前脚本路径,执行其他脚本
Application.jsfl为程序入口,导入其他jsfl【Common.jsfl】function trace(){ fl.trace(Array.prototype.join.call(arguments, " "));}【Application.jsfl】var JSFL_PATH ...
分类:Web程序   时间:2014-07-01 21:48:41    阅读次数:312
android Performance 性能提升
1. 经常变动的字符串要用 StringBuilder,然后每次变动用 append 方法。而不应该每次创建新的 String。2. 使用 static final 变量。3. It's reasonable to follow common object-oriented programming ...
分类:移动开发   时间:2014-07-01 20:10:32    阅读次数:238
delphi xe6 for android 自带控件LocationSensor优先使用GPS定位的方法
delphi xe6 for android LocationSensor控件默认是优先使用网络定位,对定位精度要求高的应用我们可以修改原码直接指定GPS定位。修改方法:将C:\Program Files\Embarcadero\Studio\14.0\source\rtl\common\Syste...
分类:移动开发   时间:2014-07-01 18:54:57    阅读次数:265
C# Common Keyword II
【C# Common Keyword II】1、as运算符用于在兼容的引用类型之间执行某些类型的转换。 class csrefKeywordsOperators { class Base { public override string ToSt...
分类:其他好文   时间:2014-07-01 18:38:21    阅读次数:155
C#对一个XML操作的实用类
using System;using System.Collections.Generic;using System.Text;using System.Xml;using System.Data;using System.IO;namespace eBlog.Common.Files{public...
分类:其他好文   时间:2014-07-01 16:47:29    阅读次数:176
CentOS6.5 Linux上面编译Hadoop2.4源码
今天来说说编译hadoop源码的事情吧~ 1、首先下载源码 地址:http://mirror.bit.edu.cn/apache/hadoop/common/hadoop-2.4.0/ 2、加压tar包到指定文件夹:/home/hadoop/soft/hadoop tar zxvf hadoop-2.4.0-src.tar.gz 3、Linux编译环境准备 java环境...
分类:系统相关   时间:2014-06-30 06:18:12    阅读次数:379
Scramble String
题目 Given a string s1, we may represent it as a binary tree by partitioning it to two non-empty substrings recursively. Below is one possible representation of s1 = "great": great /...
分类:其他好文   时间:2014-06-29 23:16:19    阅读次数:312
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!