码迷,mamicode.com
首页 >  
搜索关键字:use    ( 28727个结果
Replication Agent History View Details
当需要查看snapshot执行的历史详细信息时,可以在distribution server上,使用以下脚本查看use [distribution]--get agent idselect * from [dbo].[MSsnapshot_agents]--get agent history act...
分类:其他好文   时间:2015-10-23 18:33:32    阅读次数:156
SQL 分页通用存储过程
USE [DB]GO/****** Object: StoredProcedure [dbo].[SP_AspNetPager] Script Date: 10/23/2015 16:37:33 ******/SET ANSI_NULLS ONGOSET QUOTED_IDENTIFIER ...
分类:数据库   时间:2015-10-23 18:25:47    阅读次数:278
iOS.Performance-trick-presentViewController-is-so-slow-in-didSelectRowAtIndexPath
presentViewController is so slow in "tableView:didSelectRowAtIndexPath:"Use Case: 在UITableView的delegate方法"tableView:didSelectRowAtIndexPath:"中调用"[UIVi...
分类:移动开发   时间:2015-10-23 17:58:24    阅读次数:204
[Angular 2] Use Service use Typescript
When creating a service, need to inject the sercive into the bootstrap():import {bootstrap, Component, View} from "angular2/angular2";import {TodoInpu...
分类:其他好文   时间:2015-10-23 16:12:35    阅读次数:192
how to use ldid
1、进入管理员权限 sudo -s2、赋予app运行权限 chmod -R 777 cellmap.app3、查看app权限 ldid -e cellmap.app/cellmap4、打开窗口 open /usr/bin
分类:其他好文   时间:2015-10-23 16:00:38    阅读次数:129
Neutron命令测试4
jolin@jolin:~$ route -nKernel IP routing tableDestination Gateway Genmask Flags Metric Ref Use Iface0.0.0.0 192.168.98....
分类:其他好文   时间:2015-10-23 11:53:36    阅读次数:480
sfkbbs,Javaweb版01
从今天起,切换回windows,从新做skbbbs,再次聆听孙胜利老师的教诲。-- 查看字符编码show variables like 'charset%';use sfkbbs;-- 创建数据库create TABLE sfk_father_module(id int not null PRIMA...
分类:编程语言   时间:2015-10-23 00:01:51    阅读次数:261
Error
ErrorError1 StackOverflow because of EditText's addTextChangedListerWe should be carefull when we use addTextChangedLister. Because if we don't add re...
分类:其他好文   时间:2015-10-22 18:52:53    阅读次数:125
mysql的一些笔记
--single-transactionmysqldump的时候,不锁表–no-data仅备份结构备份MySQL数据库某个(些)表mysqldump-hhostname-uusername-ppassworddatabasenamespecific_table1specific_table2>backupfile.sqlmysql>use数据库然后使用source命令,后面参数为脚本文件(如这里用到的..
分类:数据库   时间:2015-10-22 14:30:26    阅读次数:234
MongoDB服务端JavaScript脚本
MongoDB服务端JavaScript脚本常用JavaScript语句db.getSiblingDB(<dbname>) db.getCollectionNames() db.getCollection(<collname>) db.printCollectionStats()在mongoshell运行JavaScript脚本切换数据库:use<dbname>运行如下脚本:vartotal=0; vardbaStatC..
分类:数据库   时间:2015-10-22 14:24:54    阅读次数:150
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!