通过 UA 来识别浏览器和操作系统
wser_version = $matches[2]; } $data['browser'] = $browser; $data['browserVer'] = $browser_version; $operate_system = ''; if (strpos($user_agent, 'Windows NT 6.1')) { $operate_system = 'Windows7'; } if (str...
Windows 远程关闭防火墙
wall status: ------------------------------------------------------------------- Profile = Standard Operational mode = Enable Exception mode = Enable Multicast/broadcast response mode = Enable Notification...
JavaScript获取DOM节点HTML元素CSS样式
a.toUpperCase()+b.toLowerCase(); }); result = _obj.currentStyle[_name]; } //或者W3C的方法 如果存在的话 Firefox,Opera,safari else if(document.defaultView && document.defaultView.getComputedStyle){ //获取Style属性的值,如果存在 v...
MySQL 非法混合字符集等号操作异常
00 1267 Illegal mix of collations (utf8_general_ci,IMPLICIT) and (utf8mb4_general_ci,COERCIBLE) for operation '='' in ...报错原因是因为搜索引擎快照界面是 gb2312 编码,使用这样的编码难道是为了节约存储?在网上找了很多资料,有人说使用 binary() 函数来解决报错,有人说修改数据...
使用 CSS 3 transition 实现动画效果
sition:height 2s ease-in-out 1s; /* Safari and Chrome */ -o-transition:height 2s ease-in-out 1s; /* Opera */ } div#transition_animate_div:hover { height:200px; } ^_^,原来坚持一个把你当做空气的人,真的好难!这世上没有什么是做不到的,关键是坚持。...
CSS实现pre标签中内容换行方法
-wrap; /* css-3 */ white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ white-space: -pre-wrap; /* Opera 4-6 */ white-space: -o-pre-wrap; /* Opera 7 */ word-wrap: break-word; /* Internet Explorer 5.5+ */ ...
PHP数组式访问接口ArrayAccess
支持自增自减操作符,这样会导致一个错误,如下代码示例。 Objects implementing ArrayAccess do not support the increment/decrement operators ++ and --, unlike array() and ArrayObject() <?php class MyArray implements ArrayAccess { // off...
纽恩泰圆桶系列操作说明
纽恩泰圆桶系列说明书,其实大同小异,其他系列的说明书有需要的朋友可以留言哦,圆桶算是操作比较简单的了,新能源国家工程。纽恩泰,新能源,new energy,圆桶。好记性不如烂笔头,看图。...
树莓派 Raspberry 安装与使用教程
be $ mount -t smbfs //[email protected]/AirDisk airdisk mount_smbfs: server connection failed: Operation timed out 重启 samba 服务后正常。5G WIFI终极难题,5G WIFI 问题,终于解决,主要在于 2.4G 真的太拥挤了。PS:如果让我再选择一次,我会选择买 4G 内存的...
php-fpm 顺滑的启动 重启 终止操作
很多时候,我们被 service, /etc/init.d/ 洗脑了,觉得来个方便的操作就应该是那样,想起当年老师讲 signal 的时候,觉得排不上用场,通信一般都是 socket 的啊,有谁会用信号来进行进程的通信呢?这不,signal 肯定是有优点的,我们习惯了 kill 掉一个命令,却总是忘记了使用信号来的更加优雅。启动 php-fpm /usr/local/php/sbin/php-fpm php...