当需要查看snapshot执行的历史详细信息时,可以在distribution server上,使用以下脚本查看use [distribution]--get agent idselect * from [dbo].[MSsnapshot_agents]--get agent history act...
分类:
其他好文 时间:
2015-10-23 18:33:32
阅读次数:
156
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
presentViewController is so slow in "tableView:didSelectRowAtIndexPath:"Use Case: 在UITableView的delegate方法"tableView:didSelectRowAtIndexPath:"中调用"[UIVi...
分类:
移动开发 时间:
2015-10-23 17:58:24
阅读次数:
204
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
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
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
从今天起,切换回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
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
--single-transactionmysqldump的时候,不锁表–no-data仅备份结构备份MySQL数据库某个(些)表mysqldump-hhostname-uusername-ppassworddatabasenamespecific_table1specific_table2>backupfile.sqlmysql>use数据库然后使用source命令,后面参数为脚本文件(如这里用到的..
分类:
数据库 时间:
2015-10-22 14:30:26
阅读次数:
234
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