PHP技术,Javasript在Web2.0下的灵活性,Jquery深入,Typo3 / Typolight CMS 内容管理系统使用和开发,Linux系统深入,Iphone技巧
winrar3.9破解,将下列数据复制到记事本,重命名为rarreg.key放在winrar3.9的安装目录下就OK了。


RAR registration data
MFZYW.NET
Unlimited Company License
UID=4aee223094e315d53b9e
64122122503b9ebc644eb9b3c79c51f627529601231143dbeaf2e7
7fbf4c490ec22a156bad60fce6cb5ffde62890079861be57638717
7131ced835ed65cc743d9777f2ea71a8e32c7e593cf66794343565
b41bcf56929486b8bcdac33d50ecf7739960c9efe6f48b7431aeb3
6591672135fe806fcd4ff26d85d05ef5afff9b1e3b7c7551fea268
b5d29f7a0f896abf9559e4394374bc3c30aeac0843c11e0560ad69
9356a86749410ce0058f300e24a185c0cc7590d0543a3625819200
code of test.php:


code of flash action:
有些人一直没机会见,等有机会见了,却又犹豫了,相见不如不见。
有些事一直没机会做,等有机会了,却不想再做了。
有些话埋藏在心中好久,没机会说,等有机会说的时候,却说不出口了。
有些爱一直没机会爱,等有机会了,已经不爱了。
有些人很多机会相见的,却总找借口推脱,想见的时候已经没机会了。
有些话有很多机会说的,却想着以后再说,要说的时候,已经没机会了。
有些事有很多机会做的,却一天一天推迟,想做的时候却发现没机会了。
有些爱给了你很多机会,却不在意没在乎,想重视的时候已经没机会爱了。   


人生有时候,总是很讽刺。
一转身可能就是一世。说好永远的,不知怎么就散了。
最后自己想来想去竟然也搞不清当初是什么原因分开彼此的。
然后,你忽然醒悟,感情原来是这么脆弱的。
经得起风雨,却经不起平凡;风雨同船,天晴便各自散了。
也许只是赌气,也许只是因为小小的事。
幻想着和好的甜蜜,或重逢时的拥抱,那个时候会是边流泪边捶打对方,还傻笑着。
该是多美的画面。
没想到的是,一别竟是一辈子了。
曾经相爱,现在已互不相干。
即使在同一个小小的城市,也不再相逢。
某一天某一刻,走在同一条街,也看不见对方。
先是感叹,后来是无奈。
也许你很幸福,因为找到另一个适合自己的人。
也许你不幸福,因为可能你这一生就只有那个人真正用心在你身上。
很久很久,没有对方的消息,也不再想起这个人,也不想再想起这些事。

Deck / Card Elements

Start tag Purpose WML
<access> Defines information about the access control of a deck 1.1
<card> Defines a card in a deck 1.1
<head> Contains information about the document 1.1
<meta> Defines meta information about the document 1.1
<template> Defines a code template for all the cards in a deck 1.1
<wml> Defines a WML deck (WML root) 1.1
<!--> Defines a comment 1.1

Text Elements

Start tag Purpose WML
<br> Defines a line break 1.1
<p> Defines a paragraph 1.1
<table> Defines a table 1.1
<td> Defines a table cell (table data) 1.1
<tr> Defines a table row 1.1

Text Formatting Tags

Start tag Purpose WML
<b> Defines bold text 1.1
<big> Defines big text 1.1
<em> Defines emphasized text 1.1
<i> Defines italic text 1.1
<small> Defines small text 1.1
<strong> Defines strong text 1.1
<u> Defines underlined text 1.1

Anchor Elements

Start tag Purpose WML
<a> Defines an anchor (a link) 1.1
<anchor> Defines an anchor (a link) 1.1

Image Elements

Start tag Purpose WML
<img> Defines an image 1.1

Event Elements

Start tag Purpose WML
<do> Activates a task when the user clicks on a word/phrase on the  screen 1.1
<onevent> Contains code to be executed when one of the following events  occurs: onenterbackward, onenterforward, onpick, ontimer 1.1
<postfield> Contains information to be sent to the server along with a  <go> tag 1.1

