搜索列表
-
Google对博客(blog)的一些指标
【网站优化】Google关于Blog Ranking的Patent. 读了一下 Google 关于 Blog Ranking 的 Patent,总结如下。正面的指标: [0038] 订阅数统计 blog 在各种 reader 中被订阅的数量。被订阅的越多,ranking 越高。但同时会使用一些方
指标一些博客blog内容链接rankingblogroll降低 -
选择FreeBSD 六个理由
【Unix/BSD】FreeBSD比Linux系统好在哪里?我们为大家上选择FreeBSD系统使用?本文就为大家带来了选择FreeBSD 六个理由
FreeBSDmpdVPN服务器 -
Hibernate通用数据库操作代码
【JSP编程】Hibernate insert、delete、update、基于HQL的通用select、基于SQL的通用select方法
Hibernate数据库 -
FreeBSD 6.2用freebsd-update升级过程
【Unix/BSD】FreeBSD 6.2-RELEASE下用freebsd-update升级过程: mail#uname -a FreeBSD mail.extmail.org 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Nov 2 13:04:30 UTC 2007 qiao@qiao.lpzq:/usr/src/sys/i386/compile/kernel_IPFW i386 mail#freebsd-update f
-
在线FLV播放器实现方法
【网页播放器】者主页: http://www.jeroenwijering.com/?item=Flash_Video_Playerhttp://www.cgfans.net/bbs/Medias/2007/10/flash_flv_player.zip这个是2.5版本使用方法:如果你仅需要播放一个FLV文件[例如“video.flv”],那么只要把“video.flv”和压缩包内的flvplayer.swf复制到同一个目录内,然后在页面内添加
FLV播放器 -
在线FLV播放器实现方法
【网页播放器】者主页: http://www.jeroenwijering.com/?item=Flash_Video_Playerhttp://www.cgfans.net/bbs/Medias/2007/10/flash_flv_player.zip这个是2.5版本使用方法:如果你仅需要播放一个FLV文件[例如“video.flv”],那么只要把“video.flv”和压缩包内的flvplayer.swf复制到同一个目录内,然后在页面内添加
FLV播放器 -
用ASP创建MDaemon用户的代码
【ASP编程】<%@ Language=VBScript %> <!-- METADATA TYPE="TypeLib" UUID="{01E88D14-F479-4CA5-9CA8-EBD2EED74C83}" --> <HTML> <BODY> <H1 align=center>在线注册演示</H1> <% Dim...
用ASP创建MDaemon用户的代码 -
wma tag 批量修改[原代码-从wmfsdk中修改]
【网站应用】wma tag 批量修改[原代码-从wmfsdk中修改] 代码是自己做音乐站点时写的,没有仔细检查,用他修改了近7万的 wma,mp3暂时还没有发现出错。需要的朋友可以自己修改一下。 效率:5万音乐 70G音乐数据需要差不多3个多小时,程序没有优化。 编译环境: vc6.0 + WMFSDK9(http:...
wmatag批量修改[原代码-从wmfsdk中修改] -
javascript asp教程添加和修改
【ASP编程】The Connection Execute(): If you want to retrieve data from a database then you have no choice but to use a Recordset. However, for the purposes of adding, updating, and deleting data you don't necessarily have to have a Recordset. It's up to you. For the purposes of adding, updating and delet...
javascriptasp教程添加和修改 -
javascript asp教程More About Recordsets
【ASP编程】Below we will attempt to access data from a database without knowing the column names. Clearly the best way to utilize data in your database is to keep track of your schema. Schema is the layout of data in your database. The concept is well beyond the scope of this web site, but it is ...
javascriptasp教程MoreAboutRecordsets -
javascript asp教程Recordset记录
【ASP编程】Recordset is another created/instanciated Object. It is a collection of data taken from a database. Recordset has 26 properties, 25 methods, 11 events, and two (2) collections. The vast majority of Recordset is beyond the scope of this web site. Quick Aside: The database we are using for l...
javascriptasp教程Recordset记录 -
javascript asp教程创建数据库连接
【ASP编程】While this section is devoted to ASP database utilization, it very important to remember that this web site is not intended to be a thorough ASP resource. Remember, the focus of this site is strictly limited to how to use JavaScript as your primary scripting language for ASP. You'...
javascriptasp教程创建数据库连接