1.windonsC盘应该不够加硬盘的方式2.首先准备1块硬盘独自安装操作系统,(包含windons7/8/xp),把之前那个系统的硬盘先拔掉。3.在接入准保好的系统盘插上,看看系统能否起来。4.准备好之后,关机接入另一块硬盘。5.调一下硬盘启动顺序,起来之后系统就自动识别了,将原先的那个..
分类:
Windows开发 时间:
2014-10-20 15:24:01
收藏:
0 评论:
0 赞:
0 阅读:
285
C#中在3.5版本后引入了var变量关键字,称为推断类型。那么Var这个类型什么样的一个类型呢?下面我根据自己查阅的资料和学习心得总结一下:1.Var是一个弱类型关键字。var申明的变量能够根据上下文,代替任何一种变量。(个人感觉有点像Object类型,但其实不一样)2.如何定义var变..
分类:
Windows开发 时间:
2014-10-20 15:17:10
收藏:
0 评论:
0 赞:
0 阅读:
278
The article shows how to download and upload VHD to Azure.http://michaelwasham.com/windows-azure-powershell-reference-guide/uploading-and-downloading-...
分类:
Windows开发 时间:
2014-10-20 15:02:29
收藏:
0 评论:
0 赞:
0 阅读:
334
http://users.atw.hu/delphicikk/listaz.php?id=2471&oldal=52Problem/Question/Abstract:What are the new virtual styles in the TListbox for, and whay are ...
分类:
Windows开发 时间:
2014-10-20 14:52:09
收藏:
0 评论:
0 赞:
0 阅读:
428
颜色转换成整型保存{也可以用ColorToString / stringTOColor}字体用下面的函数转换成字符串,然后保存unitxFonts;interfaceusesClasses,Graphics,SysUtils;procedureStringToFont(sFont:string;Fo...
分类:
Windows开发 时间:
2014-10-20 14:51:39
收藏:
0 评论:
0 赞:
0 阅读:
404
1. Customers.xml 1 2 4 5 John 6 Cranston 7 (445) 269-9857 8 9 10 11 Annie12 Loskar13 ...
分类:
Windows开发 时间:
2014-10-20 14:42:49
收藏:
0 评论:
0 赞:
0 阅读:
340
http://hljqfl.blog.163.com/blog/static/40931580201122210573364/在写ASP.Net程序的时候,我们常常遇到跳转页面的问题,我们常常使用Response.Redirect 做ASP.NET框架页跳转,假设客户要在跳转的时候使用提示,这个就不...
分类:
Windows开发 时间:
2014-10-20 14:42:39
收藏:
0 评论:
0 赞:
0 阅读:
311
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.W...
分类:
Windows开发 时间:
2014-10-20 13:33:49
收藏:
0 评论:
0 赞:
0 阅读:
333
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.W...
分类:
Windows开发 时间:
2014-10-20 13:33:19
收藏:
0 评论:
0 赞:
0 阅读:
348
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.W...
分类:
Windows开发 时间:
2014-10-20 13:31:39
收藏:
0 评论:
0 赞:
0 阅读:
412
Windows Auzre 微软云计算产品后台操作界面,试用了一段时间,后台操作相比阿里云还是不够人性化。...
分类:
Windows开发 时间:
2014-10-20 13:30:09
收藏:
0 评论:
0 赞:
0 阅读:
392
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.W...
分类:
Windows开发 时间:
2014-10-20 13:28:59
收藏:
0 评论:
0 赞:
0 阅读:
963
CS通过webservice上传文件。
分类:
Windows开发 时间:
2014-10-20 13:26:49
收藏:
0 评论:
0 赞:
0 阅读:
407
virtual LRESULT OnSysCommand(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled) { if( wParam == SC_CLOSE ) { ::PostQuitMessage(0L); bHandle...
分类:
Windows开发 时间:
2014-10-20 13:23:59
收藏:
0 评论:
0 赞:
0 阅读:
2621
本系列文章导航Windows下FFmpeg高速入门ffmpeg參数解释mencoder和ffmpeg參数具体解释(Java处理视频)Java 生成视频缩略图(ffmpeg)使用ffmpeg进行视频文件转换成FLV整理java 视频处理 mencoderjava 视频处理 ffmped+mencode...
分类:
Windows开发 时间:
2014-10-20 13:21:29
收藏:
0 评论:
0 赞:
0 阅读:
374
1. Windows 键+ R,输入 shutdown.exe /r /o /f /t 002.此时电脑会自动重启,进入一下画面,选择Troubleshoot(转载请注明原处:http://www.harleygwak.com/wp-admin/post.php?post=187&action=ed...
分类:
Windows开发 时间:
2014-10-20 13:19:39
收藏:
0 评论:
0 赞:
0 阅读:
358
摘要redis是一个key-value存储系统。和Memcached类似,它支持存储的value类型相对更多,包括string(字符串)、list(链表)、set(集合)、zset(sorted set --有序集合)和hash(哈希类型)。这些数据类型都支持push/pop、add/remove及...
分类:
Windows开发 时间:
2014-10-20 13:15:10
收藏:
0 评论:
0 赞:
0 阅读:
270
应大家的要求,还是把完整的project文件贴出来,大家省点事:http://www.kuaipan.cn/file/id_48923272389086450.htm先看看执行效果,我用的群创7寸屏,主机是mini2440,分辨率是800*480,程序写比較粗糙,但对刚開始学习的人还是有一点启示,大...
分类:
Windows开发 时间:
2014-10-20 13:12:59
收藏:
0 评论:
0 赞:
0 阅读:
335
在Win7/8上特别简单,只需要在按下shift键后,再点击鼠标右键,即可进入命令行界面。在xp下,需要修改注册表了。也同样适用于Win7/8
分类:
Windows开发 时间:
2014-10-20 13:09:49
收藏:
0 评论:
0 赞:
0 阅读:
302
短信api服务北京畅游互联科技有限公司http://www.haoservice.com/docs/17短信api服务可以把写好的短信模板一次发给多个指定手机号码.短信接口:URL:http://apis.haoservice.com/sms/send支持格式:jsonhttp请求方式:GET/PO...
分类:
Windows开发 时间:
2014-10-20 13:09:19
收藏:
0 评论:
0 赞:
0 阅读:
250