Given a 2D board and a word, find if the word exists in the grid.The word can be constructed from letters of sequentially adjacent cell, where "adjace...
分类:
其他好文 时间:
2015-03-22 00:22:11
阅读次数:
197
Given a stringS, find the longest palindromic substring inS. You may assume that the maximum length ofSis 1000, and there exists one unique longest pa...
分类:
其他好文 时间:
2015-03-22 00:18:36
阅读次数:
134
想要在blog首页加上自动播放的背景音乐,能找到的插件与方法基本上都是讲在文章里添加的。侧边栏里添加文本的方法也总有美观等等这样那样的问题,折腾了几种之后终于搞定了。用的是Audio player插件,侧边栏添加文本js代码,能够实现多首音乐的播放。播放器效果如下:1. 下载Audio Player...
分类:
其他好文 时间:
2015-03-21 18:20:28
阅读次数:
214
[No.000002]2015-03-20 编写好的程序如何安装时在WIN7/8任务栏创建快捷方式在XP时代,有一个快速启动栏,这里创建快捷方式只需要把快捷方式放在“%AppData%\Roaming\Microsoft\Internet Explorer\Quick Launch”文件夹下即可,最...
本系列旨在熟悉GZFramwork数据库层操作,对数据库表进行增删改查,单据编号生成等: 详细见图: 普通单表操作: 数据库建模: 创建表脚本: if exists (select 1 from sys.sysreferences r join sys.sysobjects o on (o.id =...
分类:
数据库 时间:
2015-03-20 18:18:08
阅读次数:
434
/*********************************** //删除 死锁 存储过程***************************************/if exists (select * from dbo.sysobjectswhere id = object_id(N...
分类:
数据库 时间:
2015-03-20 17:54:35
阅读次数:
152
错误的意思说,不能先select出同一表中的某些值,再update这个表(在同一语句中)。 例如下面这个sql: delete from tbl where id in( select max(id) from tbl a where EXISTS ( select 1 from tbl ...
分类:
数据库 时间:
2015-03-20 16:20:51
阅读次数:
162
var path = " FramePath" ; var filePath = Server.MapPath(path); if (System.IO.File.Exists(filePath)) ...
弄了几个月的Qt,基本上以写上位机程序和工厂用的一些工具为主。老大的要求是快速、稳定、不出问题,不过他嫌.net要安装、还有升级(刚开始的时候由于这个出了些小问题),MFC开发东西又实在费劲,就让我找个轻量级又好用又方便部署的框架,找来找去实在找不到,干脆就用Qt了,至少这东西比MFC开发方便多.....
分类:
其他好文 时间:
2015-03-20 16:09:53
阅读次数:
133
About Quick Packaging and Custom PackagingThe Enterprise Manager Support Workbench provides two methods for creating and uploading an incident package...
分类:
其他好文 时间:
2015-03-20 15:56:36
阅读次数:
171