By - superajPosted in Mysql相关MySQL复制表结构和内容到另一张表中的SQL1.复制表结构及数据到新表 CREATE TABLE 新表 SELECT * FROM 旧表 2.只复制表结构 Read More
By - superajPosted in Web相关ucenter创始人密码忘了解决方法打开uc下面/data/config.inc.php文件 里面有 define(‘UC_FOUND Read More
By - superajPosted in Web相关JS实现div左右自动滚动(可设置滚动高度,速度,停留时间)<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transit Read More
By - superajPosted in Web相关PHP导入导出Excel方法小结基本上导出的文件分为两种: 1:类Excel格式,这个其实不是传统意义上的Excel文件,只是因为Excel的 Read More
By - superajPosted in 服务器相关Linux下配置DNS1 所需配置文件: /etc/named.conf 系统自带,需要配置 /etc/resolv.conf 系统 Read More
By - superajPosted in 服务器相关Linux下的yum命令详解yum是干什么的 使用redhat,fedora的linuxer肯定都为rpm著名的dependency he Read More
By - superajPosted in 电脑非常识win7 防止ARP攻击,局域网再也不掉线直接运行cmd,运行arp -d * ,arp -s会出现下面的错误提示: ARP 项删除失败: 请求的操作需 Read More
By - superajPosted in 电脑非常识在DOS下修改注册表一、scanreg/restore regedit.exe即可在Widnows下执行,也可以在DOS下执行,利 Read More