码迷,mamicode.com
首页 >  
搜索关键字:gem source    ( 19413个结果
linux系统学习(二)
文件,目录 pwd:查看当前目录 Print Working Directory cd,ls(ll),mkdir -p Change Directory List Make Directory du -sh 评估目录或者文件大小 touch 创建新文件 ln -s source dest ...
分类:系统相关   时间:2014-06-09 00:05:22    阅读次数:334
注释习惯
#region File Header & Copyright Notice/* * Copyright (C) 2014 AUGMENTUM, INC. All Rights Reserved. * THIS SOURCE CODE IS CONFIDENTIAL AND PROPRIETARY ...
分类:其他好文   时间:2014-06-08 23:33:33    阅读次数:409
设计模式——观察者模式
观察者模式是对象的行为模式,又叫发布-订阅(Publish/Subscribe)模式、模型-视图(Model/View)模式、源-监听器(Source/Listener)模式或从属者(Dependents)模式。观察者模式定义了一种一对多的依赖关系,让多个观察者对象同时监听某一个主题对象。这个主题对象在状态上发生变化时,会通知所有观察者对象,使它们能够自动更新自己。下面来写一个简单的观察者模式:S...
分类:其他好文   时间:2014-06-08 15:02:02    阅读次数:342
个人vim配置文件
acm菜鸡必备 1 runtime! debian.vim 2 if has("syntax") 3 syntax on 4 endif 5 if filereadable("/etc/vim/vimrc.local") 6 source /etc/vim/vimrc.local 7 endif 8 "syntax high light 9 synta...
分类:其他好文   时间:2014-06-08 09:45:09    阅读次数:286
ruby 安装 mysql2 client 和 嵌入式 使用时要注意的
最近各种被墙......gem源 先改成淘宝的 gem sources -a http://ruby.taobao.org/ gem sources -r http://rubygems.org/ 然后 sudo gem install mysql2  如果出现 ZLIB 错误. 是因为你电脑没ZLIB环境. 我是ubuntu 直接用apt安装. sudo apt-get ...
分类:数据库   时间:2014-06-08 08:58:58    阅读次数:219
[Android]传感器-加速度计-1[转]
/* * Copyright (C) 2011 The Rexsee Open Source Project * * Licensed under the Rexsee License, Version 1.0 (the "License"); * you may not use this file...
分类:移动开发   时间:2014-06-08 07:38:06    阅读次数:363
[Android]Android Tutorial
Android, an open source operating system for mobile devices (Smartphone and tablet), led by Google. The Android SDK provides a set of tools and APIs t...
分类:移动开发   时间:2014-06-08 06:43:07    阅读次数:393
Matlab科研常用命令总结
本文主要总结个人科研中用到的matlab命令,并不断跟新中! %---------------------读取存放数据(矩阵)的txt文件--------------------------------% data_source=dlmread('文件名',';');%读取以;为分隔符的数据,分割符为空格时省略。 data_source=textread('文件名', '' ...
分类:其他好文   时间:2014-06-08 04:09:52    阅读次数:271
Can You say the what the kd 6 color
There is no denying theWhat The KD 6is among the most widely used athletic shoes available. Because of so many great releases such as the Aunt Gem KD ...
分类:其他好文   时间:2014-06-08 01:12:23    阅读次数:343
How JSP work.
A JSP page exists in three forms:JSP source code:consists of a mix of HTML template code.Java language statements.JSP directives and actions that desc...
分类:Web程序   时间:2014-06-08 00:18:41    阅读次数:523
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!