码迷,mamicode.com
首页 >  
搜索关键字:basic    ( 4666个结果
水晶报表函数
函数使用1.取上一条记录previous({tablename.fieldname});2.取字符串中某个字符第N次出现前面字符 split(string,"text")[1] 例:split("报销餐费","餐费")[1] ="报销"Basic公式的语法1、数据类型(1)、字符串型:String....
分类:其他好文   时间:2014-07-16 19:30:27    阅读次数:201
POJ 2935 Basic Wall Maze
http://poj.org/problem?id=2935Basic Wall MazeTime Limit:1000MSMemory Limit:65536KTotal Submissions:2794Accepted:1271Special JudgeDescriptionIn this pr...
分类:其他好文   时间:2014-07-16 17:49:50    阅读次数:287
Gone Are The Days Of The Basic And Function Oriented Dog Carrier Bag
Besides bags brands and high quality products with high strength, which takes lata.Materia bonus? look and feel rich. Before buying handbags for women...
分类:其他好文   时间:2014-07-16 14:58:21    阅读次数:407
寒城攻略:Listo 教你 25 天学会 Swift 语言 - 04 Basic Operators
寒城攻略:Listo 教你 25 天学会 Swift 语言 - 04 Basic Operators 官方文档代码注释,Listo 亲测无 bug 教程,可粘贴复制...
分类:其他好文   时间:2014-07-16 14:37:00    阅读次数:239
寒城攻略:Listo 教你 25 天学会 Swift 语言 - 03 The Basic
寒城攻略:Listo 教你 25 天学会 Swift 语言 - 03 The Basic Swift 攻略教程,欢迎评论留言...
分类:其他好文   时间:2014-07-16 14:11:56    阅读次数:283
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!