[html]
Why not email me at moc.liamg@tahctiuq
[/html]
Looks ok doesn't it? But have a look at the source code and see what email harvesters will see.
[html]
[/html]
Looks ok doesn't it? But have a look at the source code and see what email harvesters will see.
SQL:
[code=sql]
select * from test
update test set a=’b’ where a=’a’
delete from test;
[/code]
C#:
[code=c#]
protected void Page_Load(object sender, EventArgs e)
{
// Connect to the Database
MySqlConnection myConnection = new MySqlConnection(ConfigurationSettings.AppSettings[“SQLConnectionString”]);
string SQL_QUERY = “SELECT * FROM table”;
MySqlCommand myCommand = new MySqlCommand(SQL_QUERY, myConnection);
myConnection.Open();
rptRSS.DataSource = myCommand.ExecuteReader(CommandBehavior.CloseConnection);
rptRSS.DataBind();
myConnection.Close();
}
[/code]
HTML:
[code=html]
?
| ? | |
+ wELCOMe + IE 6.0 +
1024×768
***
***
***
[/code]
XML:
[code=xml]
-
-
-
-
-
-
-
-
-
-
-
-
-
这个代码是网上找来的([url=http://ttyp.cnblogs.com/]http://ttyp.cnblogs.com/[/url]),自己写实在太麻烦了。。。主要是上个学期那个编译器写傻了:@
不过怎么改也改不好。。。>和> <和<总是分不清楚。。。
神阿
Gimme a Sign吧!!
[html]
一个很不错的CSS Layout。
不记得是从哪里看到的了。
[html]
This area is for the main content. This area is for the main
content. This
area is for the main content. This area is for the main content.
This area
is for the main content. This area is for the main content.This
area is for
the main content.This area is for the main content. This area is
for the
main content. This area is for the main content. This area is for
the main
content. This area is for the main content. This area is for the
main content.
This area is for the main content. This area is for the main
content. This
area is for the main content.
This area is for the main content. This area is for the main
content. This
area is for the main content. This area is for the main content.
This area
is for the main content. This area is for the main content.This
area is for
the main content.This area is for the main content. This area is
for the
main content. This area is for the main content. This area is for
the main
content. This area is for the main content. This area is for the
main content.
This area is for the main content. This area is for the main
content. This
area is for the main content.This area is for the main content.
This area
is for the main content. This area is for the main content. This
area is
for the main content. This area is for the main content. This area
is for
the main content.This area is for the main content.This area is for
the main
content. This area is for the main content. This area is for the
main content.
This area is for the main content. This area is for the main
content. This
area is for the main content. This area is for the main content.
This area
is for the main content. This area is for the main content.
This area is for the main content. This area is for the main
content. This
area is for the main content. This area is for the main content.
This area
is for the main content. This area is for the main content.This
area is for
the main content.This area is for the main content. This area is
for the
main content. This area is for the main content. This area is for
the main
content. This area is for the main content. This area is for the
main content.
This area is for the main content. This area is for the main
content. This
area is for the main content.
[/html]
新增加了 “运行代码” 的UBB
Server端的代码写得很乱,基本上是用正则表达式替换实现各类UBB的,但是考虑到[CODE]和[HTML]标签中可能出现与UBB代码冲突的情况,用了很多判断和临时存储变量。。。也许一开始我的思路就是错的。。。:'(头晕ing
不多说了
测试一下先
hoho
[html]
| Configurations | Dual 1.8GHz | Dual 2GHz | Dual 2.5GHz |
|---|---|---|---|
| lipeng | M9454LL/A | M9455LL/A | M9457LL/A |
| mapabc | Dual 1.8GHz PowerPC G5 | Dual 2GHz PowerPC G5 | Dual 2.5GHz PowerPC G5 |
| 地图名片 | 900MHz per processor | 1GHz per processor | 1.25GHz per processor |
| 图秀卡 | 512K per processor | 512K per processor | 512K per processor |
[/html]
增加了 友情链接 的功能
顺便测试1下 ARCHIVE 有没有用。。。(lol)
edit:看来是有用的。。。lol