即时尝试使用wget进行FTP下载(auth) 这是我用来在appdata目录下载文件bat.bat的命令... 我把我的文件放在由wget named(website.com)创建的新文件夹中
wget -r --ftp-user =“user”--ftp-password =“pass”ftp://website.com/bat.bat -P%appdata%
当我检查appdata目录时,我在这里找到了我的文件:
C:\ Users \ ev \ AppData \ Roaming \ website.com \ bat.bat
我不需要它来创建新的目录我需要它在这里:
C:\用户\ EV \应用程序数据\漫游\ bat.bat
答案 0 :(得分:0)
尝试for(i=a;i<=n;i++)
{
f=primenumbers(a,n);
if(f==0&&n!=1)
printf("%d is prime",i);
}
getch();
}
int primenumbers(int a, int n)
{
int i,j,f;
for(j=2;j<=(i/2);j++)
{
if(i%j==0)
{
f=1;
break;
}
}
return f;
}
参数:
Dim rCheck As Range, i As Integer, iCol As Integer
Set rCheck = Range("A1") 'top left cell of your table
iCol = 5 'width of your table
Do While rCheck <> ""
For i = 2 To iCol
If Cells(rCheck.Row, i) <> "" And Left(Cells(rCheck.Row, i), 1) <> Left(rCheck.Value2, 1) Then
Cells(rCheck.Row, i).Delete (xlToLeft)
i = i - 1
End If
Next i
Set rCheck = rCheck.Offset(1, 0)
Loop
来自wget --help:
-nH