健壮秀发

文章
6
资源
0
加入时间
3年1月13天

dedecms install/index.php.bak

<?php if($_GET["do"]!="install"){ header('Location: /');}?>转载于:https://www.cnblogs.com/swane/articles/3947398.html

SQL SERVER中修改列名

在sql server中修改表的列名,可以使用sp_renamesp_rename change.Times,TIMES1,columnchange是表名,times是原来的列名,times1是新的列名注意:times1前面不要有表名,否则,更改后的列名为change.times1

关于上线项目在演练期间如何清理干净数据

关于上线项目在演练期间如何清理干净数据1.清理数据前最重要的一步是先备份,可以使用如下shell脚本#!/bash/bin#数据库全表备份脚本. /etc/profile. /home/ap/用户名/.bash_profileoraclebak_dmp='/home/ap/nas/oraclebak/oraclebak_dmp/'today=`date "+%Y%m%d"`HMS=`date "+%H%M%S"`if [ ! -d ${oraclebak_

物联网中RocketMQ的使用

以上是关于RocketMQ在物联网中的使用介绍,只是皮毛而已,里面还有很多的功能可以挖掘。