问题1:ORA-12154: TNS: 无法解析指定的连接标识符 在一台服务器上部署了Oracle客户端,使用IP/SID的方式访问,老是报ORA-12154错误,而使用tnsnames访问却没有问题,对比了我本机的配置并查阅了一下资料,Easy Connect Naming Method这个东西是 ...
分类:
数据库 时间:
2016-05-18 17:33:46
阅读次数:
423
1.1. RHEL/CentOS/Oracle Linux 6 On a server host that has Internet access, use a command line editor to perform the following steps: Log in to your ho ...
分类:
其他好文 时间:
2016-05-18 17:33:57
阅读次数:
125
#import <UIKit/UIKit.h>@interface ViewController : UIViewController@property (weak,nonatomic)IBOutlet UIButton *startBtn;@property (weak,nonatomic)IBO ...
分类:
其他好文 时间:
2016-05-18 17:35:36
阅读次数:
135
id = int(request.POST('id')) Error message: TypeError: 'QueryDict' object is not callable Error reseaon: request.POST is a QueryDict, dictionary looku ...
分类:
其他好文 时间:
2016-05-18 17:32:25
阅读次数:
1949
节点数据类的存储信息 对链表的具体操作(插入数据、删除数据、排序) ...
分类:
编程语言 时间:
2016-05-18 17:32:36
阅读次数:
147
YII2 基础版 Window 安装步骤 1、Window中需要下载并运行Composer-Setup.exe 自行百度搜索composer下载安装Composer 安装后,切换到一个可通过 Web 访问的目录 2、通过Windows的'cmd'命令进入dos命令窗口,执行如下命令: PS:1.1. ...
官网地址 本文内容 语法 测试数据 可配置选项 参考资料 date 插件是日期插件,这个插件,常用而重要。 如果不用 date 插件,那么 Logstash 将处理时间作为时间戳。时间戳字段是 Logstash 自己添加的内置字段 @timestamp,在ES中关于时间的相关查询,必须使用该字段,你... ...
分类:
其他好文 时间:
2016-05-18 17:33:08
阅读次数:
414
数学 A - Infinite Sequence 等差数列,公差是0的时候特判 数学 B - Restoring Painting 题意:3*3的矩阵,已经填了a,b,c,d四个数字,问填完数后四个2*2的子矩阵的和相等的方案数,所有数字范围在[1, n]. 分析:蛮有意思的题目,很明显中心的数字是 ...
分类:
其他好文 时间:
2016-05-18 17:33:32
阅读次数:
249
对应的CSS文件中如下方式进行字体库的引用: ...
分类:
Web程序 时间:
2016-05-18 17:33:21
阅读次数:
247
导致索引失效的直接原因:当某些操作导致数据的rowid改变,索引就会完全失效。 那什么时候会导致rowid改变使得索引unuseable或者invalid呢? 一般普通表在在如下3个情况下可以使index unusable 1) 手动alter index unusable 2) Move 【alt... ...
分类:
数据库 时间:
2016-05-18 17:31:49
阅读次数:
238
最近公司的一些Oracle项目要转到Ms_sql上,在把Oracle Functions改成MS-Sql的Procedure时,遇到了翻译的问题。 罗列出这些问题: 一、Oracle 基本类型 二、序列。 Oracle中的序列,我本来打算用自增列加一些小手段处理的,后来在同事的提醒下,才知道ms-s ...
分类:
数据库 时间:
2016-05-18 17:32:49
阅读次数:
180
一、使用$http进行XHR和JSONP请求 1.1 XHR请求 GET:$http.get(url,config) POST:$http.post(url,data,config) PUT:$http.put(url,data,config) DELETE:$http.delete(url,con ...
分类:
Web程序 时间:
2016-05-18 17:32:28
阅读次数:
378
Given a singly linked list L: L0→L1→…→Ln-1→Ln, reorder it to: L0→Ln→L1→Ln-1→L2→Ln-2→… You must do this in-place without altering the nodes' values. Fo ...
分类:
其他好文 时间:
2016-05-18 17:32:35
阅读次数:
189
JSON数据的定义方式 AJAX方式 实例:利用AJAX实现不刷新登录 JQuery代码 登录处理页面 ...
分类:
Web程序 时间:
2016-05-18 17:33:14
阅读次数:
198
--打开xp_cmdshell EXEC sp_configure 'show advanced options', 1GORECONFIGUREGOEXEC sp_configure 'xp_cmdshell', 1GORECONFIGUREGO use ConfigDBgospb_netuse_ ...
分类:
系统相关 时间:
2016-05-18 17:30:56
阅读次数:
210
Django安装,环境准备: 1、python安装包及安装 2、Django 安装包 Python包安装 1.Linux下安装 如果使用的是 Linux系统 或 Mac OS X ,系统可能已经预装了 Python 。在终端命令行窗口中输入python (或是在OS X的程序/工具/终端中)。 如果 ...
分类:
编程语言 时间:
2016-05-18 17:32:17
阅读次数:
236