June 2009
6 posts
tips: PHPで仕事をするときの注意(備忘のため) →
PHPで仕事をするときの注意(備忘のため)
http://slashdot.jp/askslashdot/comments.pl?sid=389009&cid=1290697
から、本文も引用しておく
* コーディング規約を守る。組織にコーディング規約がないなら、Zend Framework PHP標準コーディング規約 [zend.com]を使う。オレ流コーディングスタイルは禁止。
* 内部コードにはEUC-JPかUTF-8を使う。入出力もできるだけShift JISを避ける。Shift JISを使う場合には2byte目に0x5Cを含む文字の動作を忘れずに確認する。
* 開発環境の警告レベルをE_STRICTにする。本番環境ではdisplay_errorsをオフにする。
*...
MySQL/チューニング - がしまっくす →
チューニングの手順 †
MySQLチューニング
MySQL サーバーを調整する
MySQLちょっと上級チューニング 限界までMySQLを使い尽くす!! はじめてのMySQLチューニング
第5回:key_buffer_sizeの違いによるパフォーマンス比較
第6回:query_cache_sizeの違いによるパフォーマンス比較 MySQLのパラメータチューニング MySQL:インデックスまとめメモ
MySQLの最適化
【MySQLウォッチ】第8回 MySQLチューニングのテクニック MySQLの内部構造 MySQLの最適化
サーバパラメータのチューニング
MySQL でのメモリの使用
システム変数
動的システム変数
Default value of tmp_table_size is meaningless
MySQLサーバステータス MySQLの最適化
...
facebookでのAPCの設定 - おぎろぐはてな →
webサーバのキャッシュ更新方法 (2007/09/21追記)
* ロードバランサから落とし、Apacheを再起動後に、apc_compile_file()で、ユーザのアクセスをトリガにするのではなく、PHPスクリプトをopcodeキャッシュに変換していく。さらに、Serialize形式で配布されたデータをunserializeしてapc_storeで共有メモリに格納し、それが終わったらサービスインさせる
* ここが特殊かも。ユーザアクセスをトリガにすると、アクセスが多い場合に同時に同じファイルのキャッシュを生成をしようとしたりして無駄が発生するらしい(そんなサービス作ったことないから知らない)のですが、こうやって予め作ってサービスインさせると、最初のアクセスからキャッシュが利用されるようになり効率がいいのかとおもいます。
ロック機構を pthread...
Google sync crashes Outlook (2007) - Possible... →
This last one works, is non-destructive, but there is one
modification.
After you rename the directory data_files to data_files.old, create a
new directory/folder called “data_files” — without this, sync won’t
be able to save your settings and won’t connect. It’ll just keep
prompting you for your user name and password. This was the case on
my system...
Google calendar sync does not sync all items from... →
For Google Calendar Sync to work, your calendar appointments message class has to be: IPM.Appoinment
If it is not that EXACT message class it will not sync. A different message will occur if someone has used a custom form to send you an appointment request. To view your message class:
Open Outlook Calendar on the computer.Choose View > Current View > Events.For Windows Vista, choose View...
この文書は,CSS,SVGおよびXSL-FOなどの技術で実現が求められる一般的な日本語組版の要件を記述したものです.この文書は,主としてJIS X...
– 日本語組版処理の要件(日本語版)
May 2009
6 posts
55 Link Opportunity Qualifiers Within Large Scale... →
Once you have identified your goals and KPIs and created your list of 100-250,000 targeted, rank-influencing link prospects (we crawl to build our large scale link prospect lists) you must further analyze them to identify those that will help you meet your link building goals. Remember, the criteria you set for qualifying link prospects must follow from your goals.
Even if you don’t create link...