码迷,mamicode.com
首页 >  
搜索关键字:other    ( 5856个结果
Reveal安装
一、安装 第一步:将Reveal.framework拖入工程中(下载地址:http://pan.baidu.com/s/1mgMJVDI,解压后产生的Reveal.framework,拖入工程即可)。 第二步、Targets—>Build Settings —>Linking—>Other L...
分类:其他好文   时间:2015-03-15 12:13:21    阅读次数:121
如何修改Chrome浏览器的默认搜索引擎
在浏览器的地址栏中右键,选择"edit search engines",进入如下管理界面: 在Defatl search engines栏上,选择你想设置为缺省搜索引擎的地址,点击make default。如果你想要的地址不存在,可以Other serarch engin...
分类:其他好文   时间:2015-03-14 23:24:28    阅读次数:398
hdu 1247 Hat’s Words 字典树,还是比较有意思的题目
Problem Description A hat’s word is a word in the dictionary that is the concatenation of exactly two other words in the dictionary. You are to find all the hat’s words in a dictionary. Input Standard input consists of a number of lowercase words, one p...
分类:其他好文   时间:2015-03-14 18:42:53    阅读次数:141
【STL+模拟】UVa 506 - System Dependencies
System DependenciesComponents of computer systems often have dependencies--other components that must be installed before they will function properly....
分类:其他好文   时间:2015-03-14 10:54:35    阅读次数:371
非正式介绍Python(二)
3.1.3. ListsPython knows a number of compound data types, used to group together other values. The most versatile is the list, which can be written as...
分类:编程语言   时间:2015-03-14 01:00:17    阅读次数:234
map _ golang
Maps are Go's built-in associative data type(sometimes called hashes or dits in other languages)package mainimport ( "fmt")func main() { m := ma...
分类:其他好文   时间:2015-03-13 16:16:07    阅读次数:118
Eclipse使用总结
1 server相关新建server在project explorer右键->new->other,得到如下视图:选择server,点击next,得到如下视图:选择一个server类型,如tomcat6,这里可以给server取名,并点击next选择tomcat安装路径和jre并点击下一步,点击完成...
分类:系统相关   时间:2015-03-13 16:05:30    阅读次数:211
ActiveXObject in Firefox or Chrome (not IE!)
ActiveX is only supported by IE - the other browsers use a plugin architecture called NPAPI. ?However, there‘s a cross-browser plugin framework called?Firebreath?that you might find useful. htt...
分类:其他好文   时间:2015-03-13 14:44:25    阅读次数:228
eclipse设置
设置工作空间的项目编码, 防止出现乱码 Window - Preferences - General - Workspace 将"Text file encoding"选为"Other" - "UTF-8" 改变现有项目的编码的步骤: 右击项目属性, 选择"Text file encoding...
分类:系统相关   时间:2015-03-13 13:59:02    阅读次数:155
IOS开发 EaseMobSDK 环信快速集成
一、新建工程,将下载好环信SDK的《EaseMobSDK》文件夹添加到工程中。二、添加依赖三、将EaseMobSDK文件夹中include文件夹路径添加到Header Search Paths中。 Other Linker Flags 中添加-ObjC 都在Build Settings中。四、完.....
分类:移动开发   时间:2015-03-11 22:51:57    阅读次数:3190
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!