- 浏览: 139599 次
最新评论
文章列表
支持的操作系统
Windows 10 Technical Preview
硬件要求
1.6 GHz 或更快的处理器
1 GB RAM(如果在虚拟机上运行,则为 1.5 GB)
4 GB 可用硬盘空间
5400 RPM 硬盘驱动器
与 DirectX 9 兼容的视频卡,其显示分辨率为 1024 x 768 或更高
其他要求
对于 Windows 仿真器,需要 Windows 10 的某个版本,以及支持客户端 Hyper-V 和二级地址转换 (SLAT) 的处理器。
注: Visual Studio 2015 RC 在创建面向 Windows 10 的 Windows 通用应用 ...
- 2015-07-30 20:45
- 浏览 152
- 评论(0)
我在微软https://www.visualstudio.com/zh-cn/downloads/download-visual-studio-vs
点Express 2015 for Windows 10没有看到选择格式,别的选择格式那里可以选择iso就离线下载
但是这里没有,查了才知道下载winexpress_full.exe
命令行输入 <executable name> /layout
<executable name> winexpress_full.exe
选择下载路径
就可以下载
微软说下载什么在线装都可以命令行输入<execu ...
- 2015-07-30 20:16
- 浏览 611
- 评论(0)
我在微软https://www.visualstudio.com/zh-cn/downloads/download-visual-studio-vs
点Express 2015 for Windows 10没有看到选择格式,别的选择格式那里可以选择iso就离线下载
但是这里没有,查了才知道下载winexpress_full.exe
命令行输入 <executable name> /layout
<executable name> winexpress_full.exe
选择下载路径
就可以下载
微软说下载什么在线装都可以命令行输入<execu ...
- 2015-07-30 20:16
- 浏览 194
- 评论(0)
一路追着win10
从预览版到今天10240.16384
昨晚是中国区第一批下载win10的,不过不是第一批安装的。
早上才安装成功。
win10预览版更新 7月29 1024016384
使用esd安装
免费用正版Win10
360升级
确定自己安装版本
win10预览版更新 7月29 10240.16384
win10更新出现C盘 $~windows.BT
把$~windows.BT 复制文件到别的分区的根目录
检查$~windows.BT 有6G大小
运行/Sources/setupprep.exe
选择不更新,因为我复制过去只有很少文件失败 ...
- 2015-07-29 13:18
- 浏览 532
- 评论(0)
一路追着win10
从预览版到今天10240.16384
昨晚是中国区第一批下载win10的,不过不是第一批安装的。
早上才安装成功。
win10预览版更新 7月29 1024016384
使用esd安装
免费用正版Win10
360升级
确定自己安装版本
win10预览版更新 7月29 10240.16384
win10更新出现C盘 $~windows.BT
把$~windows.BT 复制文件到别的分区的根目录
检查$~windows.BT 有6G大小
运行/Sources/setupprep.exe
选择不更新,因为我复制过去只有很少文件失败 ...
- 2015-07-29 13:18
- 浏览 153
- 评论(0)
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace 软件系统10
{
public class get_environment
{
public get_environment()
{
_reminder = new StringBuilder();
//获取包含当前平台标识符和版本号的 System. ...
- 2015-07-27 16:33
- 浏览 368
- 评论(0)
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace 软件系统10
{
public class get_environment
{
public get_environment()
{
_reminder = new StringBuilder();
//获取包含当前平台标识符和版本号的 System. ...
- 2015-07-27 16:33
- 浏览 161
- 评论(0)
这文章是更改别人代码
#include <string>
#include <iostream>
#include <stdlib.h>
#include <windows.h>
#include <locale>
#include <locale.h>
#define _A_WIN //如果你是windows
using namespace std;
//把字符串转换成宽字符串
wstring string_wstring(string sToMatch)
{
#ifdef _A_WIN
int iWLen ...
- 2015-07-23 16:37
- 浏览 785
- 评论(0)
这文章是更改别人代码
#include <string>
#include <iostream>
#include <stdlib.h>
#include <windows.h>
#include <locale>
#include <locale.h>
#define _A_WIN //如果你是windows
using namespace std;
//把字符串转换成宽字符串
wstring string_wstring(string sToMatch)
{
#ifdef _A_WIN
int iWLen ...
- 2015-07-23 16:37
- 浏览 176
- 评论(0)
在网上看到很多md5类,不过封好的很少,我就在网上看到一篇把他写的封装
头文件
#ifndef _MD5_H
#define _MD5_H
#pragma warning(disable:4786)//来逗下
#include <string>
#include <string.h>
using namespace std;
struct MD5_DATA
{
unsigned long data[4];
bool operator < (const MD5_DATA& p) const
{
return memcmp(data,p ...
- 2015-07-22 16:10
- 浏览 391
- 评论(0)
在网上看到很多md5类,不过封好的很少,我就在网上看到一篇把他写的封装
头文件
#ifndef _MD5_H
#define _MD5_H
#pragma warning(disable:4786)//来逗下
#include <string>
#include <string.h>
using namespace std;
struct MD5_DATA
{
unsigned long data[4];
bool operator < (const MD5_DATA& p) const
{
return memcmp(data,p ...
- 2015-07-22 16:10
- 浏览 231
- 评论(0)
国内有code.csdn.net速度很快
用git上传需要去下载git程序
很简单。
我是Windows下
先code.csdn.net创建一个项目 https://code.csdn.net/dashboard/index
项目设置
项目公钥
添加公钥
生成公钥
打开 git bush
首先检查本机公钥:
$ cd ~/.ssh
如果提示:No such file or directory 说明你是第一次使用git。如果不是第一次使用,请执行下面的操作,清理原有ssh密钥。
$ mkdir key_backup
$ cp id_rsa* key_backu ...
- 2015-07-02 17:25
- 浏览 548
- 评论(0)
国内有code.csdn.net速度很快
用git上传需要去下载git程序
很简单。
我是Windows下
先code.csdn.net创建一个项目 https://code.csdn.net/dashboard/index
项目设置
项目公钥
添加公钥
生成公钥
打开 git bush
首先检查本机公钥:
$ cd ~/.ssh
如果提示:No such file or directory 说明你是第一次使用git。如果不是第一次使用,请执行下面的操作,清理原有ssh密钥。
$ mkdir key_backup
$ cp id_rsa* key_backu ...
- 2015-07-02 17:25
- 浏览 171
- 评论(0)
用git push代码到csdn code的时候出现错误
error:failed to push some refs to …
Dealing with “non-fast-forward” errors
From time to time you may encounter this error while pushing:
$ git push origin master
To ../remote/
! [rejected] master -> master (non-fast forward)
error: failed to push som ...
- 2015-07-02 17:01
- 浏览 637
- 评论(0)
用git push代码到csdn code的时候出现错误
error:failed to push some refs to …
Dealing with “non-fast-forward” errors
From time to time you may encounter this error while pushing:
$ git push origin master
To ../remote/
! [rejected] master -> master (non-fast forward)
error: failed to push som ...
- 2015-07-02 17:01
- 浏览 189
- 评论(0)