Windows开发-周排行
procedure TForm1.IdHTTPServerCommandGet(AContext: TIdContext; ARequestInfo: TIdHTTPRequestInfo; AResponseInfo: TIdHTTPResponseInfo); var FileStream: T ...
分类:Windows开发 时间:2021-02-19 13:19:40 收藏:0 阅读:156
1.当我们连接时出现227 Entering Passive Mode 2.找到IE浏览器设置Internet 3.再次尝试连接ftp服务器 ...
分类:Windows开发 时间:2021-02-22 17:05:54 收藏:0 阅读:151
Vue3 CompositionAPI 组合式API 子组件向父组件传递数据(通信) 传递给 setup 函数的第二个参数是 context。context 是一个普通的 JavaScript 对象,它暴露三个组件的 property:attrs,slots和emits,其中emit就是Vue2中的 ...
分类:Windows开发 时间:2021-03-06 23:53:31 收藏:0 阅读:391
在官网上下载elasticsearch-windows后,按照官方的步骤,解压,运行bin/elasticsearch.bat,但是启动时控制台报错,错误如下: [o.e.t.TransportService ] [qIMyueh] publish_address {127.0.0.1:9301}, ...
分类:Windows开发 时间:2021-03-14 10:16:53 收藏:0 阅读:246
服务器操作系统 Windows Server 2012 R2 Datacenter (带界面) 1.安装IIS 参考 https://blog.csdn.net/muzizongheng/article/details/85228929 2.安装 dotnet-hosting-3.1.13-win ...
分类:Windows开发 时间:2021-03-14 10:21:08 收藏:0 阅读:257
记录一下今天向日葵远程连接的坑 win10和ubuntu 18.04都安装了向日葵客户端。(ubuntu 18.04中可以从软件管理中直接安装即可)。从win10远程连接ubuntu总是出现正在连接,之后马上连接已断开。在简书和博客寻找解决方案。 造成的原因有如下: 1、桌面环境是否开启?若没有开启 ...
分类:Windows开发 时间:2021-03-30 22:15:03 收藏:0 阅读:317
https://www.cnblogs.com/mq0036/p/12117955.html shell:startup C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\StartupC:\Pr ...
分类:Windows开发 时间:2021-04-23 10:55:35 收藏:0 阅读:91
1. .NET C#可以使用的网络传输方法类库有很多,比如:System.Net.Http.HttpClient、System.Net.WebClient、System.Net.HttpWebRequest和System.Net.HttpWebResponse。 相关官方文档链接: https:// ...
分类:Windows开发 时间:2021-04-26 23:17:10 收藏:0 阅读:166
<Window x:Class="WpfDemo.BindingValidationDemo" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.co ...
分类:Windows开发 时间:2021-07-29 22:30:16 收藏:0 阅读:126
更新于 2021-08-11 1.使用InitBinder注解 @InitBinder public void initBinder(WebDataBinder binder) { binder.setDisallowedFields(new String[]{"admin""ts"}); } ...
分类:Windows开发 时间:2021-08-11 15:34:56 收藏:0 阅读:457
windows pwrtest.exe usbview.exe 等工具集Windows 8.1 最新版本   windows WDK tools下载地址 工具下载地址...
分类:Windows开发 时间:2014-02-20 11:38:19 收藏:0 阅读:2242
1、把鼠标移动到桌面最右下角的位置会出来一个侧边栏,按那个齿轮就是“设置”,会出来个菜单,选择最下边的“更多电脑设置”注:也可以按快捷键“WIN+I”2、选择“常规”→“高级启动”→”立即重启“注:1-2步也可在按下“重启”时同时按下“Shift”健,直接进入4图所示界面(这是Win8的一个快捷操作...
分类:Windows开发 时间:2014-03-15 10:45:10 收藏:0 阅读:559
第一种方法:DataTable dt = new DataTable();dt.Columns.Add("name");dt.Columns.Add("value");DataRow dr = dt.NewRow();dr[0] = "活动";dr[1] = "1";dt.Rows.Add(dr);...
分类:Windows开发 时间:2014-03-25 07:28:40 收藏:0 阅读:1202
本地zookeeper安装(win7)下载zookeeper-3.3.6.zip文件解压zookeeper-3.3.6.zip文件到d:盘在D:\zookeeper-3.3.6\conf下增添 zoo.cfgcopy此zoo_sample.cfg生成zoo.cfg文件# The number of ...
分类:Windows开发 时间:2014-06-10 16:26:42 收藏:0 阅读:599
(1).splitContainer不能被鼠标直接点击选中,可通过右击->选择splitContainer选中。(2).属性IsSplitterFixed用于设置拆分器能否移动。(3).属性FixedPanel用于设置为Panel1(或Panel2),这样在调整窗体的大小时,Panel1面板(或Pa...
分类:Windows开发 时间:2014-07-07 10:27:29 收藏:0 阅读:1104
代码下载地址 http://download.csdn.net/detail/simadi/7677053
分类:Windows开发 时间:2014-07-25 19:01:42 收藏:0 阅读:1860
下边我们来看一下如何配置RDSH角色,RDSH因为我们需要发布应用程序以及虚拟桌面,因此我们这里需要两台RDSH服务器1.点击添加角色和功能2.这里直接下一步3.选择远程桌面服务安装4.因为之前已经配置好了RDCB,这里会直接将RDCB服务器读取出来,我们直接下一步5.之前我们已经完成..
分类:Windows开发 时间:2014-07-29 18:20:32 收藏:0 阅读:2216
Winform 动态添加RadioButton、CheckBox 且任意分组...
分类:Windows开发 时间:2014-08-13 01:19:35 收藏:0 阅读:976
(一)标签页先看看效果:代码: 1 public partial class 标签页 : Form 2 { 3 string s = ""; 4 public 标签页() 5 { 6 InitializeComp...
分类:Windows开发 时间:2014-11-13 22:05:17 收藏:0 阅读:1835
使用代码 var wnd = win32.FindWindowA(null, "窗口标题"); Int32 wndStyle = win32.GetWindowLong(wnd, win32.GWL_STYLE); wndStyle &= ~win32.WS_BORDER; wndStyle &= ...
分类:Windows开发 时间:2014-11-20 19:57:15 收藏:0 阅读:1163
124252627284851
上一页97009下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!