程序员如何用代码写出一封情书?

html-css016

程序员如何用代码写出一封情书?,第1张

范文如下。

每次你微笑的看着我,都会引发使我心跳加速的触发器,我发现自己已深深地爱上了你,无法逃避,因为我们在同一个Database里。

经过我长期的查询分析,对你表结构的了解也越来越清晰,你温柔美丽,高雅贤淑,简直就是我心目中的BCD。

我多想JOIN你,但找不到合适的id.If你能和我在一起,你就是我的unique,我决不会三心二意,去找其他的foreign key。

为了你,我会DELETE自己所有的坏脾气,也会时常UPDATE自己。你交给我的transaction,无论@@error等于几,我都会commite,尽心尽力。我会紧紧地FETCH,我们在一起的美好回忆,将它变成加密的存储过程,而不是转瞬即逝tempdb。

我将这份日志sp_sendmail给你,向你declare了我的心意,如果你set nocount off,我就认为你default了我们的实体关系,不要再犹豫迟疑,相信自己的select,我一定会爱你,直到系统死机。让我们挑一个服务器空闲的日子,参加批处理婚礼,由sa为我们见证,从此紧紧地union在一起,永不分离,共同create一片美好的天地。

自个改改吧

<html>

<head>

<title>love</title>

<style type="text/css">

body {

font-family: "宋体"

font-size: 9pt

margin-top: 0px

margin-left: 0px

margin-right: 0px

}

A {

COLOR: black

FONT-SIZE: 9pt

FONT-WEIGHT: 400

TEXT-DECORATION: none

}

A:hover {

COLOR: red

FONT-SIZE: 9pt

FONT-WEIGHT: 400

TEXT-DECORATION: underline

}

</style>

<meta http-equiv="Content-Type" content="text/htmlcharset=gb2312">

</head>

<body onload=init()>

<br>

<br>

<center>

<font color=red face="隶书" size=6>请耐心看完</font>

</center>

<br>

<center>

<table border=1 bordercolor=#000000 style="border-collapse: collapse"

cellpadding="0" cellspacing="0">

<tr>

<td align=center style="width: 70%">

<script language=javascript>

var layers = document.layers, style = document.all, both = layers || style, idme = 908601

if (layers) {

layerRef = 'document.layers'

styleRef = ''

}

if (style) {

layerRef = 'document.all'

styleRef = '.style'

}

function writeOnText(obj, str) {

if (layers)

with (document[obj]) {

document.open()

document.write(str)

document.close()

}

if (style)

eval(obj + '.innerHTML=str')

}

var dispStr = new Array(" 我像条狗似的在人群里穿行,虽然阳光充沛却掩饰不了我的孤独,曾经下定决心绝食却没有,虽然我看起来像条狗,但我要是杀死自己,动物协会就会告我谋杀动物的。所以在无所事事的秋天我常去邻居家听那个家伙婆婆妈妈唧唧歪歪就好象一群苍蝇似的围绕在你身边让你无法忍受!现在——你终于明白我是在用这么一种残忍的方式折磨自己了吧!")

var overMe = 0

function txtTyper(str, idx, idObj, spObj, clr1, clr2, delay, plysnd) {

var tmp0 = tmp1 = '', skip = 100

if (both &&idx <= str.length) {

if (str.charAt(idx) == '<') {

while (str.charAt(idx) != '>')

idx++

idx++

}

if (str.charAt(idx) == '&' &&str.charAt(idx + 1) != ' ') {

while (str.charAt(idx) != '')

idx++

idx++

}

tmp0 = str.slice(0, idx)

tmp1 = str.charAt(idx++)

if (overMe == 0 &&plysnd == 1) {

if (navigator.plugins[0]) {

if (navigator.plugins["LiveAudio"][0].type == "audio/basic"

&&navigator.javaEnabled()) {

document.embeds[0].stop()

setTimeout("document.embeds[0].play(false)", 100)

}

} else if (document.all) {

ding.Stop()

setTimeout("ding.Run()", 100)

}

overMe = 1

} else

overMe = 0

writeOnText(idObj, "<span class=" + spObj + "><font color='" + clr1

+ "'>" + tmp0 + "</font><font color='" + clr2 + "'>" + tmp1

+ "</font></span>")

setTimeout("txtTyper('" + str + "', " + idx + ", '" + idObj + "', '"

+ spObj + "', '" + clr1 + "', '" + clr2 + "', " + delay + " ,"

+ plysnd + ")", delay)

}

}

function init() {

txtTyper(dispStr[0], 0, 'ttl0', 'ttl1', 'red', '#99FF33', 300, 0)

}

</script>

<DIV class=ttl1 id=ttl0></DIV>

</td>

</tr>

</table>

</center>

<br>

<br>

<center>

 

<script LANGUAGE="JavaScript">

<!-- hide

function goHist(a)

{

history.go(a)

}

//-->

</script>

</center>

<br>

<br>

</body>

</html>