• 计算机基础特训班26节视频教程

    这些教程是以前做的,希望能帮到大家,如果对大家有帮助,请在本网站留言,谢谢! 解压密码:www.hackhm.com www.hackhm.com/jiaocheng/第1课开始运行命令.rar www.hackhm.com/jiaocheng/第2课基础DOS命令.rar www.hackhm.com/jiaocheng/第3课DOS网络命令.rar www.hackhm.com/jiaocheng/第4课注册表.rar www.hackhm.com/jiaocheng/第5课组策略.rar www.hackhm.com/jiaocheng...
    作者:admin | 发布:
    Warning: Use of undefined constant Y年n月d日 - assumed 'Y年n月d日' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.wmphp.com/wp-content/themes/wmphp/index.php on line 19
    2011年4月08日 | 分类:视频教程 | 阅读:3,297次 |
  • 很简单的 mysql 常用语句

    连接到本机上的MYSQL  mysql -h localhost -u root -p 随机取记录  select * from 表名 order by rand() limit 0,5   (0-5) 断开服务器           quit 查看数据库           show databases; 选择数据库           use 数据库名; 查看表               show tables; 查看表结构           describe 表名; 插入记录             insert into 表名 set 字段名='值',字段名=...
    作者:admin | 发布:
    Warning: Use of undefined constant Y年n月d日 - assumed 'Y年n月d日' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.wmphp.com/wp-content/themes/wmphp/index.php on line 19
    2011年4月07日 | 分类:Mysql | 阅读:1,773次 |
  • IE6 png透明方法

    IE6 不支持透明,我在网上找了很多方法都不对,想了好多种方法进行尝试,最好找到这个方法 下面把方法给大家写出来,不用加代码,即可完成IE6透明支持。下面是一个图片 图片来源 httP://buba.edu.cn 这个图片不被IE6原支持,用工具Adobe Fireworks CS4,方法是 文件--图像预览,下面发图来说明: 使用PNG 8 接近网页最合适 索引色透明 导出
    作者:admin | 发布:
    Warning: Use of undefined constant Y年n月d日 - assumed 'Y年n月d日' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.wmphp.com/wp-content/themes/wmphp/index.php on line 19
    2011年3月21日 | 分类:其它 | 阅读:1,205次 |
  • zend studio 8 配置

    几天花了些时间在捣腾PHP的开发环境,主要是: zend studio 8 + zend server + aptana studio 在此简单说下关于使用哪个zend版本的问题:从zend 6开始,zend使用的是eclipse核心,所以也都叫做zend for eclipse,我也曾经是zend 5.5的忠实支持者,但是软件的升级确实带来了很多的便利,当然也有些缺陷,在此不多讨论,大家根据实际情况和喜好选择,不过如果想搭建zend serve...
    作者:admin | 发布:
    Warning: Use of undefined constant Y年n月d日 - assumed 'Y年n月d日' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.wmphp.com/wp-content/themes/wmphp/index.php on line 19
    2011年2月16日 | 分类:Zend | 阅读:1,692次 |
  • php-5.3.3 说明及配置

    php-5.3.3-nts-Win32-VC9-x86 Non Thread Safe是非线程安全,在执行时不进行线程(Thread)安全检查。 再来看PHP的两种执行方式:ISAPI和FastCGI。 ISAPI执行方式是以DLL动态库的形式使用,可以在被用户请求后执行,在处理完一个用户请求后不会马上消失,所以需要进行线程安全检查,这样来提高程序的执行效率,所以如果是以ISAPI来执行PHP,建议选择Thread Safe版本;...
    作者:admin | 发布:
    Warning: Use of undefined constant Y年n月d日 - assumed 'Y年n月d日' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.wmphp.com/wp-content/themes/wmphp/index.php on line 19
    2011年2月16日 | 分类:PHP | 阅读:1,374次 |
  • Zend Studio下载

    Zend Studio 8.0.0 正式版官方下载地址(未包含IBM i edition下载) windows版:http://downloads.zend.com/..ZendStudio-8.0.0.msi linux版(32位):http://downloads.zend…./ZendStudio-8.0.0-x86.tar.gz linux版(64位):http://downloads.zend….ZendStudio-8.0.0-x86_64.tar.gz 适用于Mac_OS_X的DMG安装格式:http://downloads.zend….ZendStudio-8.0.0.dmg Zend Stud...
    作者:admin | 发布:
    Warning: Use of undefined constant Y年n月d日 - assumed 'Y年n月d日' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.wmphp.com/wp-content/themes/wmphp/index.php on line 19
    2011年2月15日 | 分类:Zend | 阅读:1,784次 |
  • dedecms怎么用SQL语句从数据库里面调取任意内容

    如何任意调用数据库中的内容呢?先举个例子:大家都知道DEDE后台有个频道模型里面有添加单页文档的功能,但如何在首页调用单页文档的内容呢,现在给大家讲下如何使用: 1.首页在后台单页文档管理里添加一个单页文档,内容编辑框输入你要的内容生成。 2.在需要调用单页文档的地方加入SQL万用标签{dede:sql sql=”select body from dede_sgpage where aid=2″}[field:body /]{/...
    作者:admin | 发布:
    Warning: Use of undefined constant Y年n月d日 - assumed 'Y年n月d日' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.wmphp.com/wp-content/themes/wmphp/index.php on line 19
    2011年2月15日 | 分类:DedeCMS技巧 | 阅读:1,945次 |
  • 一个简单的PHP文件上传方法

      这是我自己写的一个文件上传函数,主要是做一些企业类网站的时候经常会用到上传图片,呵,我就写了这么一个函数,希望各位高手提出您们的宝贵意见! /************文件上传函数******************/    /*    *$formname                       Html上传表单名称    *$allowtype_array                允许上传的文件类型数组    *$allow_size                 ...
    作者:admin | 发布:
    Warning: Use of undefined constant Y年n月d日 - assumed 'Y年n月d日' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.wmphp.com/wp-content/themes/wmphp/index.php on line 19
    2011年1月22日 | 分类:PHP | 阅读:1,744次 |
  • IIS 中绑定多个域名方法

    有两个网站,采用两个域名访问,可是服务器只有一个固定IP地址,如何在一个服务器上同时加上两个网站,并且独立运行?请问如何设置?   答:在IIS中可以同时设置多个域名绑定。   首先在IIS中将两个网站按照正常的方式添加。随后选中第二个站点名称并单击右键,在弹出的菜单中选择“属性”,在“网络标志”项下单击“IP地址”右侧的“高级”按钮,打开“高级网站标志”对话框,单...
    作者:admin | 发布:
    Warning: Use of undefined constant Y年n月d日 - assumed 'Y年n月d日' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.wmphp.com/wp-content/themes/wmphp/index.php on line 19
    2011年1月16日 | 分类:IIS | 阅读:1,891次 | 标签:
  • DEDECMS 提示信息

    修改DEDECMS 提示信息:   找到文件“include/common.func.php”,通过查找命令查找“提示信息”,有两处,将其修改。   “DEDECMS 提示信息!” 改成你要显示的内容  
    作者:admin | 发布:
    Warning: Use of undefined constant Y年n月d日 - assumed 'Y年n月d日' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.wmphp.com/wp-content/themes/wmphp/index.php on line 19
    2011年1月11日 | 分类:DedeCMS技巧 | 阅读:1,485次 |
  • 网页禁用右键和复制都教程

    代码如下: <!--禁止复制--> <SCRIPT LANGUAGE=javascript> function click() { alert('请不要复制本站内容,谢谢!') } function click1() { if (event.button==2) {alert('百顺工作组提示您,请不要使用右键点击哦!') }} function CtrlKeyDown(){ if (event.ctrlKey) {alert('不可以使用复制键复制本站内容!') }} document.onkeydown=CtrlKeyDown; documen...
    作者:admin | 发布:
    Warning: Use of undefined constant Y年n月d日 - assumed 'Y年n月d日' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.wmphp.com/wp-content/themes/wmphp/index.php on line 19
    2011年1月04日 | 分类:Javascript | 阅读:1,850次 |