码迷,mamicode.com
首页 >  
搜索关键字:basic compress    ( 5468个结果
python多线程(一)
原文:http://www.pythonclub.org/python-basic/threading一、python多线程thread和threading实现python是支持多线程的,并且是native的线程。主要是通过thread和threading这两个模块来实现的。python的threa...
分类:编程语言   时间:2014-07-16 22:56:30    阅读次数:245
32位PLSQL_Developer连接oracle11g_64位
1、请将你下载的instantclient-basic-win32-10.2.0.5 文件解压。然后复制到你的数据库安装的文件夹下的producti文件夹下,我的是:E:\app\Administrator\product。2、然后找到两个文件listener.ora和tnsnames.ora我的在...
分类:数据库   时间:2014-07-16 21:39:00    阅读次数:267
Microsoft Azure News(3) Azure新的基本实例上线 (Basic Virtual Machine)
《Windows Azure Platform 系列文章目录》 细心的读者可能会发现,我们在创建Azure Virtual Machine的时候,虚拟机类型分为两种:基本和标准。如下图: 新的基本类型的虚拟机有什么用呢?我总结一下: 1.减少了部分功能:新的基本类型的虚拟机不包含负...
分类:其他好文   时间:2014-07-16 21:14:03    阅读次数:137
水晶报表函数
函数使用1.取上一条记录previous({tablename.fieldname});2.取字符串中某个字符第N次出现前面字符 split(string,"text")[1] 例:split("报销餐费","餐费")[1] ="报销"Basic公式的语法1、数据类型(1)、字符串型:String....
分类:其他好文   时间:2014-07-16 19:30:27    阅读次数:201
Android Gradle Plugin指南(二)——基本项目
原文地址:http://tools.android.com/tech-docs/new-build-system/user-guide#TOC-Basic-Project 3、Basic Project(基本项目) 一个Gradle项目的构建过程定义在build.gradle文件中,位于项目的根目录下。 3.1 Simple build files(简单的构建文件) ...
分类:移动开发   时间:2014-07-14 17:24:31    阅读次数:374
[Guava学习笔记]Basic Utilities: Null, 前置条件, Object方法, 排序, 异常
GuavaExplained学习笔记 1. 基本工具 [Basic utilities]
分类:其他好文   时间:2014-07-14 16:02:37    阅读次数:199
Basic Mysql Sql
1. DataBases a.show databases; b.create database mydatabase; c.use mydatabase;2.Tables a.show tables; b.create table if not exists mytable ( ...
分类:数据库   时间:2014-07-13 19:07:23    阅读次数:298
SMACSS——Scalable & Modular Architecture for CSS
可扩展的模块化CSS结构:Basic(基础):各种单一选择器,规定那些在整个项目里都统一的元素,比如统一各种元素的浏览器默认样式;Layout(布局):将页面分区块,使一至多个模块集合,比如头部、页脚、搜索框、主体;Module(模块):可重用的部件、组件,如边栏、弹出框等;State(状态):针对...
分类:Web程序   时间:2014-07-13 08:55:38    阅读次数:241
POJ-1785-Binary Search Heap Construction(笛卡尔树)
Description Read the statement of problem G for the definitions concerning trees. In the following we define the basic terminology of heaps. A heap is a tree whose internal nodes have each assigned...
分类:其他好文   时间:2014-07-12 18:52:12    阅读次数:285
蓝牙4.0核心文档阅读笔记
一、蓝牙技术介绍 蓝牙无线通讯包括两种模式:基础模式(BR, Basic Rate)和低功耗模式(LE, Low Energy)。 蓝牙系统包括一个Host和多个Controllers,Host包括在HCI(Host Controller Interface)与应用程序之间,Controll...
分类:其他好文   时间:2014-07-11 11:14:11    阅读次数:210
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!