下载git安装 ->https://git-scm.com/downloads 新建git目录 在目录下右键选择Git Bash Here 执行 git init 拷贝项目到git目录下 在git里生成公钥文件 ssh-keygen -t rsa -C 你的github所用的邮箱 直接回车里面有生成.ssh目录生成如下 Your identification has been saved in /c/Users/Administrator/.ssh/id_rsa.-------(在这里)You
ListView添加项目带序列 function AddSelItems(listview1:TListView;ListView2:TListView):Boolean;var s: string; I,j: Integer;begin Result:=False; if listview1.Selected =nil then exit; for i := 0 to listview1.items.count - 1 do begin j:=ListView2