码迷,mamicode.com
首页 >  
搜索关键字:expected identifier    ( 2296个结果
SQL Tuning 基础概述03 - 使用sql_trace和10046事件跟踪执行计划
1.使用sql_trace跟踪执行计划1.1 当前session跟踪:alter session set sql_trace = true; //开始sql_tracealter session set tracefile_identifier = jytrace; //设定trace文件的标识符a...
分类:数据库   时间:2014-11-05 00:10:09    阅读次数:369
关于ora-12154:TNS:could not resolve the connect identifier specified
一:前言 刚刚出来实习,在公司配的电脑里面装的oracle和PL SQL时一次性就搞定,但是在自己的电脑上装了就出现这个问题,刚刚在网上看了下,所以自己就写份记载吧! 二:在打开PLSQL Developer时,输入用户名,密码之后登录就出现如题弹框,装了客户端了。解决办法一:如下图,在...
分类:其他好文   时间:2014-11-04 16:52:28    阅读次数:462
判断操作系统64/32位
批处理:%PROCESSOR_IDENTIFIER:~0,3%PowerShell:([Array](Get-WmiObject -Query "select AddressWidth from Win32_Processor"))[0].AddressWidthPowerShell3.0:[Sys...
分类:其他好文   时间:2014-11-04 16:38:18    阅读次数:155
org.springframework.dao.DuplicateKeyException: 问题
org.springframework.dao.DuplicateKeyException: a different object with the same identifier value was already associated with the session: [com.sinosof...
分类:编程语言   时间:2014-11-04 15:00:37    阅读次数:169
ORACLE安装过程中检查步骤出现的错误和解决方法【转】
Checking operating system requirements ...Expected result: One of redhat-3,redhat-4,SuSE-9,asianux-1,asianux-2Actual Result: redhat-4Check complete. T...
分类:数据库   时间:2014-11-04 09:16:33    阅读次数:159
iOS项目中使用微信分享功能SDK
1. TARGETS - Info - URL Types  identifier -> weixin URL Schemes ->  应用id 2.在AppDelegate.h 引入头文件 - #import "WXApi.h" 定义 { enum WXScene _scene; } 3.在AppDelegate.m中 - (id)init...
分类:微信   时间:2014-10-31 13:51:05    阅读次数:610
PHP 字符串 操作符<<< 使用的注意事项
在看《深入PHP和JQeury开发》过程中,遇到字符串 操作符HeredocA third way to delimit strings is the heredoc syntax: <<<. After this operator, an identifier is provided, the.....
分类:Web程序   时间:2014-10-31 11:22:45    阅读次数:173
YUI Compressor是如何压缩JS代码的?
YUI Compressor 压缩 JavaScript 的内容包括:移除注释移除额外的空格细微优化标识符替换(Identifier Replacement)YUI Compressor 包括哪些细微优化呢?object["property"] ,如果属性名是合法的 JavaScript 标识符(注...
分类:Web程序   时间:2014-10-31 09:52:31    阅读次数:185
UITableView数据填充方式
1、文件有xib或者从属的stroybord:可以对其UITableView中TableView(content)和TableViewCell(style,image,identifier,accessory)设置,改变其属性,查看其显示的状态。2、封装成Sample.plist的格式: NSStr...
分类:其他好文   时间:2014-10-29 19:03:32    阅读次数:170
ural 1907 Coffee and Buns
1907. Coffee and BunsTime limit: 1.0 secondMemory limit: 64 MBPlanet Ataraxia is known for its education centers. The people who are expected to take ...
分类:其他好文   时间:2014-10-28 21:18:29    阅读次数:318
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!