V-antena and Tanimoto's page

谷本の備忘録・雑記帳・work

>

月: 2016年3月

MONTHLY ARCHIVE

長くかかったけど、「操作手順」のところのコードを入力して試してみた。
バージョンの違いのせいなのか、hibernate関係がうまく動かず。また、依存性の注入が本と同じにいかないこともあり。
Javaって、保守性が良くないのではないかとの疑問が浮かんでいる。
Java単独ではなく、ライブラリーやフレームワーク前提だし。
読んで、コードを試した本は下記

はじめてのJavaフレームワーク 第3版 Struts2/Spring/Hibernate対応  岡田賢治氏 著  
秀和システム 出版
ISBN978-4-7980-3012-8 C3055

追記:フレームワークで検索したところ、StrutsやSpringは退潮気味。
Apache Wicket やPlay Frameworkが良さげかも

My web server is not running on a rental server. So FTP is not permitted. Regul
ar update method is conducted with FTP.
So I updated wordpress as following.

レンタルサーバーではないので、外部からのFTPを許可していない。wordpress内の通
常の更新ではFTPを使うので、WEBで調べて次の様にして更新した。

Step1

sudo nano wp-config.php
#insert the following line into wp-config.php

define(‘FS_METHOD’, ‘direct’);

Step2
record current chown status

ls -l
ls -l wordpress
ls -l wordpress/wp-content

Step3
cd wordpress/wp-content
sudo chmod 707 plugins themes upgrade
cd ../..
sudo chown -R www-data:www-data wordpress

Step4
wordpressから更新 プラグインも一緒に更新
update wordpress by wordpress itself.
plug -in can be uodate too.

Step5
Recover of changes by step1 and step3

Finally test access to wordpress page.

As the following warning appeared after introducing of a domain name, I fixed it
by modifying of /etc/hosts.

Warning:

apache2: Could not reliably determine the server’s fully qualified domain name,
using 127.0.1.1 for ServerName

Fix:

sudo nano /etc/hosts

before
127.0.1.1 host_name

after
127.0.1.1 domain_name host_name

Then restart apache.

課題・プロセス分析のための9つの質問
Nine(9) magic questions of process analysis for improvement
This questions worked well in most cases.

Q1. それは何故か?
What is the reason ?
Q2. そうなっているか、どうしたらわかるか
By what can you judge the state ?
Q3. それが満たされたら、出来るのか
If it will be satisfied, the problem will be cleared ?
Q4. どうすれば良いか
If no, what else should be done ?
Q5. あてはめてみてうまく行くか
If you allocate it to the issue, will the problem be cleared.
Q6. うまく回っていることをどう管理するか
How do you manage the well performed cycle ?
Q7. それだとなぜ困るか
Why is it problem ?
Q8. それはどこに問題があるか
Where is the cause of problem ?
Q9. それはどう関係するのか
How does it relate to the problem ?

V-antena and Tanimoto's page

あなたはIPv4でアクセスしています