上一页 1 ··· 77 78 79 80 81 82 83 84 85 ··· 95 下一页
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using HtmlAgilityPack; using Xceed.Words.NET; namespace ConsoleApp2.test1 { ... 阅读全文
posted @ 2019-07-16 15:18 古兴越 阅读(277) 评论(0) 推荐(0)
摘要: using PdfSharp.Drawing; using PdfSharp.Pdf; using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using System.Threading.Tasks; namespac... 阅读全文
posted @ 2019-07-16 15:18 古兴越 阅读(214) 评论(0) 推荐(0)
摘要: using JumpKick.HttpLib; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Text; using System.Threading.Ta... 阅读全文
posted @ 2019-07-16 15:17 古兴越 阅读(404) 评论(0) 推荐(0)
摘要: using HtmlAgilityPack; using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Text; using System.Threading.Tasks; using System.Xml; namespace ConsoleAp... 阅读全文
posted @ 2019-07-16 15:17 古兴越 阅读(151) 评论(0) 推荐(0)
摘要: 原文:https://www.cnblogs.com/wang2650/category/780821.html 原文:https://www.cnblogs.com/xxfcz/p/7045808.html 在NuGet上需要安装这两个包: ServiceStack.OrmLite Service 阅读全文
posted @ 2019-07-16 15:11 古兴越 阅读(497) 评论(0) 推荐(0)
摘要: //原文:https://www.cnblogs.com/yan7/p/8401681.html //原文:https://www.cnblogs.com/s5689412/p/10073507.html 执行后的截图: 阅读全文
posted @ 2019-07-16 10:58 古兴越 阅读(3265) 评论(0) 推荐(1)
摘要: 仓库的基本使用: 1、管理仓库的人会给你一个SVN的仓库地址,如: https://192.168.2.98:8443/svn/建筑工程健康监测系统 2、然后就下载仓库里面的所有文件 3、对仓库做增删改操作 4、提交到SVN 1、新建一个空白文件夹,在里面右键,点一下签出 2、填入签出的地址,其它一 阅读全文
posted @ 2019-07-15 16:06 古兴越 阅读(509) 评论(0) 推荐(0)
摘要: 1、日志查看 有时候会遇到查看一下之前改过的代码,或者恢复某某某个版本,这时就需要用到SVN的查看日志功能了,如图 2、日志列表 这里能看到各个版本的所有信息,包含了版本号 提交人 提交时间 提交时所备注的信息。点击版本,下面的列表就会显示某一个版本提交提交了哪些文件 3、 文件对比 常用到的,SV 阅读全文
posted @ 2019-07-15 15:55 古兴越 阅读(6226) 评论(0) 推荐(0)
摘要: 1、先修改本来两个文件,然后再提交到SVN 2、在日志界面,查看提交的文件,找到对应的版本号 3、找到对应的版本号(这里的版本号是1995,我提交生成的版本号 的前一个版本 才是我未作出修改的版本),点击‘复原到此项目’,然后点击确定恢复 4、提交一下 恢复了的项目 就可以了 阅读全文
posted @ 2019-07-15 15:39 古兴越 阅读(593) 评论(0) 推荐(0)
摘要: /// /// DataTable 转换为 Html /// /// /// public string GetHtmlString(DataTable dt) { StringBuilder sb = new StringBuilder(); ... 阅读全文
posted @ 2019-07-10 15:24 古兴越 阅读(800) 评论(0) 推荐(1)
上一页 1 ··· 77 78 79 80 81 82 83 84 85 ··· 95 下一页