Task Elements

Start tag Purpose WML
<go> Represents the action of switching to a new card 1.1
<noop> Says that nothing should be done (noop stands for "no  operation"). Used to override deck-level elements 1.1
<prev> Represents the action of going back to the previous card 1.1
<refresh> Refreshes some specified card variables. If any of the variables  are shown on the screen, this task also refreshes the screen 1.1

Input Elements

Start tag Purpose WML
<fieldset> Used to group together related elements in a card 1.1
<input> Defines an input field (a text field where the user can enter  some text) 1.1
<optgroup> Defines an option group in a selectable list 1.1
<option> Defines an option in a selectable list 1.1
<select> Defines a selectable list 1.1

Variable Elements

Start tag Purpose WML
<setvar> Sets a variable to a specified value in a <go>,  <prev>, or <refresh> task 1.1
<timer> Defines a card timer 1.1

Character Entities

Result Description Entity Name Entity Number
& ampersand &amp; &#38;
' apostrophe &apos; &#39;
> greater-than &gt; &#62;
< less-than &lt; &#60;
  non-breaking space &nbsp; &#160;
" quotation mark &quot; &#34;
­ soft hyphen &shy; &#173;


Server 端的设置
在这里,我们先用最为典型的IIS服务器作为例子:  
为了使IIS支持WAP(WML)页面的发布,在IIS的Web站点的属性 / HTTP信息中设置WAP的MIME属性,添加如下的MIME类型:  
扩展名   内容类型(MIME)    
.wml    text/vnd.wap.wml    
.wbmp    image/vnd.wap.wbmp    
.wmlc    application/vnd.wap.wmlc    
.wmls    text/vnd.wap.wmls    
.wmlsc   application/vnd.wap.wmlsc 
   
重启 IIS 使其支持 WAP 页面的发布。  


如果你使用的是 Apache 作为Web服务器的话,找到conf/httpd.conf这个配置文件,然后在里面添上MIME类型。在httpd.conf中加入如下几行:  
AddType text/vnd.wap.wml .wml  
AddType image/vnd.wap.wbmp .wbmp  
AddType application/vnd.wap.wmlc .wmlc  
AddType text/vnd.wap.wmls .wmls  
AddType application/vnd.wap.wmlsc .wmlsc  

重启 Apache Server 使其支持 WAP 页面的发布。  
这样,你的Server就支持 WAP(WML) 站点的发布了。  


配置Wap服务器
在设计WAP网页时,不论你使用的WAP开发工具是UP.SDK 或NOKIA WAP TOOKIT ,还是ERICSSON WAPIDE,你都必须进行WEB服务器设置,所以在此将常见的几种WEB服务器的设置介绍如下:

1、WINDOW server 平台的IIS  
a、启动菜单->程序->管理工具 ->Internet 服务管理器
b、右击“Internet信息服务” 的子项计算机名,在快捷菜单上选择‘属性’
c、在属性页面的下部,“计算机mime映射”中有一个‘编辑(D)’按钮,单击此按钮,会出现文件类型界面
d、单击‘新增类型’按钮,然后在相关的扩展名栏中填写 .wml ,在内容类型(MIME)栏中填写 text/vnd.wap.wml
e、单击‘确定’按钮
f、重复c、d、e 三步,再增加其他的MIME类型。

2、Apache Web Server on Windows server OR Solaries OR LINUX OR OTHER UNIX
a、不管是NT 还是UNIX 或LINUX ,都是修改 Apache 安装目录下的conf/mime.types文件
b、在该文件中增加以下内容:
text/vnd.wap.wml .wml
image/vnd.wap.wbmp .wbmp
application/vnd.wap.wmlc .wmlc
text/vnd.wap.wmls .wmls
application/vnd.wap.wmlsc .wmlsc

c、存盘
d、重新启动APACHE



分页: 1/46 第一页 1 2 3 4 5 6 7 8 9 10 下页 最后页 [ 显示模式: 摘要 | 列表 ]