procedure TForm1.btn1Click(Sender: TObject); var IdHTTP: TIdHTTP; mstrCookie: string; Cookies : TIdCookieManager; i: Integer; begin IdHTTP := TIdHTTP. ...
分类:
Windows开发 时间:
2019-03-08 15:06:08
收藏:
0 评论:
0 赞:
0 阅读:
587
1、命名规范: 插件名称统一以:CI.Client.Plugins.SYS.+TableName eg:CI.Client.Plugins.SYS.EnterPrise 2、插件文件目录: 3、DEMO:企业信息增删改查。 3.1创建数据模型:TBL_SYS_ENTERPRISE 3.2创建页面和编 ...
分类:
Windows开发 时间:
2019-03-08 11:44:20
收藏:
0 评论:
0 赞:
0 阅读:
209
win+R——>regedit——>HKEY_LOCAL_MACHINE——>SYSTEM——>CurrentControlSet——>Services——>删除Hyipte——>重启 ...
分类:
Windows开发 时间:
2019-03-08 10:17:37
收藏:
0 评论:
0 赞:
0 阅读:
332
electron-vue 开发环境搭建(Windows环境) ...
分类:
Windows开发 时间:
2019-03-08 00:45:01
收藏:
0 评论:
0 赞:
0 阅读:
453
最近有点忙于追剧《人民的名义》所以并未及时更新,所以大家理解理解,哈哈,这部剧很不错!推荐大家去 看看!下面我们继续C#关键字解释! const:常量 一般我们说常量都是以PI(3.14)等举例,因为PI在数学上是表示圆周率的近似小数后余2位值,在计算机中它 被运用时是不允许被改变的!因为如果他被改... ...
分类:
Windows开发 时间:
2019-03-08 00:31:41
收藏:
0 评论:
0 赞:
0 阅读:
173
Here is how you would define and use a calculate_length function that has a reference to an object as a parameter instead of taking ownership of the v ...
分类:
Windows开发 时间:
2019-03-07 21:20:35
收藏:
0 评论:
0 赞:
0 阅读:
174
https://izen.live/Blog/info/13.html action上添加过滤器特性 ...
分类:
Windows开发 时间:
2019-03-07 19:20:47
收藏:
0 评论:
0 赞:
0 阅读:
717
using Manjinba.Communication.Common.Logging;using System;using System.Collections.Concurrent;using System.Collections.Generic;using System.Linq;using ...
分类:
Windows开发 时间:
2019-03-07 19:06:19
收藏:
0 评论:
0 赞:
0 阅读:
136
一、介绍 Docker 是一个开源的应用容器引擎,让开发者可以打包他们的应用以及依赖包到一个可移植的容器中,然后发布到任何流行的 Linux 机器上,也可以实现虚拟化。容器是完全使用沙箱机制,相互之间不会有任何接口。二、 使用docker toolbox安装docker 对于Windows用户来说, ...
分类:
Windows开发 时间:
2019-03-07 19:04:29
收藏:
0 评论:
0 赞:
0 阅读:
209
一; delphi 快速导出excel uses ComObj,clipbrd; function ToExcel(sfilename:string; ADOQuery:TADOQuery):boolean; const xlNormal=-4143; var y : integer; tsList ...
分类:
Windows开发 时间:
2019-03-07 18:57:14
收藏:
0 评论:
0 赞:
0 阅读:
152
创建WebApi项目: 在VS工具中创建一个ASP.NET Web应用程序 选择Webapi 一个webapi项目就创建好了 这里简单的写一个post和get两种请求的方法,由于post请求参数需要参数体的形式,一般用json作为参数,这里简单创建一个实体类,放上参数,我这里就放一个,可根据项目自己 ...
分类:
Windows开发 时间:
2019-03-07 18:06:28
收藏:
0 评论:
0 赞:
0 阅读:
198
mic: https://docs.microsoft.com/en-us/aspnet/web-api/overview/formats-and-model-binding/model-validation-in-aspnet-web-api webapi中推荐我们使用Dto来创建接受实体和输出实 ...
分类:
Windows开发 时间:
2019-03-07 17:00:37
收藏:
0 评论:
0 赞:
0 阅读:
320
Bitmap bitmap = new Bitmap(Screen.PrimaryScreen.Bounds.Width, Screen.PrimaryScreen.Bounds.Height); Graphics g = Graphics.FromImage(bitmap); g.CopyFrom... ...
分类:
Windows开发 时间:
2019-03-07 16:31:44
收藏:
0 评论:
0 赞:
0 阅读:
157
问题:https://leetcode-cn.com/problems/perfect-squares/ GitHub实现:https://github.com/JonathanZxxxx/LeetCode/blob/master/NumSquares.cs 一、动态规划实现 1、思路:对一个数字n ...
分类:
Windows开发 时间:
2019-03-07 15:40:53
收藏:
0 评论:
0 赞:
0 阅读:
155
亲测有效~ 直接代码:第一种方法利用System.DateTime.Now 1 public static void SubTest() 2 { 3 DateTime beforeDT = System.DateTime.Now; 4 int[] a = new int[] { 0, 1, 2, 3 ...
分类:
Windows开发 时间:
2019-03-07 15:34:03
收藏:
0 评论:
0 赞:
0 阅读:
140
一、引言 C#版本的23种设计模式已经写完了,现在也到了一个该总结的时候了。说起设计模式,我的话就比较多了。刚开始写代码的时候,有需求就写代码来解决需求,如果有新的需求,或者需求变了,我就想当然的修改自己的代码来满足新的需求,这样做感觉是理所当然的,也没感觉有什么不妥的地方。写了两年多代码,偶尔一次 ...
分类:
Windows开发 时间:
2019-03-07 14:33:37
收藏:
0 评论:
0 赞:
0 阅读:
143
命令简介 cmd是command的缩写.即命令行 。 虽然随着计算机产业的发展,Windows 操作系统的应用越来越广泛,DOS 面临着被淘汰的命运,但是因为它运行安全、稳定,有的用户还在使用,所以一般Windows 的各种版本都与其兼容,用户可以在Windows 系统下运行DOS,中文版Windo ...
分类:
Windows开发 时间:
2019-03-07 14:33:22
收藏:
0 评论:
0 赞:
0 阅读:
184
1.引用:using System.IO; 2.代码: class Program { static void Main(string[] args) { string filePath1 = "F:\\测试文件\\11.txt"; string filePath2 = "F:\\测试文件\\22. ...
分类:
Windows开发 时间:
2019-03-07 14:20:10
收藏:
0 评论:
0 赞:
0 阅读:
275