2009年10月30日金曜日

contig

http://technet.microsoft.com/en-us/sysinternals/bb897428.aspx

Concrete5.3.3.1

Fatal error: Define Auth_OpenID_RAND_SOURCE as null to continue with an insecure random number generator. in C:\concrete5\concrete\libraries\3rdparty\Auth\OpenID\CryptUtil.php on line 52
http://dounikanarublog.com/detail/12


2009年10月29日木曜日

HP Credential Manager

HP ProtectTools Security Manager バージョン4.10.09.0013にしたところ、Windowsログオン時のCtrl+Alt+Delを押してもログオン画面になかなか遷移しない(5分近くかかる)ので、Credential Managerの設定で
「Credential Managerを使用してWindowsにログオンする」と
「Credential Managerを強制的に使用してWindowsにログオンする」の
両方のチェックを外した。

2009年10月28日水曜日

Acrobat 8.1

Win XP SP3互換モードで動かさないと、安定しないようだ。
回転とか…

2009年10月20日火曜日

メッセージダイジェストのコマンド

メッセージダイジェスト(SHA-1, MD5)を計算
csum

チェックサムとブロック数
sum
チェックサムとバイト・カウント
cksum

Excel 2007 エラー表示を印刷しない

「Java SE 6完全攻略」管理ツールの集大成 - VisualVM その4

http://itpro.nikkeibp.co.jp/article/COLUMN/20091009/338670/

OVFテンプレートのデプロイエラー










VirtualBox->VMware vCenter Converter
VirtualBox->VMware vSphere Client

どうすれば…

2009年10月16日金曜日

ati

Server Error in '/' Application.

Object reference not set to an instance of an object.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[NullReferenceException: Object reference not set to an instance of an object.]    Microsoft.SharePoint.ApplicationRuntime.SPRequestModule.BeginRequestHandler(Object oSender, EventArgs ea) +1159    System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +79    System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +170 


Version Information: Microsoft .NET Framework Version:2.0.50727.3082; ASP.NET Version:2.0.50727.4028

2009年10月14日水曜日

2009年10月9日金曜日

Office2003, 2007即効テクニック

https://www.microsoft.com/japan/msbc/info.aspx?fname=OfficeTips&ds=8

2009年10月6日火曜日

2009年10月5日月曜日

MySQL で rownum

SELECT
@rownum := 0 AS rownum
, c1
, c2
UNION ALL
SELECT
@rownum := @rownum + 1 AS rownum
, c1
, c2
FROM
tbl1
ORDER BY
c1

とすると、なぜかNULLの行が含まれる...

wnumc1c2
0NULLNULL
112
213
314
415

Microsoft AJAX CDNのお知らせ

http://www.atmarkit.co.jp/fdotnet/scottgublog/20091002ajaxcdn/ajaxcdn.html

2009年10月2日金曜日

Pirka'r(ピリカル)

http://pirkar.ashikunep.org/
動的なページとか、フレームワークなページとにも対応しているといいなー。
インポートしたページの更新とかも。
でも便利。