码迷,mamicode.com
首页 >  
搜索关键字:already exists as a    ( 6323个结果
Leetcode | Longest Palindromic Substring
Given a string S, find the longest palindromic substring in S. You may assume that the maximum length of S is 1000, and there exists one unique longes...
分类:其他好文   时间:2014-05-16 21:15:37    阅读次数:454
查询锁事务及语句
if exists(select * from master.sys.sysprocesses where spid in (select blocked from master.sys.sysprocesses))begin---确定进程被锁住的其他资源select spid 进程,STATUS ...
分类:其他好文   时间:2014-05-16 06:38:48    阅读次数:329
遇到java.lang.IllegalThreadStateException: Thread already started. 错误的解决办法
通过单击事件开启线程时,再次单击就会出现java.lang.IllegalThreadStateException: Thread already started. 错误解决办法:创建一个Runnable:Runnable DownloadRunnable = new Runnable() { @O...
分类:编程语言   时间:2014-05-15 15:50:10    阅读次数:256
LeetCode-005 Longest Palindromic Substrin
【题目】 Given a string S, find the longest palindromic substring in S. You may assume that the maximum length of S is 1000, and there exists one unique longest palindromic substring. 【题意】 题意是找出字符串S中最长回文子串,S最长为1000,保证有唯一解 【思路】 原字符串用特殊字符#间隔,如下所示: #a...
分类:其他好文   时间:2014-05-15 03:31:25    阅读次数:299
Intel baytrail-t support Linux?
点击这里查看文章 有空试试~~~唉。。。 Ubuntu (Linux) on Atom Z3700 Series ASUS Transformer Book T100 is particularly interesting platform, because some guys at XDA developers forum have already installed Androi...
分类:系统相关   时间:2014-05-14 15:08:01    阅读次数:547
php 异常捕获
1 首先是try,catch getMessage();}function file_open($path){ if(!file_exists($path)) //如果文件无法找到,抛出异常对象 { throw new Exception("文件无法找到", 1); } if(!f...
分类:Web程序   时间:2014-05-14 13:19:14    阅读次数:427
学习mysql存储过程,并且用到游标
定义一个存储过程,用到游标,从一个表中取值,插入到另外一个表中。drop procedure if exists search_test;create procedure search_test(in id int,out out_min_id varchar(200))begindeclare f...
分类:数据库   时间:2014-05-14 07:41:31    阅读次数:361
mybatis(单表增删改查)
(mybatis注意各个文件的映射问题)用到的t_user数据库脚本:-- 导出 mybatis 的数据库结构CREATE DATABASE IF NOT EXISTS `mybatis` /*!40100 DEFAULT CHARACTER SET utf8 */;USE `mybatis`;--...
分类:其他好文   时间:2014-05-14 03:19:55    阅读次数:396
读取文件
public String BufferedReaderDemo(String path) throws IOException...{File file=new File(path);if(!file.exists()||file.isDirectory())throw new FileNotFo...
分类:其他好文   时间:2014-05-14 02:16:11    阅读次数:199
PRKS-1000 : ASM instance "+ASM1" already exists on node "sol1&
下面是一次10GRAC增加ASM实例报错。故障之前就做了一次crs_unregisterASM的操作,随后增加ASM实例就增加不上了。欢迎大家加入ORACLE超级群:17115662免费解决各种ORACLE问题,以后BLOG将迁移到http://www.htz.pw 1,故障现象[oracle@www.htz.pworacle]$srvctladdasm-nsol1-..
分类:其他好文   时间:2014-05-13 04:46:01    阅读次数:405
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!