上一页 1 ··· 76 77 78 79 80 81 82 83 84 ··· 95 下一页
摘要: 安装原文: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 古兴越 阅读(997) 评论(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 古兴越 阅读(252) 评论(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 古兴越 阅读(433) 评论(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 古兴越 阅读(333) 评论(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 古兴越 阅读(325) 评论(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 古兴越 阅读(756) 评论(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 古兴越 阅读(277) 评论(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 古兴越 阅读(267) 评论(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 古兴越 阅读(312) 评论(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 古兴越 阅读(330) 评论(0) 推荐(0)
上一页 1 ··· 76 77 78 79 80 81 82 83 84 ··· 95 下一页