10 2018 档案
摘要:https://wenku.baidu.com/view/a7a1c0ebf8c75fbfc77db2c6.html
阅读全文
摘要:http://codekarate.com/daily-dose-of-drupal有很多drupal模块的介绍git clean -df//快速把数据表sql文件插入数据库并突破phpmyadmin的大小限制source C:\Users\qqin\Downloads\devportal-with
阅读全文
摘要:If you want to see the files inside the untracked folder:git status -uDrupal Console.composer require drupal/console:~1.0.0@rc然后到bin下就可以运行drupal命令了 cu
阅读全文
摘要:http_proxy=http://[IP_ADDRESS]:[PORT_NUMBER]Git bash 有时候连不上网络,composer加载不来,这是可能是要设置proxy了 怎么设置呀, 这个就不知道了. bash里面是可以运行 chmod 的, 但没有 sudo
阅读全文
摘要:magento生成自动加载类文件composer dump-autoload -o --apcuGIT BASH也可以查找文件里面是否有字符串grep ample app/etc/config.phpdrush eval "variable_set('mail_system', array('def
阅读全文
摘要:https://ke.qq.com/webcourse/index.html#cid=249350&term_id=100294029&taid=1642451328814598&vid=b14215zb1rs
阅读全文
摘要:<?php/* if(isset($a['b']['c'])){ var_dump('a b c');}else{ var_dump('not-a-b-b-c');} *///string(11) "not-a-b-b-c" //根本不会报错的/* $abc = [];if(is_array($ab
阅读全文