背景:整个程序被设计为在参考图像和1800个目标图像之间进行2D DIC,(用于断层重建)在我的代码中,有这个for loop块
for (k=0; k<kmax; k++)
{
K=nm12+(k*(h-n+1))/(kmax-1);
printf("\nk=%d\nL= ", K);
for (l=0; l<lmax; l++)
{
///For each subset, calculate and store its mean and standard deviation.
///Also
我在Azure上托管ASP.NET MVC应用程序,所以我使用WebDeploy。有一个包含我的发布配置文件的文件夹,其中包括AppName Web Deploy.pubxml,其中包括db的密码。因此,如果我将更改推入Github,每个人都将能够看到我的db密码。
我使用Visual的Git扩展,并希望“取消”此文件夹。我该怎么做?