前端
windos
微信
数据库
移动开发
技术杂谈
网站首页
>
windos
>
Linux系列:进阶之jdk、X window安装与使用
云博小周宇
windos
1年前 (2024-05-05)
114
0
1.安装x window分为两步:1.安装 x window,执行指令yum groupinstall “X Window”2.安装GNOME Desktop,执行指令yum groupinstall “G...
winform实现图片的滑动效果
云博小周宇
windos
1年前 (2024-05-05)
135
0
使用winform实现图片的滑动效果(类似网站首页图片滑动切换效果),结果实现了,但是效果其实不是很理想。也许有更好的方法。 ...
C# 6 中的新增功能
云博小周宇
windos
1年前 (2024-05-05)
113
0
一、自动属性初始化(Auto-property initializers)public class Account{ public string Name { get; set; } = "summit"; publ...
win10从零安装eclipse并配置SVN和Maven
云博小周宇
windos
1年前 (2024-05-05)
159
0
原因:公司的新电脑,重新安装eclipse并通过SVN检入项目,中间经历了各种坎坷,终于在周五配置项目并启动成功;在此记录一下,给后来人...
(七十五)c#Winform自定义控件-控件水印组件
云博小周宇
windos
1年前 (2024-05-05)
148
0
前提入行已经7,8年了,一直想做一套漂亮点的自定义控件,于是就有了本系列文章。GitHub:https://github.com/kwwwvagaa/NetWinformCon...
C# Winfrom DataGridView常用设置
云博小周宇
windos
1年前 (2024-05-05)
144
0
DataGridView常用设置using System;using System.Collections.Generic;using System.Drawing;using System.Linq;using System....
windows下代码规范检测工具sonarqube安装与使用,含与maven的结合
云博小周宇
windos
1年前 (2024-05-05)
136
0
一、首先下载sonarqube 地址 : https://www.sonarqube.org/downloads/ (最新版本支持java11+,博主下载...
用C#写小工具:将圆柱面贴图映射到半球贴图
云博小周宇
windos
1年前 (2024-05-05)
133
0
最近在写GBA的程序。GBA运行的是C的裸机代码,而中途使用的很多小工具则用C#写的,例如:图片转换到.h头文件,制作三角函数表,还有像这...
C# https证书通信Post/Get(解决做ssl通道时遇到“请求被中止: 未能创建 SSL/TLS 安全通道”问题)
云博小周宇
windos
1年前 (2024-05-05)
142
0
1 public static string HttpPost(string url, string param = null) 2 { 3 HttpWebRequest requ...
wdatapicker时间选择器——例
云博小周宇
windos
1年前 (2024-05-05)
121
0
效果: html:<!DOCTYPE html><html> <head> <meta charset="utf-8"> <m...
asp.net core mvc 之 DynamicApi
云博小周宇
windos
1年前 (2024-05-05)
134
0
这段时间闲赋在家,感觉手痒,故想折腾一些东西. 由于之前移植了一个c#版本的spring cloud feign客户端(https://github.com...
win10电脑上不了网了
云博小周宇
windos
1年前 (2024-05-05)
120
0
从网上下了个免费软件,结果给我安装了好多流氓软件,之后电脑就上不了网了,郁闷!从网上找了好多解决方法,都没有用,自己瞎捣鼓,就...
js基础之Window Location(BOM)
云博小周宇
windos
1年前 (2024-05-05)
133
0
window.location 对象可用于获取当前页面地址(URL)并把浏览器重定向到新页面。 window.location 对象可不带 window 前缀书写。一些例...
自学C#—ADO.NET(二)
云博小周宇
windos
1年前 (2024-05-05)
92
0
上一章我们说了ADO.NET怎么查询,这一章我们说说怎么进行新增、删除、修改操作。(一)创建拉货的地址、开仓库门、关仓库门上一章...
js基础之Window History(BOM)
云博小周宇
windos
1年前 (2024-05-05)
105
0
window.history 对象包含浏览器历史。 window.history 对象可不带 window 书写。为了保护用户的隐私,JavaScript 访问此对象存在限制。...
Win10系统还原后 键盘失灵
云博小周宇
windos
1年前 (2024-05-05)
126
0
提示:本文中的工具仅适用于重置后所有按键都无法使用的情况,并不能解决个别按键失效的问题。 1. 在卡住不动界面或者是设置账户...
Upgrade Windows Server 2016 to Windows Server 2019
云博小周宇
windos
1年前 (2024-05-05)
107
0
Pre-UpgradeUpgrade path:Windows Server 2016 can be upgraded to Windows 2019 in a single upgrade process.Sup...
Line of wines
云博小周宇
windos
1年前 (2024-05-05)
156
0
There are N wines in a row. Each year you sell either the leftmost or the rightmost wine. The i-th wine has initial price p[i] ...
redis实现网关限流(限制API调用次数1000次/分)
云博小周宇
windos
1年前 (2024-05-05)
157
0
添加maven依赖,使用springboot2.x版本 <dependency> <groupId>org.springframework.boot</group...
【异常】org.eclipse.jgit.api.errors.TransportException: git@xxx.xxx.xxx/base-config-center.git: channel is not opened.
云博小周宇
windos
1年前 (2024-05-05)
158
0
一、异常原因连不上git仓库,可能原因有:1.)git仓库不存在2)连接git仓库超时 二、对应的解决办法1)创建对应仓库2)2....
点击加载更多