By admin, 30 一月, 2021 Linuxfx/Windowsfx 10.7 Free released https://www.linuxcompatible.org/story/linuxfx-windowsfx-107-free-released/
By admin, 26 一月, 2021 修改composer源 composer config -g repo.packagist composer https://mirrors.aliyun.com/composer composer config secure-http false // 不确定是否需要 参考: https://developer.aliyun.com/composer
By admin, 22 一月, 2021 Drupal9下怎样安装Drush sudo apt install composer 对于Drupal7,运行composer global require drush/drush:7.x,drush会被安装到~/.config/composer/vendor/bin/drush 对于Drupal9,在Drupal9目录下运行composer require drush/drush,drush会被安装到vendor/bin/drush 安装完后创建一个符号链接到/usr/local/bin/drush以方便调用。 参考:https://docs.drush.org/en/7.x/install/ 标签 Drupal 9
By admin, 18 一月, 2021 广州市灵活就业社保办理流程 广州灵活就业人员就业登记办理指南(通过广州人社公众号办理) “广州人社”公众号可随时随地办理灵活就业登记 2020广州灵活就业人员社保参保指南 灵活就业人员如何网上办理社保 广州人力资源和社会保障局:http://rsj.gz.gov.cn/
By admin, 5 一月, 2021 Drupal嵌入iframe的问题 iframe里的cookie需要设置SameSite=None,详细原因解释见:https://medium.com/trabe/cookies-and-iframes-f7cca58b3b9e 另外查到,Same origin需要有相同的协议(http或https),SameSite则不需要。 Nginx 1.19.3可以用proxy_cookie_flags的办法解决cookie问题,参考: https://serverfault.com/questions/1010706/setup-samesite-none-value-in-nginx-webserver Drupal 7方案(https),在settings.php文件里添加下面逻辑:
By admin, 31 十二月, 2020 Drupal Password Policy模块翻译 完成了模块的英文到中文的翻译。由于Drupal翻译审核响应会很慢(可能几年都没人审核),目前只能手动导出,然后放到files/translations下。 https://localize.drupal.org/translate/languages/zh-hans/export?project=password_policy&status=0&release=507631&search=&author&context=all&limit=10&sid=0 标签 Drupal 9
By admin, 28 十二月, 2020 Drupal9密码重置 UPDATE users_field_data SET pass='从一个已知密码的站点里复制uid=1的这个值' WHERE uid = 1; DELETE FROM cache_entity WHERE cid = 'values:user:1'; 标签 Drupal 9
By admin, 24 十二月, 2020 Homebrew 过一段时间没有使用,我们应该brew update更新。 遇到问题,可以运行brew doctor检测。 brew update 或 install可能都很慢,可以在后面加--verbose --debug看更多信息,了解进度。
最新评论