2009年10月30日金曜日
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/122009年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日水曜日
2009年10月26日月曜日
2009年10月21日水曜日
2009年10月20日火曜日
2009年10月19日月曜日
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月13日火曜日
2009年10月9日金曜日
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の行が含まれる...
wnum | c1 | c2 |
---|---|---|
0 | NULL | NULL |
1 | 1 | 2 |
2 | 1 | 3 |
3 | 1 | 4 |
4 | 1 | 5 |
2009年10月2日金曜日
登録:
投稿 (Atom)