码迷,mamicode.com
首页 > Windows程序 > 周排行
[Mac] How do I move a window whose title bar is off-screen?
有时窗口一不小心拖出视野外了,此时无法移动窗口。如何还原? 有人遇到相似问题,已有解决方法: 方法就是,菜单 Windows - Zoom 这时窗口会还原。 ...
分类:Windows程序   时间:2017-08-23 13:50:09    阅读次数:175
winrar 授权破解过期解决
RAR registration data Federal Agency for Education 1000000 PC usage license UID=b621cca9a84bc5deffbf 6412612250ffbf533df6db2dfe8ccc3aae5362c06d5476210 ...
分类:Windows程序   时间:2017-08-23 17:38:38    阅读次数:199
Winfrom控件使用
1.Lablelable添加图片,解决图片和字体重叠? Text属性添加足够空格即可,显示效果如下所示: 2.根据窗体名称获取窗体并显示到指定panel? Label item = sender as Label; if (item == null) return; Assembly assembl ...
分类:Windows程序   时间:2017-08-23 18:15:32    阅读次数:188
codeforce 839d.winter is here
题意:如果一个子序列的GCD为1,那么这个子序列的价值为0,否则子序列价值为子序列长度*子序列GCD 给出n个数,求这n个数所有子序列的价值和 题解:首先得想到去处理量比较少的数据的贡献,这里处理每个gcd的贡献。我们定义f(i)为gcd==i的倍数时的贡献,那么f(i)=c(0,n)*0+c(1, ...
分类:Windows程序   时间:2017-08-23 20:04:21    阅读次数:265
windows 下安装 nginx + php
1. 下载软件 需要的软件有nginx,php,mysql(如不需要可不安装) nginx.org,www.php.net上面有得下 全部解压出来 php基本不用做任何修改(下载直接解压版本的) 用cmd命令在nginx 目录执行 start nginx.exe 就可以启动 nginx ,注意80端 ...
分类:Windows程序   时间:2017-08-24 20:05:29    阅读次数:215
ubuntu16.04安装最新版本的wine
1、安装源 sudo add-apt-repository ppa:wine/wine-builds sudo apt-get update 2、安装wine sudo apt-get install --install-recommends wine-staging sudo apt-get in ...
分类:Windows程序   时间:2017-08-24 23:53:31    阅读次数:258
Windows Subsystem For Linux
准备材料,windows 10, Xshell 5/putty, Xmanager/Xming. 1. 打开控制面板,程序和功能,左侧“打开或关闭windows功能”,windows子系统,勾选复选框 2. windows命令行输入bash等待下载安装 之后,就可以从开始菜单搜索bash打开了 3. ...
分类:Windows程序   时间:2017-08-26 12:53:12    阅读次数:242
记一次VS Code崩溃的解决(Win10扫描自动回复系统文件)
早上修改Vue.js框架搭建的项目,正高兴着,突然电脑崩溃,重启后VS code打不开,报错如下: DWrite.dll丢失 然后查看了一下 C:\windows\system32\下 DWrite.dll文件还在,下面尝试重新注册 命令提示符:进到目录下,然后 regsvr32 DWrite.dl ...
分类:Windows程序   时间:2017-08-26 16:00:49    阅读次数:332
Windows_GDI概述
1、想要进行GDI操作必须在指定的DC上进行。 2、GDI就是我们进行绘画的接口,也就是方法了。GDI就是一个集合的总称,包含了很多函数。 3、DC,是状态描述。 4、所以我们想要进行一个GDI函数的调用的时候,必须先获取到当前设备的DC(GetDC()、BeginPaint()),获取的DC是需要 ...
分类:Windows程序   时间:2017-08-27 11:12:47    阅读次数:178
【C#学习笔记】改变字体
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.... ...
分类:Windows程序   时间:2017-08-27 16:08:40    阅读次数:284
【C#学习笔记】鼠标控制
using System; using System.Runtime.InteropServices; using System.Windows.Forms; namespace ConsoleApplication1 { class Program { public struct POINT { ... ...
分类:Windows程序   时间:2017-08-27 16:15:25    阅读次数:252
关于obj.currentStyle.property、window.getComputedStyle(obj,null).property、obj.style.property的理解
首先是obj,style.property 我一直用这个obj.style.property这个属性来修改内联和外联的obj属性,但是从网上看到了obj.style.property居然只能读取内嵌的样式,不能读取外联和内联的样式,自己试了一下,果然是这样,自己找的例子是改变ul的width属性,看 ...
分类:Windows程序   时间:2017-08-29 11:11:42    阅读次数:188
wpf自定义控件中使用自定义事件
wpf自定义控件中使用自定义事件 wpf自定义控件中使用自定义事件 1 创建自定义控件及自定义事件 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 / ...
分类:Windows程序   时间:2017-08-29 13:05:00    阅读次数:420
致ubuntu140405:基于window7的vslam开发环境搭建
对于直接安装或解压的程序,除git, cmake, cuda按默认路径安装外,其它程序都安装在D:\app\softname 对于编译安装的程序,都安装在D:\app\softname\build\install 对于ubuntu可首先直接从源安装以下包,之后就只剩下cuda, qt, openni ...
分类:Windows程序   时间:2017-08-30 00:57:19    阅读次数:1121
C# 给枚举类型增加一个描述特性
前言 相信很多人对枚举并不陌生,枚举可以很方便和直观的管理一组特定值。如果我们在页面上直接输出我们希望匹配的汉语意思或则其他满足我们需求的语句就更好了,当然,通常小伙伴们都会再页面上if(enum==1) “我是一个枚举”或者switch(enum)这种方式解决。 那今天我们就来介绍一种更优雅的解决 ...
分类:Windows程序   时间:2017-08-30 13:07:38    阅读次数:204
api_response.go
package http_apiimport ( "encoding/json" "fmt" "io" "net/http" "time" "github.com/julienschmidt/httprouter" "github.com/nsqio/nsq/internal/app")type D... ...
分类:Windows程序   时间:2017-08-31 12:34:02    阅读次数:285
rename_windows.go
package nsqdimport ( "syscall" "unsafe")var ( modkernel32 = syscall.NewLazyDLL("kernel32.dll") procMoveFileExW = modkernel32.NewProc("MoveFileExW"))co... ...
分类:Windows程序   时间:2017-08-31 12:55:36    阅读次数:261
PHP利用百度地图API进行IP定位和GPS定位
最近在做一个手机端的webapp地图应用,而核心内容当然是定位了,但是定位的话有几种方式,IP定位,GPS定位,基站定位(这个貌似webapp用不了), 那么剩下核心的gps定位和ip定位了,我们知道,html5有定位API,但是该API拿到的GPS数据是硬件坐标,无法直接显示在地图上。 后来上百度 ...
分类:Windows程序   时间:2017-08-31 14:42:16    阅读次数:287
winform webbrowser如何强制使用ie11内核?
webkit.net ,cefsharp,openwebkit.net等这些基于谷歌或者基于firfox内核的浏览器有个共同点,就是必须指定winform为x86的才能使用, 而且使用过程中也是各种坑需要去填。 webbrowser不好的地方是默认使用ie5内核来加载网页,不得不吐槽下微软真是奇葩, ...
分类:Windows程序   时间:2017-08-31 16:18:30    阅读次数:546
Git Windows 安装
环境 Windows版本:Windows 7 旗舰版 处理器:Inte i5 系统类型:64 位操作系统 下载 Git Windows 点击安装 一路: next 在linuxs上解析 在/etc/hosts 文件尾部添加:10.0.0.20 node1 在Windows上解析 在运行输入框 :%s ...
分类:Windows程序   时间:2017-09-01 12:56:16    阅读次数:315
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!