预览模式: 普通 | 列表

The right permission to assigned to pjblog

READ and Write permission must be assigned to the database folder otherwise checkuser.asp will complain unable to run some database operation (some update).

READ and Write permission must be assigned to Post and Cache folder. Otherwise, it will complain 3002: could not open file.

Tags: pjblog

分类:程序员 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 250

旧片新帖:Port Douglas

Henri Salvador: Room with a View

Room With A View

Somewhere out there in a room with a view,
somewhere out there where the roses are blue,
I have seen heaven in a dream coming true,

查看更多...

Tags: music lyric

分类:生活 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 219

Removing unwanted source control binding

Sometimes after you fiddled around with your projects within a solution by adding, removing, moving files around etc, you will find the newly added project may not be bound to source control any more, while its source files are still bound, when this happened, it may turn out that you can't find the menu "Add Selected Project to Source Control" any where.

When this happened, there are two ways to add the project back to source control:

1. Manually added the .vcproj file into source control as an new item.

查看更多...

Tags: sourcecontrol project

分类:程序员 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 297

LNK2001: "int __cdecl _AfxInitManaged(void)"

I got this error when I moved all source files (.h, .cpp, .rc) of a project from the original directory to another child directory, and then added them back to the project.

The problem is caused due to the fact that re-adding stdafx.cpp removed the preset configuration with respect to precompiled header. As explained in following thread:

http://social.msdn.microsoft.com/forums/en-US/vclanguage/thread/b3aa10fa-141b-4a03-934c-7e463f92b2a5/

查看更多...

Tags: precompilder vc stdafx

分类:程序员 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 509