Windows开发-周排行
goto 语句 ...
分类:Windows开发 时间:2019-01-09 20:53:05 收藏:0 阅读:228
转:https://blog.csdn.net/u014447845/article/details/80291678 1、远程桌面闪退,shell可以用的问题:(1)需要在该用户目录创建一个.xsession:touch .xsession(2)里面写“xfce4-session”一句话就行:ec ...
分类:Windows开发 时间:2019-01-11 21:11:27 收藏:0 阅读:859
背景:需要调用第三方接口,开启某项任务,用Hutool代替了HttpClient 调用第三方接口,简单粗暴。 代码如下:import java.util.Date;import org.apache.commons.lang.time.DateFormatUtils;import cn.hutool ...
分类:Windows开发 时间:2019-01-12 10:14:22 收藏:0 阅读:593
使用new关键字来做调用 使用vitual虚方法和override重写 虚方法需要注意的地方: 1.重写虚方法必须要使用相同的可访问属性,如:private就不可以 2.不能重写static和非虚方法 3.方法、属性、索引器、事件都可以使用虚方法重写 ...
分类:Windows开发 时间:2019-01-13 21:02:16 收藏:0 阅读:165
Windows API: ...
分类:Windows开发 时间:2019-01-14 15:41:32 收藏:0 阅读:287
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Threading; namespace ... ...
分类:Windows开发 时间:2019-01-14 21:17:47 收藏:0 阅读:206
可以查看整个地球的全貌 ,还能定位你的位置,特别是动画挺有意思 网址:https://earth.nullschool.net/#current/wind/surface/level/orthographic=-240.00,0.00,320 ...
分类:Windows开发 时间:2019-01-14 21:54:45 收藏:0 阅读:725
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApplication1 { cl... ...
分类:Windows开发 时间:2019-01-15 00:01:05 收藏:0 阅读:252
Windows之文件夹中打开PowerShell 为了解决Windows中在某个路径下使用PowerShell,而不是使用传统的cd命令切换过去,具体做法如下: 打开文件夹 在文件夹的内容区按下Shift+右击 点击在此处打开PowerShell即可。 结果: ...
分类:Windows开发 时间:2019-01-15 00:03:40 收藏:0 阅读:361
声明 初始化 显示图像 设置/更改查看图像的模式 创建ROI 懂得以上这些就能对这个项目进行基础应用啦,当然这个项目的功能远不止这些,甚至该项目太久没更新了,功能也还不够强大,远远不能满足日益复杂的需求,而这些都需要深入研究该项目的每个成员变量、方法和委托,然后再根据自己的需求完善该项目。 师傅领进 ...
分类:Windows开发 时间:2019-01-15 12:54:02 收藏:0 阅读:589
问题:sdp协商时,带有IPV6的信息,需要将IPV6相关信息去掉 原因:网卡启用了ipv6通道 解决:关闭IPv6数据接口 netsh interface isatap set state disable netsh interface 6to4 set state disabled netsh ...
分类:Windows开发 时间:2019-01-15 16:32:13 收藏:0 阅读:271
是一个类库:Teigha.NET for .DWG 利用它就可以在无需安装AutoCAD软件的情况下,生成、读取DWG文件,适合那些导入导出的场合。 Teigha曾用名OpenDWG 、DWGdirect,支持DWG, DXF, 和BDXF 示例代码: 先创建一个.NET2.0的控制台程序,再引用T ...
分类:Windows开发 时间:2019-01-15 16:35:55 收藏:0 阅读:473
原文:[No0000124]WPF 扩展控件Behavior的几种方式一、使用Attached Dependency Property的方式 (1)定义Attached Dependency Property public static class DigitsOnlyBehavior { publ... ...
分类:Windows开发 时间:2019-01-17 00:18:24 收藏:0 阅读:320
1 /// 2 ///1#相机实时显示 3 /// 4 /// 5 /// 6 private void checkBox1_CheckedChanged(object sender, EventArgs e) 7 { 8 //首先判断相机是否连接好了... ...
分类:Windows开发 时间:2019-01-17 10:40:16 收藏:0 阅读:1407
windows下程序有时突然崩溃了,偶发性的崩溃很难找。于是就需要保存崩溃时的dump信息了。 下面是关于如何生成dmp文件的代码。 头文件 源文件: 使用: 调用一下InitMinDump就可以了,这里面会注册一个回调,崩溃时会保存的dmp文件。 注意:需要在debug模式。保存下来的dmp文件, ...
分类:Windows开发 时间:2019-01-19 12:42:46 收藏:0 阅读:257
Windows环境下搭建MosQuitto服务器 2018年04月16日 22:00:01 wistronpj 阅读数:1185 摘自:https://blog.csdn.net/pjlxm/article/details/79967322 Windows环境下搭建MosQuitto服务器 2018 ...
分类:Windows开发 时间:2019-01-20 00:49:45 收藏:0 阅读:228
题目描述 题解: 可并堆优化$dp$。 由于$ans$只由$l$与派遣人数决定,我们可以贪心选取总和$<=m$的人。 有两种选择,一种是维护小根堆,一直$pop$到弹出的总和$>m$; 另一种是维护大根堆,一直$pop$到剩下总和$<=m$; 这两种比较一定是维护大根堆更优,因为每次$pop$后剩下 ...
分类:Windows开发 时间:2019-01-20 15:34:37 收藏:0 阅读:181
在.net framework框架下可以使用WebApiTestClientWebApi生成WebAPI接口文档与方便接口测试用,而在DotnetCore却没有找到这个工具了,baidu查找一下发现有一个相类似的工具,它就是Swagger,和使用WebApiTestClientWebApi差不多的, ...
分类:Windows开发 时间:2019-01-20 21:53:27 收藏:0 阅读:309
一、新建一个.NetCore控制台程序 二、添加依赖项 三、添加Startup.cs文件 四、Program.cs文件添加 Microsoft.AspNetCore.Hosting 引用,创建WebHost对象 五、运行 浏览器输入localhost;5000 六、加入WebApi 项目根目录下添加 ...
分类:Windows开发 时间:2019-01-22 12:12:00 收藏:0 阅读:578
shell(Linux、Solaris) bat(windows) 含义 备注 # rem 注释行 /【directory】/【directory】/.../【directory】/ 【disk】:\【directory】\【directory】\...\【directory】\ path ...
分类:Windows开发 时间:2019-01-23 12:48:34 收藏:0 阅读:753
13353363373383394851
上一页97009下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!