2008年奥运会举办在即,与此同时,各行业的商机也进一步凸现。日前,时代网以点燃全民奥运梦想为主题,在IDC业内率先推出 “冠军主机”,直接助力数字奥运,为中小企业和个人网站提供最为主流的大众型主机精品。业内人士称,此举表明IDC商已开始正式冲刺奥运,他们已看到奥运背后巨大的主机市场需求。 据赛迪顾问最新统计数据显示,2007年我国虚拟主机市场规模达8亿元。专家预测,这一规模在奥运会的刺激下有望大幅提升。时代网(www.now.cn)负责人也表示,2008年奥运会点燃了全民的激情,很多个人和中小企业加入到“数字奥运”的大潮之中,这一群体的...
http://www.jb51.net//article/15139.htm
如果要用于金额的转换,对小数部分的处理要做一下修改<?phpfunction ch_num($num,$mode=true) {$char = array("零","壹","贰","叁","肆","伍","陆","柒","捌","玖");$dw = array("","拾","佰","仟","","萬","億","兆");$dec = "點";$retval = "";if($mode)preg_match_all("/^0*(\d*)\.?(\d*)/",$num, $ar);...
http://www.jb51.net//article/15111.htm
000000000000000000000000000000000000000000000000000000000000000[code]<% Function Comma(str) If Not(IsNumeric(str)) or str = 0 Then Result = 0 ElseIf Len(Fix(str)) < 4 Then Result = str Else...
http://www.jb51.net//article/14859.htm
要求: 1、不能改变a.txt内容的顺序 2、将当前目录下的所有jpg文件以序号的形式重命名 如:从1-16 3、如果有16个文件,必须重命名为1-16,不允许出现16之后的序号a.txt 内容:[code]2.jpg1.jpga.jpg5ww.jpgc.jpgf.jpgrty.jpg3.jpg11.jpgb.jpg6.jpge.jpg8.jpg111.jpg7.jpg30.jpg[/code]a.txt中的内容其实就是当前文件夹下的jpg文件列表。要求将当前文件夹里的所有...
http://www.jb51.net//article/14726.htm
简单的:[code]public partial class _Default : System.Web.UI.Page { string m1 = ""; protected void Page_Load(object sender, EventArgs e) {&nbs...
http://www.jb51.net//article/14532.htm
[code]Dim strOk,strNo strOk = "12312321$12312312312$12312321$" strNo = "12312321$12312312312$12312321$sdfsd" Function RegExpTest(...
http://www.jb51.net//article/14279.htm
英文同数字<?phpHeader("Content-type:image/png");//定义header,声明图片文件,最好是png,无版权之扰; //生成新的四位整数验证码session_start();//开启session;$authnum_session = ''; $str = 'abcdefghijkmnpqrstuvwxyz1234567890'; //定义用来显示在图片上的数字和字母;$l = strlen($str); //得到字串的长度; //循环随机抽取四...
http://www.jb51.net//article/14270.htm
<?php/* ----------------------------------------------------------------------------* Script Name: encrypt.php* Creation Date: 2008-4-7 10:36* Last Modified: 2008-4-12 16:00* Author: meyu* Copyright (c) 2007*&nbs...
http://www.jb51.net//article/14259.htm
[code]<?php $sourceNumber = "1"; $newNumber = substr(strval($sourceNumber+1000),1,3); echo "$ne...
http://www.jb51.net//article/14009.htm
1.替换一个字段的所有非数字字符为空update mobileNo_batchreg_black set mobile_no=replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replac...
http://www.jb51.net//article/13233.htm
function replacestr(str)dim reset re=new regexpre.ignorecase=truere.global=truere.pattern="\D"str=re.replace(str,"")replacestr=strset re=nothingend function...
http://www.jb51.net//article/13232.htm
