码迷,mamicode.com
首页 > Windows程序
apisix高性能网关-中文开发文档
2020年6月12日13:48:33 github:https://github.com/apache/incubator-apisix 目前此项目已有成为apache孵化项目 官方中文文档 :https://github.com/apache/incubator-apisix/blob/maste ...
分类:Windows程序   时间:2020-06-12 14:56:21    阅读次数:1144
前后端分离开发vue+Elementyui+abpcorewebapi商城管理系统(五)后台主页面
后台主页面代码 <template> <el-container style="height:100vh"> <el-header> <div> <img src="../assets/logo.png" alt /> <span>Vue商城后台管理系统</span> </div> <el-butt ...
分类:Windows程序   时间:2020-06-12 14:54:21    阅读次数:115
winform窗口打开特效及窗口位置居中
在启动一个程序时,我们希望窗口显示的位置处于屏幕的正中心,可以如下设置: MainForm mainForm = new MainForm(); mainForm.StartPosition = FormStartPosition.CenterScreen; mainForm.Show();如果在允 ...
分类:Windows程序   时间:2020-06-12 14:32:39    阅读次数:79
win32-使用FillRect绘制具有渐变颜色的客户区域背景
void OnEraseBkGnd(HWND hwnd) { /* Vars */ HDC dc; /* Standard Device Context; used to do the painting */ /* rect = Client Rect of the window; Temp = T ...
分类:Windows程序   时间:2020-06-12 14:24:43    阅读次数:92
Win7 终于安装上了!
电脑机型 Dell inspiron 7560,客服说电脑只能安装Win10,不能安装Win7。就使用了三年,但是无限蓝屏重启使我还是放弃了Win10! 不能安装Win7的原因:由于Win7系统不带USB3.0等驱动,使得安装之后不能使用鼠标等USB设备。 解决方法:在系统之家,下载了自带USB3. ...
分类:Windows程序   时间:2020-06-12 13:01:59    阅读次数:100
前后端分离开发vue+Elementyui+abpcorewebapi商城管理系统(二)前端项目初始化
初始化项目 ...
分类:Windows程序   时间:2020-06-12 12:55:12    阅读次数:105
C#如何定义与类或结构之间的转换的代码
下边资料是关于C#如何定义与类或结构之间的转换的代码。 using System; struct RomanNumeral{ public RomanNumeral(int value) { this.value = value; } static public implicit operator ...
分类:Windows程序   时间:2020-06-12 12:46:30    阅读次数:67
【WPF】Combox 下拉选项增加图片显示 ItemTemplate
效果图如上所示: 前端Xmal代码: <Window x:Class="WpfTest.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.micr ...
分类:Windows程序   时间:2020-06-12 12:41:38    阅读次数:116
C# 利用正则表达式获取富文本框中所有图片路劲
直接上代码 1 public static string[] GetHtmlImageUrlList(string htmlText) 2 { 3 Regex regImg = new Regex(@"<img\b[^<>]*?\bsrc[\s\t\r\n]*=[\s\t\r\n]*[""']?[\ ...
分类:Windows程序   时间:2020-06-12 12:38:49    阅读次数:78
前后端分离开发vue+Elementyui+abpcorewebapi商城管理系统(三)登录退出功能
登录功能概述 token原理分析 登录页面布局 代码编写之前先创建功能开发分支 git status //查看当前工作区是否干净 git checkout -b login //创建新的分支login git branch //查看当前分支是哪一个 git add . git commit -m " ...
分类:Windows程序   时间:2020-06-12 12:36:05    阅读次数:78
windows和linux修改ipv6和ipv4的优先级
如果一台机器系统配置ipv6地址和ipv4地址共存,访问两种网站都可以 但有个很尴尬的问题,因为操作系统默认是V6优先于V4,所以比如一个地址同时有A和AAAA记录的话,那么系统会自动选择V6协议通信。 因为IPV6刚起步,所以网络底层优化还没做,或者说如同理论及预期那样,V6的速度比V4差很多。 ...
分类:Windows程序   时间:2020-06-12 12:31:29    阅读次数:157
windows下nginx的安装及使用
windows下nginx的安装及使用 1.下载nginx http://nginx.org/en/download.html 下载稳定版本,以nginx/Windows-1.12.2为例,直接下载 nginx-1.12.2.zip 下载后解压,解压后如下 2.启动nginx 有很多种方法启动ngi ...
分类:Windows程序   时间:2020-06-12 12:24:51    阅读次数:77
JS window.open()打开新窗口属性详解
主要目的是使用javascript:window.open()对浏览器 iE6.0,7.0,8.0,chorme,safari,firefox能适用。刚开始的时候对最大化使用<a href="javascript:void window.open('https://www.sina. com.cn/ ...
分类:Windows程序   时间:2020-06-12 11:02:54    阅读次数:110
redis安装 windows版
首先 github上下载 https://github.com/MicrosoftArchive/redis/releases/tag/win-3.2.100 按照默认的一步一步安装即可 安装完成之后 window + r 输入 services.msc 进入到安装目录更改密码 然后window+r ...
分类:Windows程序   时间:2020-06-12 11:02:12    阅读次数:96
c# ^\s*\n 空行
ctrl shift K U 注释 Ctrl+K,Ctrl+F 快捷键。就格式化好了 1、文件监控 C# FileSystemWatcher 在监控文件夹和文件时的用法 2、气泡栏目 C# WinForm中NotifyICon控件的用法 3、注册自启动可执行文件 RegistryHelper.Set ...
分类:Windows程序   时间:2020-06-12 10:44:50    阅读次数:81
c# 在内存打包zip 多个文件 上传服务器 MemoryStream ZipArchiveMode
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows.Forms; using System.IO; using Utilities; us ...
分类:Windows程序   时间:2020-06-12 10:34:20    阅读次数:62
Windows 照片查看器无法显示此图片,因为计算机上的可用内存可能不足
问题:Windows照片查看器无法显示此图片,因为计算机上的可用内存可能不足
分类:Windows程序   时间:2020-06-12 01:15:26    阅读次数:1154
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!