码迷,mamicode.com
首页 >  
搜索关键字:source    ( 17429个结果
centos7 安装nbd
uname?-r?#->?3.10.0-123.el7.x86_64 yum?install?kernel-devel?kernel-headers cd?/tmp wget?http://vault.centos.org/7.0.1406/os/Source/SPackages/kernel-3.10.0-123.el7.src.rpm rpm?-ihv?kerne...
分类:其他好文   时间:2015-03-19 18:46:54    阅读次数:1082
MongoDB Replica Set排错
1.检查ReplicaSet的状态使用db.runCommand({"replSetGetStatus":1});或者rs.status();2.检查复制延迟时间source:m1.example.net:30001 syncedTo:TueOct02201211:33:40GMT-0400(EDT) =7475secsago(2.08hrs)source:m2.example.net:30002 syncedTo:TueOct02201211:33:40GMT-0400(E..
分类:数据库   时间:2015-03-19 18:36:06    阅读次数:168
快速排序(java版)
1 public class QuickSortTest{ 2 //比较与交换 3 private static int partition(int[] source, int low, int hight) { 4 int key = source[low]; 5...
分类:编程语言   时间:2015-03-19 18:12:43    阅读次数:175
Ubuntu 14.04 ROS-Inidigo aptitude dependencies
对于在Ubuntu14.04上安装ROSIndigo来说,首先你需要配置你的文件来源是可以均可以下载的,这就是保证后面的文件均可以在库中来下载;进而,选择不同的版本来选择以及设置你的source.list(软件源);进而来设置你的密钥;进而来进行安装,但是这时候就需要来确认你的Debian软件..
分类:系统相关   时间:2015-03-19 16:41:15    阅读次数:266
tomcat 启动脚本
#!/bin/bash #chkconfig:23458012 #processname:market_tomcat source/etc/init.d/functions [-r"$SYSCONFIG"]&&source"$SYSCONFIG" RETVAL=0 TOMCAT_NAME=market_tomcat start(){ pid=`ps-ef|grep$TOMCAT_NAME|grep-vgrep|wc-l` if[$pid-ne0];then echo"marketalre..
分类:其他好文   时间:2015-03-19 16:33:45    阅读次数:120
OGG-03510问题处理
OGG迁移,目标端已经升级为12C,所以用的12版本的OGG,参数还是用的以前11g的,但是启动应用进程的时候提示OGG-03510错误,如下: The source database character set is unknown, and the SOURCECHARSET parameter is not specified. 源端是sqlserver环境,之前源端是oracle环...
分类:其他好文   时间:2015-03-19 16:19:46    阅读次数:161
Pay some attention to reconnecting TFS
Description: My TFS(Team Foundation Server) is connecting to source code server, however, the code in server can NOT be checked-out (so you can NOT se...
分类:Web程序   时间:2015-03-19 16:17:06    阅读次数:132
冒泡排序(java版)
1 public class BubbleSortTest { 2 //冒泡排序 3 public static void bubbleSort(int[] source) { 4 //外层循环控制控制遍历次数,n个数排序,遍历n - 1次 5 fo...
分类:编程语言   时间:2015-03-19 14:31:45    阅读次数:121
gcov源码,供学习使用。
摘自http://www.opensource.apple.com/source/gcc/gcc-5484/gcc/gcov.c 1 /* Gcov.c: prepend line execution counts and branch probabilities to a 2 sou...
分类:其他好文   时间:2015-03-19 12:51:05    阅读次数:138
android 反编译,逆向,注入LOG
反编译smali注入显示LOG的代码,备以后用: .class public Lnet/iaround/connector/DebugClass; .super Ljava/lang/Object; .source "DebugClass.java" # direct methods .method public constructor ()V .locals 0 .pro...
分类:移动开发   时间:2015-03-19 11:30:59    阅读次数:597
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!