最新文章列表

That's my goal

That's my goal Shayne Ward - That's my goal Hmmmm yea yea yeaaa You know where I come from You know my story You know why I'm standing here Tonight Please don't go Don't be in a hurry I'm her ...
chenjin 评论(1) 有1452人浏览 2006-12-31 11:53

Where did you sleep last night?

by Kurt Cobain of Nirvana listen:Where did you sleep last night? My girl, my girl don't lie to me Tell me where did you sleep last night In the pines in the pines Where the sun don't ever shine I woul ...
hideto 评论(0) 有2255人浏览 2006-12-30 14:38

WML 标签跟WML学习

上网找了这些标签,方便设计。哈和哈 一保存就变样了。还是给个连接吧 www.cnblogs.com/kangtr/archive/2005/12/02/289546.html 结构相关标签 语法及属性 <wml> ...
wuhua 评论(0) 有2705人浏览 2006-12-29 11:44

go on batchTask test

HibernateTransactionDao-->summaryTxnCtrl:hibernate get count(*) data from oracle is Long type(Long->Integer) EdcSecurityServiceImpl-->getWorkingKeyInfo:merchantManager.getMerchant(Merchantid n ...
kxhu 评论(0) 有439人浏览 2006-12-28 17:34

为我的母亲祈祷

亲爱的上帝:   如今我已不再年轻,一些朋友的母亲已经去世了。我曾听这些子女们说过,他们从没有向母亲充分表示过他们的感激之情,而待到要告诉时为时已晚了。   幸运的是,我亲爱的母亲依然健在。我对她的感情与日俱增。母亲没有变,而我却变了。随着年岁的增长,我越来越懂事了,我认识到她是个非常了不起的人。这些话在她面前我难以启齿,但在笔下却可以轻易地写出来,这令我感到多么难过。   一个女儿该怎样开口 ...
lkfnn 评论(7) 有2402人浏览 2006-12-28 12:22

The way of checking the type of an object

Apress ProJavaScriptTechniques The first way of checking the type of an object is by using the obvious-sounding typeof operator. js 代码   // Check to see if our number is actually a string   ...
tapestry 评论(0) 有2606人浏览 2006-12-28 11:06

Action English 1

ACTION  ENGLISH   1 MOVIE DICTIONARY 电影词典 sound engineer, a person who make sound better 录音师 AMERICAN SLANG 美国俚语 Rumo(u)r has it that… 据说…… ;人们都说…… 例句:Rumor has it that Andy is a nice guy. 人们都说安迪是个 ...
风雪涟漪 评论(0) 有1768人浏览 2006-12-27 23:41

Let's Go

申请这个帐号已经有几个月了,因为项目繁忙都没有时间来打理这个blog, Rails的学习也缓了好长一段时间。现在我也来加入大家的行列,记录rails的学习使用历程,一起学习、交流。
wayneG 评论(0) 有1219人浏览 2006-12-27 17:48

java正则表达式入门(转)

  转自:http://blog.csdn.net/lenhan12345/archive/2006/12/25/1459667.aspx   正则表达式(regular expression)描述了一种字符串匹配的模式,可以用来:(1)检查一个串中 ...
zxj_ajax 评论(0) 有1297人浏览 2006-12-27 10:33

我的这几天

      今天----早起....从阳哥那回来,换了衣服,昨晚玩的有些累了,坐在桌前写BLOG,阳哥又去看电影了习惯了总结,但是总是总结技术什么的,可能 ...
aladdin_leon 评论(0) 有1231人浏览 2006-12-26 17:48

losing my religion

losing my religion          歌手:r.e.m.     Life is bigger It's bigger than you And you are not me The lengths that I will go to The distance in your eyes Oh no I've said too much I set it up That's ...
chenjin 评论(0) 有2202人浏览 2006-12-26 15:54

中国人最易犯错的30句英语

 1. I very like it    I like it very much.      2. 这个价格对我挺合适的。   The price is very suitable for me.    The price is right.      Note:suitable(合适的、相配的)最常见的用法是以否定的形式出现在告示或通知上,如:下列节目儿童不宜。The follo ...
mingisme 评论(6) 有4475人浏览 2006-12-21 14:32

SQL分页

CREATE  proc GetThePage @pagesize int, @pageindex int, @col nvarchar(100), @tb nvarchar(20), @wherestr nvarchar(100), @sOrder varchar(10), @sOrdStr nvarchar(20) AS --@pagesize 分页设置大小 --@pageindex 当前页面 ...
yacole 评论(0) 有1318人浏览 2006-12-21 10:25

多表分页存储过程

SET QUOTED_IDENTIFIER ON GO SET ANSI_NULLS ON GO CREATE   procedure main_table_sdiv ( @pagesize int, @pageindex int, @docount bit, @TableName varchar(20), @Col varchar(500), @sTableName varc ...
Go 
yacole 评论(0) 有2724人浏览 2006-12-21 10:22

存储过程的分页

SQL Server 存储过程的分页,这个问题已经讨论过几年了,很多朋友在问我,所以在此发表一下我的观点 建立表: CREATE TABLE [TestTable] (  [ID] [int] IDENTITY (1, 1) NOT NULL ,  [FirstName] [nvarchar] (100) COLLATE Chinese_PRC_CI_AS NULL ,  [LastName] [n ...
yacole 评论(0) 有1168人浏览 2006-12-21 09:58

go on ipay sys

Spring:AOP,RMI,Timer,Transaction purchase sequence: SoftPosServiceImpl---->EdcServiceImpl---->EdcAuthTxnDriver---->CommonBeforeAuthTxnDriver---->BocAimsAuthServiceImpl---->TxnGatewayClie ...
kxhu 评论(0) 有517人浏览 2006-12-20 10:08

返回上一页js

value="取消" onclick="javascript:history.go(-1);"
tillzhang 评论(0) 有1730人浏览 2006-12-18 14:15

Row Changed Between Retrieve and Update

  This is a common but frustrating error that can create real problems. The cause for this error is one or more of the following: A primary key for the table is not listed in the Update Properti ...
yinfeiL 评论(0) 有1963人浏览 2006-07-28 17:10

struts实现分页

在做之前我们的头脑中要有一个大概的框架:也就是我们怎么样来 划分各个功能模块。一般来说一个分页功能框架至少要包含如下几个 部分(java class)(括号注释对应本实例中的类) 1:页面元素(Order.java)。也就是一个页面要显示的一条条的记录 2:数据(DataCollection.java)。对应一个javaBean,我看有不少前辈将获取数据与页面控制放在一起, 我本人认为这样做不好。一 ...
sword721 评论(0) 有629人浏览 2006-05-30 09:56

最近博客热门TAG

Java(141741) C(73643) C++(68602) SQL(64557) C#(59604) XML(59131) .net(54782) 编程(39452) JSP(37540) 数据结构(36420) Eclipse(31254) PHP(29988) F#(26077) 算法(24864) 脚本(19838) J#(18919) JDBC(17887) ASP(17480) JDK(14879) JVM(14450)

博客人气排行榜

    博客电子书下载排行

      >>浏览更多下载

      相关资讯

      相关讨论

      Global site tag (gtag.js) - Google Analytics