摘要: python新建txt文件,并逐行写入数据 #coding=utf-8 txtName = "codingWord.txt" f=file(txtName, "a+") for i in range(1,100): if i % 2 == 0: new_context = "C++" + '\n' 阅读全文
posted @ 2019-03-02 18:33 luyanjie 阅读(22876) 评论(0) 推荐(0) 编辑
摘要: Server 2012使用Windows PowerShell cmdlet安装角色和角色服务功能 Windows Server 2012 安装 SQL server 2008 出现了如下错误: 解决方案1(简单,界面操作): Server 2012使用Windows PowerShell cmdl 阅读全文
posted @ 2019-03-02 12:39 luyanjie 阅读(5313) 评论(0) 推荐(0) 编辑
摘要: 在使用Git来克隆仓库报了错误,如下: fatal: unable to access ‘https://github.com/xiaobingchan/machine_learn/‘: OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to 阅读全文
posted @ 2019-03-02 10:27 luyanjie 阅读(32356) 评论(7) 推荐(3) 编辑