活到老学到老  

记录遇到问题的点点滴滴。

0

When deep $watch is needed on an array, but not for the entire object, you can strip off irrelevant data, this way you make the comparison much faster.$scope.$watch(funct...

7年前发布  · 990 次阅读
0

Binary ReleasesPrebuilt Packages for Linux and BSDMost Linux distributions and BSD variants have NGINX in the usual package repositories and they can be installed via wha...

7年前发布  · 1492 次阅读
  install 
0

MySQL is an open source free relational database management system (RDBMS) released under GNU (General Public License). It is used to run multiple databases on any single...

7年前发布  · 1338 次阅读
  install 
0

PHP 7.1.1 has been released on PHP.net on 19th January 2017, and is also available for CentOS/RHEL 6.8 and 7.2 at Webtatic via Yum in it’s testing repository.PEAR install...

7年前发布  · 2180 次阅读
  install 
1

环境说明:两台局域网内的Linux主机,本环境的系统为centos 5.3 X86_64控制主机 为:192.168.10.149被控制主机为:192.168.10.150一,在控制主机上安装远程开机需要的 软件[root@tomcat2 ~]#yum -y install wol或者安装rpm包 http://pkgs.repoforg...

8年前发布  · 1861 次阅读
  linux  openwrt  centos  wol  ethtool  wake 
0

非常不友好直接500不给任何提示,原来是因为根目录下storage没有写权限,运行chmod -R 777 storage就正常显示了 

8年前发布  · 1990 次阅读
  laravel  500 
0

Watermark Software官方为大家提供8.0官方正版的终身免费注册码:WS-WSWB-B05DE04B11-2983FCF0EF-7134FFFEFE官网下载地址:http://www.watermark-software.com/download.html效果图:

8年前发布  · 1747 次阅读
0

今天在公司发布新版本时,发布脚本突然报Read-only file system的错误,之前一直还用的好好的…登录到远程服务器上,发现只要涉及到修改/保存条目等需要写磁盘操作的命令都无法使用(如tar、cp、mv、rm、chmod、chown、wget下载等指令),总是提示Read-only file system,也就是说系统是只读的,...

8年前发布  · 2396 次阅读
  fstab 
0

CentOS 7.0默认使用的是firewall作为防火墙,使用iptables必须重新设置一下1、直接关闭防火墙systemctl stop firewalld.service #停止firewall systemctl disable firewalld.service #禁止firewall开机启动2、设置 iptables ser...

8年前发布  · 1325 次阅读
  firewall  Centos7 
0

行为测试工具 Codeception 介绍Codeception 简介近年来 PHP 出现了三个很不错的 Test Framework , 分别是Phpspec 用过 Rails 的 rspec 的朋友应该会习惯这种写测试的方法;Behat 可读性最高的测试, 非程序员使用;Codeception 全堆栈的 PHP 测试框架, 提供测试的...

8年前发布  · 1477 次阅读
0

php explode string into key value pairs方式一$string = 'name=zhangsan'; list($k, $v) = explode('=', $string); $result[$k] = $v; // 结果 // array('name' => 'zhangsan')多个分隔符:...

8年前发布  · 1918 次阅读
  string  explode  key  value 
0

强制跳转到www域名RewriteEngine on RewriteCond %{HTTP_HOST} ^example.com [NC] RewriteRule ^(.*)$ http://www.example.com/$1 [L,R=301,NC]强制跳转到不带www域名RewriteEngine on RewriteCond %{...

8年前发布  · 1496 次阅读
0

解决办法:1.在Chrome地址栏内输入about:plugins回车。 2.找到shockwave flash3.点右侧详细信息,停用Chrome浏览器中自带的FLASH插件就OK了。 但是flash也就不能播放了

8年前发布  · 1665 次阅读
  chrome  flash 
0

使用jQuery的.prop()方法:// Check #x $( "#x" ).prop( "checked", true ); // Uncheck #x $( "#x" ).prop( "checked", false );不能使用attr('checked', true)只有第一次选中和反选有效 

8年前发布  · 1501 次阅读
  jquery  prop  attr  checked 
0

在Model中覆盖behaviors方法create_timestamp和update_timestamp字段改成数据库对于名字,此时就插入和更新的时候就可以自动更新时间戳了。 /** * @inheritDoc */ public function behaviors() { r...

8年前发布  · 1613 次阅读
  yii2  model  behaviors 
0

配置用户的公钥登陆时,配置完authorized_keys居然一直不生效,于是google之,发现原来是因为.ssh目录和下面文件的权限问题导致的,因为目录的权限已经超过了sshd的要求权限。如果希望ssh公钥生效需满足至少下面两个条件:1) .ssh目录的权限必须是700 2) .ssh/authorized_keys文件权限必须是60...

8年前发布  · 2367 次阅读
0

新硬盘分区完成后使用partprobe将新的分区表读入内存,如果提示"command not found"则安装partd rpm包[root@server1 ~]# partprobe -bash: partprobe: command not found [root@server1 ~]# yum -y install parted...

8年前发布  · 1897 次阅读
  partprobe 
0

主机自带硬盘超过300GB,目前只划分使用了3个主分区,不到70GB,如 下:[root@db2 ~]# df -h Filesystem Size Used Avail Use% Mounted on /dev/sda1 29G 3.7G 24G 14% / /dev/sda2 29G 22G 5.2G 81% /oracle...

8年前发布  · 1273 次阅读
  linux  fdisk  partprobe 
0

CentOS 6开机自动挂载磁盘和文件夹    CentOS服务器可能有多个磁盘,但是突然掉电,原先手动挂载的磁盘,就不在了。于是,需要系统在开机时自动挂载我们需要的磁盘和文件夹。    编辑/ect/fstab,可看到当前所有的挂载点,在最后追加需要挂载的信息。每一列代表的信息,如下device name    mount point ...

8年前发布  · 1286 次阅读
  centos  fstab