搜索到与相关的文章
各行各业

数论——Lucas定理模板

FormulationFornon-negativeintegersmandnandaprimep,thefollowingcongruencerelationholds:whereandarethebasepexpansionsofmandnrespectively.#include#include#includeusingnamespacestd;typedeflonglongllg;constin

系统 2019-08-12 09:27:03 2874

Linux

deinstall oracle 11g on linux

deinstalloracle11gonlinuxFrom11gR2,oracleprovideusandeinstalltool.Withthatnowwecaneasilyremoveoraclebinaries.从oracle11gR2开始,oracle为我们提供了一个删除工具。现在我们可以很容易的删除oracle的二进制文件。Belowisthestep:node1[oracle]_orcl>cd$ORACLE_HOMEnode1[oracle]_

系统 2019-08-12 01:54:53 2874

C#

MongoDB and C#

IntroductionMostlikelyyouhaveusedarelationaldatabaseandbeenfairlyhappywithit.IknowIhave.BeitSQLServerorMySQL,Iknowhowtousemytoolsefficientlytopush,pull,andtransformthedataIneed.Whenwesitdowntoanalyzeaproject,we'lldebateoverthelang

系统 2019-08-12 01:54:30 2874

SqlServer

SQL Server 连接问题-命名管道

原文:SQLServer连接问题-命名管道出自:http://blogs.msdn.com/b/apgcdsd/archive/2011/01/12/sql-server-1.aspx一。前言在使用SQLServer的过程中,用户遇到的最多的莫过于连接问题了。本文将深度讨论SQLServer连接问题的方方面面,希望能帮你彻底解决SQLserver的连接问题。SQLServer支持的通讯协议很多,如命名管道(NamedPipes)、TCP/IP套接字、共享内

系统 2019-08-12 01:54:23 2874

C#

C#基本数据类型

C#中有两种基本数据类型:值类型和引用类型。值类型是直接存储它的数据内容,而引用类型存储的是对象的引用,这两种类型对变量的赋值有着不同的含义。值类型包括:简单类型、结构类型、枚举类型;引用类型包括:Object类型、类类型、接口、代表元、字符串类型、数组。值类型示例intm=0;intn=m;m=1;//此时n仍然是0,因为m和n的数据存储在不同的区域引用类型示例classCFoo{publicintn;}voidMain(){CFoof1=newCFoo

系统 2019-08-12 01:54:20 2874

Tomcat

转:tomcat下查看并发流量

http://wangxuliangboy.javaeye.com/blog/235081如何在WINDOW下配置TOMCATAPR:APR是什么呢,(TomcatcanusetheApachePortableRuntimetoprovidesuperiorscalability,performance,andbetterintegrationwithnativeservertechnologies.)Windows下的安装配置与使用1、先去http://

系统 2019-08-12 01:33:56 2874

操作系统

shell—if case while for

ifif[1-gt2]thenecho'1>2'elseecho'1<=2'fiif[1-gt2]thenecho'1>2'elif[1=2]thenecho'1=2'elseecho'1<2'ficasecase$1iny)echo'yes';;Y)echo'yes';;n)echo'no';;N)echo'no';;esacforfornameinzhangsanlisiwangwudoecho$namedonewhilei=0while[$i-lt1

系统 2019-08-12 01:33:48 2874

数据库相关

SQL点滴5—产生时间demention,主要是时间转换

原文:SQL点滴5—产生时间demention,主要是时间转换数据仓库中有时间表,存储时间信息,这个存储过程接收开始时间结束时间,写入时间具体信息。有高手用excel函数功能很快能产生INSERT语句不会啊,只能用这个。参考知识1vSETANSI_NULLSON2GO34SETQUOTED_IDENTIFIERON5GO67/*---------------------------------------------------

系统 2019-08-12 01:33:31 2874

MySql

mysql 加入列,改动列,删除列。

MySQL加入列,改动列,删除列ALTERTABLE:加入,改动,删除表的列,约束等表的定义。查看列:desc表名;改动表名:altertablet_bookrenametobbb;加入列:altertable表名addcolumn列名varchar(30);删除列:altertable表名dropcolumn列名;改动列名MySQL:altertablebbbchangennnnnhhint;改动列名SQLServer:execsp_rename't_s

系统 2019-08-12 01:33:27 2874

CSS

【笔记】CSS选择器整理(IE低版本支持性测试)

时间:2015.05.11参考附件:css选择器.xmind(网友共享)查看链接:http://www.w3school.com.cn/cssref/css_selectors.asphttp://www.ruanyifeng.com/blog/2009/03/css_selectors.html【笔记】CSS选择器整理(IE低版本支持性测试)

系统 2019-08-12 01:33:04 2874