error: RPC failed; result=22, HTTP code = 411fatal:
The remote end hung up unexpectedly解决方法:git config http.postBuffer 524288000
分类:
其他好文 时间:
2014-05-10 01:06:09
阅读次数:
367
远程连接Oracle比较麻烦,通常需要安装oracle的客户端才能实现。通过instantclient可以比较简单的连接远程的Oracle。1.新建目录D:\Oracle_Cleint用于存放相关文件,新建目录D:\Oracle_Cleint\NETWORK\ADMIN用于存放tnsnames文件2...
分类:
数据库 时间:
2014-05-09 20:01:17
阅读次数:
391
在SQL
Server中,全局变量是一种特殊类型的变量,服务器将维护这些变量的值。全局变量以@@前缀开头,不必进行声明,它们属于系统定义的函数。还有一些系统信息的获取方法,例如服务器上次启动时间。[@more@]全局变量名称描述@@CONNECTIONS返回SQL
Server自上次启动以来尝试的连...
分类:
数据库 时间:
2014-05-09 09:23:24
阅读次数:
484
原因1:打开文件"/network/admin/listener.ora",添加(SID_DESC = (GLOBAL_DBNAME = ORCL)
(ORACLE_HOME = D:\oracle\product\10.2.0\db_1) (SID_NAME = ORCL) )保存文件,然...
分类:
数据库 时间:
2014-05-09 08:30:20
阅读次数:
488
Twemproxy is a proxy server that allows you to reduce the number of open connections
to yourMemcached or Redis server.
What is Twemproxy useful for? It can
reduce the number of connections t...
分类:
其他好文 时间:
2014-05-09 06:30:25
阅读次数:
258
常用的数据库访问方式
ASP访问数据库的方式有哪些?
在ASP中可以通过三种方式访问数据库:
1、IDC(Internet Database Connector)方式;
2、ADO(ActiveX Data Objects)方式;
3、RDS(Remote Data Service)方式。
这三种访问方式对数据库的访问都是由Internet Information Server...
分类:
数据库 时间:
2014-05-09 02:24:08
阅读次数:
530
【failed to get the task for process问题】A: Why am
I getting "Error launching remote program: failed to get the task for process"
when debugging an iPhon...
分类:
其他好文 时间:
2014-05-08 18:10:58
阅读次数:
326
man netstat所看到的Active Internet connections
(TCP, UDP, raw)The protocol (tcp, udp, raw) used by the socket.Active UNIX
domain SocketsThe protocol (usua...
分类:
系统相关 时间:
2014-05-08 15:38:42
阅读次数:
381
1、分区技术2、索引技术3、临时表技术--创建事务级临时表,commit之后数据将丢失但是表结构依然存在CREATE
GLOBAL TEMPORARY TABLE admin_work_area (startdate DATE, enddate DATE, class
CHAR(20)) ON CO...
分类:
数据库 时间:
2014-05-07 17:08:24
阅读次数:
414
1 给某人赋予"系统权限"
SQL> grant connect to aobama with admin option
意思是将admin的连接数据库权限赋予“aobama”,并且"aobama"可以将这种权限赋予其他人
2 关于赋予权限收回的问题
描述:A将查询emp表的权限赋予B,B又将该权限赋予C。那么当A把B的该权限收回时,C的权限...
分类:
数据库 时间:
2014-05-07 12:04:32
阅读次数:
367