2020年2月17日月曜日

laravelでDB接続できないとかメール送信できないとか

大した事ないが、これハマる人がいるので書いておく。

.envに記号あるとダメ
ダブルクォーテーションで囲んどけ

DB_USERNAME="dbuser@localhost"
DB_PASSWORD="dbpass#123456"

MAIL_DRIVER=smtp
MAIL_HOST=smtp.domain.com
MAIL_PORT=587
MAIL_USERNAME="info@domain.com"
MAIL_PASSWORD="password#123456"


2020年2月8日土曜日

VueJS内でstyleタグを書くとき

そもそもstyleタグ書くことがおかしいんだけども・・・

<エラーログ>
app.js:37892 [Vue warn]: Error compiling template:

Templates should only be responsible for mapping the state to the UI. Avoid placing tags with side-effects in your templates, such as <style>, as they will not be parsed.

エラーのhtml
<style>.main{}</style>

改善したhtml
<div is="style">.main{}</div>

Windows7 service pack1にてc:\Windows\Installerおよびc:\Windows\winsxsが肥大するのを消す

service pack1だと「ディスクのクリーンアップ」でwindows updateを消すことができない。

↓これだとWindowsUpdateをまとめて消せない。(1個ずつなら消せるかも)
https://support.microsoft.com/ja-jp/help/17588/windows-fix-problems-that-block-programs-being-installed-or-removed


現時点でWin7でwindows update開くと、フリーズする。
Anytime Upgradeは終了。
Windows10に移行も2020/01/14で終了。


詰みな状態なので、影響が少なそうなc:\windows\installerを消して我慢する。
約22G空いた。