Stella981 Stella981
4年前
CentOS 7下搭建MediaWiki环境
一、安装php、httpd和mariadbroot@dellnode1~yuminstallymariadbservermariadbhttpd导入php的repo源:rpmUvhhttp://rpms.famillecollet.com/enterprise/remirelease7.rpm
Wesley13 Wesley13
4年前
JSTL问题集
Date:2012112Environment:Eclipse4.2,Tomcat7     1.问题描述:Cannotfindthetaglibrarydescriptorfor"http://java.sun.com/jsp/jstl/core"      今天碰到这个问题,前几天学习jstl
Wesley13 Wesley13
4年前
11、19 PHP相关配置
查看PHP配置文件:/usr/local/php/bin/phpi|grepi"loadedconfigurationfile"(查找到的php配置文件可能不准)进入网站主页根目录下!(https://oscimg.oschina.net/oscnet/c6085b63030460eda6257f86621fb1ccbbd
Wesley13 Wesley13
4年前
ES6部分特性学习
/testes6@authorsYourName(you@example.org)@date2017121519:29:39@version$Id$///由于学习vuerouter需要,学学ES6;在babel中文网看到tr
Wesley13 Wesley13
4年前
PHP7 升级的那些事儿
PHP7升级的那些事儿!(http://www.linuxprobe.com/wpcontent/uploads/2016/04/php7apache2mysql.png)
Wesley13 Wesley13
4年前
mysql统计
时间转任意格式DATE_FORMATselectDATE_FORMAT(NOW(),'%m%d%Y');unix_timestamp时间转时间戳selectunix_timestamp(now());from_unixtime时间戳转时间
Stella981 Stella981
4年前
CodeIgniter源码分析之index.php
<?php/APPLICATIONENVIRONMENT
Easter79 Easter79
4年前
SpringBoot装载bean的几种方式
一、直接装配packagecom.lh.bean;/@ClassName:MyBean@Description:简单直接方式注入bean@authorLiu@date2018年5月26日下午6:21:44/pub
Wesley13 Wesley13
4年前
Java实现月份递减
问题:从当前月份开始,往前3年的所有月份返回map类型,key是String,value是Date,map倒序排列publicstaticMap<String,DategetDateMap(){Map<String,DatemapnewLinkedHashMap<();Calen
Stella981 Stella981
4年前
Centos5.4中Yum升级mysql5.1和php5.2(禁止php5.3)
         centos5.3,centos5.4安装webmin默认的是mysql5.0,php5.1我需要升级到mysql5.1和php5.2(禁止php5.3),怎么办?         给yum安装rpmforge:         http://wiki.centos.org/AdditionalResource