聚指尖-聚指尖-第6页
聚指尖的头像-聚指尖
UID:1 已加入本站3224天 总消费:0.00 徽章-人气大使-聚指尖徽章-备受喜爱-聚指尖徽章-人气佳作-聚指尖8枚徽章管理员超级版主
日期类问题-聚指尖

日期类问题

给两个日期怎么计算两者间的日期差数,其中还要考虑闰年。 闰年的判断规则是:当年数不能被100整除时若其能被4整除则为闰年,或者其能被400整除时也是闰年。有了这个规则,怎么写就简单了。 #in...
11个月前
0227
tomcat manager 无法使用-聚指尖

tomcat manager 无法使用

在点击tomcat manager的时候提示以下内容: You are not authorized to view this page. By default the Host Manager is only accessible from a browser running on the same machine as Tomc...
CentOS查看开启端口-聚指尖

CentOS查看开启端口

安装nmap yum install nmap #输入y安装 使用nmap nmap localhost #查看主机当前开放的端口 nmap -p 1024-65535 localhost #查看主机端口(1024-65535)中开放的端口 nmap -PS 192.168.21.163 #...
11个月前
02013
Strict Standards: Redefining already defined constructor for class cls_sql_dump in D:\WWW\ecshop\admin\includes\cls_sql_dump.php on line 90-聚指尖

Strict Standards: Redefining already defined constructor for class cls_sql_dump in D:\WWW\ecshop\admin\includes\cls_sql_dump.php on line 90

Strict Standards: Redefining already defined constructor for class cls_sql_dump in D:\WWW\ecshop\admin\includes\cls_sql_dump.php on line 90此问题主要是php4与php5版本引起的 /** * 类...
11个月前
0207
WordPress 后台回复评论添加提交快捷键[Ctrl+Enter]-聚指尖

WordPress 后台回复评论添加提交快捷键[Ctrl+Enter]

现在一般的 WordPress 博客都有 AJAX 评论,支持 Ctrl+Enter 快捷键提交评论,这似乎成了一种习惯,博主在后台回复评论,也添加快捷键提交。 添加快捷键(ctrl+enter)提交评论,只需将下边的代...
11个月前
01915
CentOS常用命令-聚指尖

CentOS常用命令

cd用来进入指定的某个目录。 说cd这个命令是Linux上使用率最高的两个命令之一不为过吧(另一个当然是ls了),前两天看到了一个cd命令的小技巧是我一直都不知道的,呵呵,这里顺便记下来。 cd - ...
ECShop后台报错:mktime(): You should be using the time() function instead in-聚指尖

ECShop后台报错:mktime(): You should be using the time() function instead in

ECShop安装之后,在后台发现一个错误提示: Strict Standards: mktime(): You should be using the time() function instead in E:\web\shopex\admin\shop_config.php on line 32 这个错误提示...
11个月前
01814
解决Deprecated: preg_replace(): The /e modifier is deprecated, use-聚指尖

解决Deprecated: preg_replace(): The /e modifier is deprecated, use

使用php5.5运行ecshop的时候出现如下错误Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in \ecshop\includes\cls_template.php on line 300 ...
11个月前
01711