
错误Unable to find the socket transport “ssl”解决办法
PHP利用SMTP发邮件出现“Unable to find the socket transport ‘ssl’ – did you forget to enable it when you configured PHP?”的错误提示 该错...

PHP利用SMTP发邮件出现“Unable to find the socket transport ‘ssl’ – did you forget to enable it when you configured PHP?”的错误提示 该错...
JS随机整数的函数 <script> document.write(parseInt(10*Math.random())); //输出0~10之间的随机整数 document.write(Math.floor(Math.ran...

<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xht...

在这个浏览器百花争鸣的时代,作为前端开发的我们为了我们漂亮的设计能适应各个浏览器可为煞费苦心,主要体现在javascript和css上面。javascript我这次就不谈了,先说说css。 为了适应不同浏览器不同的版本(版本主要...
方法一:正则分析法 function getQueryString(name) { var reg =new RegExp(“(^|&)”+ name +”=([^&]*)(...

在计划任务日志中出现Integration Services由SQL Server 的一下某个版本安装…… 都是因为Integration Services这个组件没安装上!

在微信内置浏览器中可以通过weixin://链接直接查看某个微信号的资料,例如: <a href=”weixin://profile/gh_9261dce78e9f”>小叶白龙的博客</a> ...

编辑-首选项-首选项-性能 以前存的是C盘,选择其他盘就好了!

某次坐飞机,旁边一二逼拿了杯七喜加橙汁,然后掏出清洁袋,把饼干全捏碎了倒饮料进去,搅混了对空姐说这是我吐的,空姐让他丢后面洗手间,他说太麻烦我喝了把,然后就喝了几口,半个客舱的旅客没吃下饭.

第一种 <% Response.Write getMoney(“12345.67”) Function getMoney(s) On Error Resume Next If Not IsNumeric(s) ...