码迷,mamicode.com
首页 >  
搜索关键字:content database    ( 39727个结果
[SQLServer]学习总结笔记(基本涵盖Sql的所有操作)
--###################################################################################/* 缩写:DDL(Database Definition Language): 数据库定义语言DML(Database Mani...
分类:数据库   时间:2014-04-30 00:14:15    阅读次数:970
09 Service_01
package com.szy.service;import android.app.Service;import android.content.Intent;import android.os.IBinder;import android.util.Log;public class Exampl...
分类:其他好文   时间:2014-04-30 00:10:08    阅读次数:510
06 bundle 对象
package com.szy.activity;import android.app.Activity;import android.content.Intent;import android.os.Bundle;import android.util.Log;import android.vie...
分类:其他好文   时间:2014-04-29 23:35:22    阅读次数:590
MongoDB随笔基本操作
一、MongoDB数据结构与关系型数据库比较逻辑结构对比MongoDB 关系型数据库文档(document) 行(row)集合(collection) 表(table)数据库(database) 数据库(database)二、mongod 参数说明最简单的,通过执行 mongod 即可以启动 Mon...
分类:数据库   时间:2014-04-29 23:23:01    阅读次数:732
VSS迁移
今天花了一上午的时间,对VSS源代码库从一个服务器A上迁移到另一个服务器B上,包括修改历史、用户、以及权限。具体方法如下: 1、在服务器B上安装vss程序后,创建一database,并设置创建后的文件夹为共享,并具有可读写的权限; 2、运行Visual SourceSafe Administrati...
分类:其他好文   时间:2014-04-29 21:58:52    阅读次数:416
10 Service02
package com.szy.service;import android.app.IntentService;import android.content.Intent;import android.util.Log;public class ExampleIntentService exten...
分类:其他好文   时间:2014-04-29 18:02:50    阅读次数:432
MySQL : interactive_timeout v/s wait_timeout
Most of the database intensive applications are worring about the default values of these variables obviously. Developers used to inform me that they ...
分类:数据库   时间:2014-04-29 15:26:38    阅读次数:739
15 SharePreference
package com.szy.shared.activity;import android.app.Activity;import android.content.Context;import android.content.SharedPreferences;import android.con...
分类:其他好文   时间:2014-04-29 10:34:47    阅读次数:407
ubuntu cscope
add the following text to .vimrc or .gvimrc: if has("cscope") set csprg=/usr/bin/cscope set csto=0 set cst set nocsverb " add any database in cur...
分类:其他好文   时间:2014-04-29 10:27:46    阅读次数:398
父容器不根据内容自适应高度的解决方法
Div不根据内容自适应高度,我们看下面的代码: 当Content内容多时,即使main设置了高度100%或auto。在不同浏览器下还是不能完好的自动伸展。内容的高度比较高了,但容器main的高度还是不能撑开。 我们可以通过三种方法来解决这个问题。 一,增加一个清除浮动,让父容器知道...
分类:其他好文   时间:2014-04-29 10:21:46    阅读次数:349
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!