07 2019 档案

摘要:基本信息: 官网:https://aspnetboilerplate.com api:https://aspnetboilerplate.com/Pages/Documents/Articles-Tutorials Demo:https://github.com/aspnetboilerplate/ 阅读全文
posted @ 2019-07-26 10:14 古兴越 阅读(412) 评论(0) 推荐(0) 编辑
摘要:原文:https://www.cnblogs.com/Lee-yl/p/9884055.html 原文:https://blog.csdn.net/juxiangming/article/details/70175985 原文:https://zhidao.baidu.com/question/75 阅读全文
posted @ 2019-07-22 14:45 古兴越 阅读(234) 评论(0) 推荐(0) 编辑
摘要:原文:https://blog.csdn.net/your_answer/article/details/80456550 功能:获取括号里面的字符串 阅读全文
posted @ 2019-07-19 14:48 古兴越 阅读(5039) 评论(0) 推荐(0) 编辑
摘要:原文:https://www.cnblogs.com/denny402/p/7520063.html 原文:https://www.jianshu.com/p/84f72791806f 原文:https://blog.csdn.net/lee813/article/details/89609691 阅读全文
posted @ 2019-07-19 10:27 古兴越 阅读(3943) 评论(0) 推荐(0) 编辑
摘要:这个也是弄了我很久,百度了好多文章,其实像下面那样挺简单的,没那么复杂 1、进入torch的官网的下载页面,选择一下参数信息 地址:https://pytorch.org/get-started/locally/ 2、下载‘.whl’文件到本地,直接复制那两个地址,用迅雷下载挺快的 https:// 阅读全文
posted @ 2019-07-19 10:06 古兴越 阅读(10122) 评论(0) 推荐(0) 编辑
摘要:原文:https://www.cnblogs.com/xdjun/p/7874794.html 命令: 测试代码: 阅读全文
posted @ 2019-07-18 14:44 古兴越 阅读(216) 评论(0) 推荐(0) 编辑
摘要:环境:python 3.7.3 安装类库: pip install opencv-python pip install -i https://pypi.tuna.tsinghua.edu.cn/simple opencv-python 打印值: print(result) 打印长度: str = " 阅读全文
posted @ 2019-07-17 15:12 古兴越 阅读(160) 评论(0) 推荐(0) 编辑
摘要:原文:https://www.cnblogs.com/denny402/p/5096001.html 功能:打开图片 1、下载库 pip install matplotlib 2、编写代码,将代码粘贴到Geany,运行一下就可以看效果了 功能:查看图片 from PIL import Image i 阅读全文
posted @ 2019-07-17 14:45 古兴越 阅读(259) 评论(0) 推荐(0) 编辑
摘要:下载地址:https://geany.org/download/releases/ 问题01:代码中包含中文编译时提示错误 原文:https://blog.csdn.net/weixin_43345286/article/details/82951698 解决:文档 - 设置文件编码 - Unico 阅读全文
posted @ 2019-07-17 14:40 古兴越 阅读(362) 评论(0) 推荐(0) 编辑
摘要:原文:https://www.cnblogs.com/jainy/p/10461995.html python 3.7.6 下载地址:https://www.python.org/downloads/windows/ https://www.python.org/ftp/python/3.7.6/p 阅读全文
posted @ 2019-07-17 14:30 古兴越 阅读(165) 评论(0) 推荐(0) 编辑
摘要:安装原文:https://www.cnblogs.com/wongyi/p/7832567.html 配置原文:https://jingyan.baidu.com/album/154b46311ed9ef28ca8f419c.html?picindex=4 1、安装地址:https://geany. 阅读全文
posted @ 2019-07-17 12:02 古兴越 阅读(975) 评论(0) 推荐(0) 编辑
摘要:原文:https://www.cnblogs.com/jimmy-share/p/9784219.html 方式: 交互式编程:打开python.exe文件后,直接输入代码即可。文件的位置(我本地): C:\Users\Administrator\AppData\Local\Programs\Pyt 阅读全文
posted @ 2019-07-17 11:01 古兴越 阅读(250) 评论(0) 推荐(0) 编辑
摘要:原文:https://www.runoob.com/w3cnote/python-pip-install-usage.html 原文:https://www.jianshu.com/p/2be68ef6e7ac 原文:https://www.cnblogs.com/riverdubu/p/66003 阅读全文
posted @ 2019-07-17 10:48 古兴越 阅读(409) 评论(0) 推荐(0) 编辑
摘要:using ServiceStack; using ServiceStack.DataAnnotations; using ServiceStack.OrmLite; using ServiceStack.Text; using System; using System.Collections.Generic; using System.Linq; using System.Text; ... 阅读全文
posted @ 2019-07-16 15:22 古兴越 阅读(323) 评论(0) 推荐(0) 编辑
摘要:using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Data; using System.IO; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Ta... 阅读全文
posted @ 2019-07-16 15:21 古兴越 阅读(319) 评论(0) 推荐(0) 编辑
摘要:using Ionic.Zip; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApp2.test1 { public cla... 阅读全文
posted @ 2019-07-16 15:21 古兴越 阅读(740) 评论(0) 推荐(0) 编辑
摘要:using Autofac; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; namespace ConsoleApp2.test1 { publi... 阅读全文
posted @ 2019-07-16 15:20 古兴越 阅读(269) 评论(0) 推荐(0) 编辑
摘要:原文:https://www.cnblogs.com/zinan/p/10629277.html AutoMapper的版本:7.0.1 映射的时候忽略掉某些字段: Mapper.Initialize(x => { x.CreateMap<tb_Projects, ProjectDto>().For 阅读全文
posted @ 2019-07-16 15:20 古兴越 阅读(259) 评论(0) 推荐(0) 编辑
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Dapper; using System.Data; using System.Data.SqlClient; using Newtonsof... 阅读全文
posted @ 2019-07-16 15:19 古兴越 阅读(305) 评论(0) 推荐(0) 编辑
摘要:using NPOI.HSSF.UserModel; using NPOI.SS.UserModel; using NPOI.XSSF.UserModel; using System; using System.Collections.Generic; using System.Data; using System.IO; using System.Linq; using System.... 阅读全文
posted @ 2019-07-16 15:19 古兴越 阅读(320) 评论(0) 推荐(0) 编辑
摘要: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 古兴越 阅读(274) 评论(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 古兴越 阅读(204) 评论(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 古兴越 阅读(147) 评论(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 古兴越 阅读(393) 评论(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 古兴越 阅读(488) 评论(0) 推荐(0) 编辑
摘要://原文:https://www.cnblogs.com/yan7/p/8401681.html //原文:https://www.cnblogs.com/s5689412/p/10073507.html 执行后的截图: 阅读全文
posted @ 2019-07-16 10:58 古兴越 阅读(3051) 评论(0) 推荐(1) 编辑
摘要:仓库的基本使用: 1、管理仓库的人会给你一个SVN的仓库地址,如: https://192.168.2.98:8443/svn/建筑工程健康监测系统 2、然后就下载仓库里面的所有文件 3、对仓库做增删改操作 4、提交到SVN 1、新建一个空白文件夹,在里面右键,点一下签出 2、填入签出的地址,其它一 阅读全文
posted @ 2019-07-15 16:06 古兴越 阅读(499) 评论(0) 推荐(0) 编辑
摘要:1、日志查看 有时候会遇到查看一下之前改过的代码,或者恢复某某某个版本,这时就需要用到SVN的查看日志功能了,如图 2、日志列表 这里能看到各个版本的所有信息,包含了版本号 提交人 提交时间 提交时所备注的信息。点击版本,下面的列表就会显示某一个版本提交提交了哪些文件 3、 文件对比 常用到的,SV 阅读全文
posted @ 2019-07-15 15:55 古兴越 阅读(6158) 评论(0) 推荐(0) 编辑
摘要:1、先修改本来两个文件,然后再提交到SVN 2、在日志界面,查看提交的文件,找到对应的版本号 3、找到对应的版本号(这里的版本号是1995,我提交生成的版本号 的前一个版本 才是我未作出修改的版本),点击‘复原到此项目’,然后点击确定恢复 4、提交一下 恢复了的项目 就可以了 阅读全文
posted @ 2019-07-15 15:39 古兴越 阅读(589) 评论(0) 推荐(0) 编辑
摘要:/// /// DataTable 转换为 Html /// /// /// public string GetHtmlString(DataTable dt) { StringBuilder sb = new StringBuilder(); ... 阅读全文
posted @ 2019-07-10 15:24 古兴越 阅读(780) 评论(0) 推荐(1) 编辑
摘要:原文:大多都是网上找到,有时候写博客的时候忘了原作者了,这里只是自己备注一下代码,要用的时候好来找 说绕一点就是:按 字符串 来 分隔 字符串 这里分隔符是“\r\n” 阅读全文
posted @ 2019-07-10 14:42 古兴越 阅读(5402) 评论(0) 推荐(0) 编辑
摘要:1、获取中间的那个1(从区块编码中获取报警状态,区块编码格式:传感器编号-报警状态-起始ID) 阅读全文
posted @ 2019-07-05 11:05 古兴越 阅读(163) 评论(0) 推荐(0) 编辑
摘要:今天早上同事创建表的时候,在那个界面没有自增长Id的选项,当时我也纳闷,软件肯定都是一样的,设置的步骤都一样(有些配置好的 我就没改过 然后就忘了还改过些什么步骤了),结果还是没有那个选项 百度了一下,其实挺简单的,就是没有选择合适的数据库类型,这里我们选择一个sql server2008就可以,自 阅读全文
posted @ 2019-07-04 15:25 古兴越 阅读(865) 评论(0) 推荐(0) 编辑
摘要:用于日期的计算,功能比较全,我常用的主要是日期的计算(多一天少一天,或者添加几个月等),日期格式化 网址:http://momentjs.cn/ 测试代码: 阅读全文
posted @ 2019-07-03 11:26 古兴越 阅读(865) 评论(0) 推荐(0) 编辑
摘要:又找到了一个bug 测试的类: public class Class11_1 { public virtual List<int> test2_1(List<tb_SensorRecordModel> SensorRecords) { List<int> list = new List<int>() 阅读全文
posted @ 2019-07-03 09:32 古兴越 阅读(377) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示