您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. DBA常用SQL

  2. 第一章:写简单的sql语句 SQL> alter user scott account unlock; SQL> alter user scott identified by tiger; SQL> conn scott tiger 1 使用算术操作符 SELECT last name salary salary + 300 FROM employees; 7 使用interval CREATE TABLE warranty prod id number warranty t
  3. 所属分类:Oracle

    • 发布日期:2014-06-09
    • 文件大小:29696
    • 提供者:wen_demon
  1. Network Warrior 思科网络工程师必备手册 第2版 正版原版

  2. Written by networking veteran with 20 years of experience, Network Warrior provides a thorough and practical introduction to the entire network infrastructure, from cabling to the routers. What you need to learn to pass a Cisco certification exam su
  3. 所属分类:网络基础

    • 发布日期:2018-06-06
    • 文件大小:27262976
    • 提供者:commander_wong
  1. php格式化日期实例分析

  2. 本文实例讲述了php格式化日期的方法。分享给大家供大家参考。 具体实现代码如下: 复制代码 代码如下:function ShowDate($flag=0, $timestr=NULL)  {      // 获取周几      $warr = array(      “0” => 星期日,      “1” => 星期一,      “2” => 星期二,      “3” => 星期三,      “4” => 星期四,      “5” =&g
  3. 所属分类:其它

    • 发布日期:2020-12-18
    • 文件大小:34816
    • 提供者:weixin_38731145
  1. PHP将英文数字转换为阿拉伯数字实例讲解

  2. PHP将英文数字转换为阿拉伯数字,如zero;three;five;six;eight;one转换为035681。那么我们可以通过PHP中explode()、trim()函数、foreach以及Switch 语句来实现。 下面我们就结合具体的代码示例给大家介绍,PHP将英文数字转换为阿拉伯数字的方法。 代码示例如下: <?php function word_digit($word) { $warr = explode(';',$word); $result = ''; forea
  3. 所属分类:其它

    • 发布日期:2021-01-20
    • 文件大小:76800
    • 提供者:weixin_38660108