上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 20 下一页
摘要: Bonobo Git Server 下载地址: https://bonobogitserver.com/ 安装方法:https://bonobogitserver.com/install/ 配置简单,基于.net平台的MVC网站 阅读全文
posted @ 2017-08-04 13:46 dcrenl 阅读(559) 评论(0) 推荐(0)
摘要: 下载地址为:http://npoi.codeplex.com/releases/view/616131 可以操作excel表,行,单元格内家及样式等。 使用示例: using (FileStream fs = File.OpenRead(@"E:\a.xls")) //打开myxls.xls文件 { 阅读全文
posted @ 2017-08-02 16:30 dcrenl 阅读(960) 评论(0) 推荐(0)
摘要: 使用WinPost提交数据在xp下没有问题,Post方法在win7以上没有问题. WinPost只支持https提交,其它方法支持https和http 使用WinPost方法需要使用dll文件libeay32.dll、ssleay32.dll两个文件 阅读全文
posted @ 2017-08-02 13:48 dcrenl 阅读(3672) 评论(0) 推荐(0)
摘要: git fetch --all git reset --hard origin/master 阅读全文
posted @ 2017-07-21 16:12 dcrenl 阅读(6613) 评论(1) 推荐(1)
摘要: Delphi提供了一个TInifile类,使我们可以非常灵活的处理INI文件 一.INI文件的结构[小节名]ini文件 关键字1=值1 关键子2=值2INI文件允许有多个小节,每个小节又允许有多个关键字,“=”后面是该关键字的值。值的类型有三种:字符串、整型数值和布尔值。其中字符串存贮在INI文件中 阅读全文
posted @ 2017-07-21 16:11 dcrenl 阅读(718) 评论(0) 推荐(0)
摘要: 原来写过一个计算MD5的程序,是用了一个叫MD5.pas的单元,使用起来还算简单,但还有更简单的办法,安装了indy就会有IdHashMessageDigest单元(delphi 7默认安装indy) 有篇文章教怎么用IdHashMessageDigest计算字符串md5,计算文件md5却没有说,在 阅读全文
posted @ 2017-07-21 16:11 dcrenl 阅读(2977) 评论(0) 推荐(1)
摘要: git "Could not read from remote repository.Please make sure you have the correct access rights."解决方案 git "Could not read from remote repository.Please 阅读全文
posted @ 2017-07-21 16:10 dcrenl 阅读(393) 评论(0) 推荐(0)
摘要: Takeown /r /f 盘符:\目录\目录 例如: Takeown /r /f C:\Windows\CSC 阅读全文
posted @ 2017-03-07 12:20 dcrenl 阅读(608) 评论(0) 推荐(0)
摘要: 在Windows环境下安装Composer(注:Composer要求PHP版本在5.3.2+),你可能会遇到这种安装失败的情况:出错信息是 "The openssl extension is missing, which will reduce the security and stability 阅读全文
posted @ 2016-12-05 15:40 dcrenl 阅读(1988) 评论(0) 推荐(0)
摘要: 今天在Chorme中启动阿里旺旺误点取消启动并记住选择,然后如何也点不开了。从网上找到了一种解决方法: 找到路径 C:\Users\\AppData\Local\Google\Chrome\User Data 下的文件Local State文件,用记事本打开使用Ctrl+f 找到 ali 所在行,找 阅读全文
posted @ 2016-12-01 16:21 dcrenl 阅读(300) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 20 下一页