ASP(VBScript)二、八、十、十六进制转换
十进制转换成二进制 function DecToBin(number) dim remainder remainder = number do while remainder > 0 DecToBin
2021-12-07 14:42
115 
asp常用内部函数收藏
******************************************************************* '取得IP地址 '*********************
2021-12-07 14:41
115 
asp常用函数收藏
取得IP地址 ******************************************************************* Function Userip() Dim GetClien
2021-12-07 14:41
116 
ASP UBB 编写
function HTMLConvert(fString) if not isnull(fString) then fString = replace(fString, >, >) fString =
2021-12-07 14:41
119 
ASP漏洞全接触-入门篇
入 门 篇   如果你以前没试过SQL注入的话,那么第一步先把IE菜单=>工具=>Internet选项=>高级=>显示友好 HTTP 错误信息前面的勾去掉。否则,不论服务器返回什么错误,IE都只显示为HTTP 50
2021-12-07 14:41
124 
mysql查看表大小
一:命令 show table status like 'table_name'G;mysql>showtablestatuslike'x'G; *******************
2021-12-07 14:39
115 
mySql主从配置出错:The server is not configured as slave;
数据库已搭建完成,各种配置均已完成,但是在start slave ;的时候,报错:ERROR 1200 (HY000): The server is not configured as slave; fix in c
2021-12-07 14:39
121 
Error: mysql-devel conflicts with MySQL-devel-comm
CentOS 5.5 系统安装使用 yum 安装 mysql 报如下错误:[root@dc/etc/yum.repos.d]# yum install -y mysql*Loaded plugins: fastest
2021-12-07 14:39
101 
返回顶部 留言