当前位置:首页 > Windows程序 >

文章分类:Windows程序

Windows程序 win7下安装LinuxMint

之前一直在虚拟机里装ubuntu,总觉得不是太爽,加上对Unity的界面实在无爱,趁着今天有空就在LinuxMint的官网下了一个……

Windows程序 C#窗体控件拖动

using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Te...……

Windows程序 Caused by: org.jbpm.api.JbpmException: resource jbpm.cfg.xml

1、错误描述2015-09-20 22:49:59 [main] WARN org.springframework.context.support.GenericApplicationContext - Exception encountered during context in……

Windows程序 XMLHttpRequest file API

XMLHttpRequest file APIXMLHttpRequest file APITable of ContentsFormDatafile APIjquery file api上传文件从 FormData 中新建图片设置进度条大文……

Windows程序 Linux+Windows+ARM联合开发

配置环境一:第一步:安装虚拟机 1)安装虚拟机+Linux12.04 2)安装FTP软件第二步:配置超级终端(串口) 1)开发板软……

Windows程序 C#加密与解密

密码加密之类的用处,直接复制黏贴,可用1.加密的代码: /// /// DEC 加密过程 /// /// 要加密的字符串 /// 密匙 /// pub……

Windows程序 Windows环境中编译opencv3.0同时加入OPENCV

因为opencv3.0默认安装中没有加入SIFT、SURF等点特征检测,一百度下一跳,原来这玩意还弄了个其他的库,还只能在Gi……

Windows程序 Windows Azure之Mobile Service

我建个android app和Windows Azure的Mobile Service配合,以实现会员注册的功能,实际十分简单,微软家的东西真心好用首先新……

Windows程序 C#绘图双缓冲

C#绘图双缓冲 C#双缓冲解释:简单说就是当我们在进行画图操作时,系统并不是直接把内容呈现到屏幕上,而是先在内……

Windows程序 我的机器是windows和linux双系统,如何改变grub默认启动的系统?

答:这需要修改/boot/grub/grub.conf。举一个例子你就明白了。假设你的/boot/grub/grub.conf是这样子的: default=0 timeout=10 sp……