WIN 8.1正式版64位(cn_windows_8_1_pro_vl_x64_dvd_2971907)使用问题及解决一、IE11的输入框会变蓝;如在百度中搜索时,搜索框和按钮均变成蓝色背景,用户体验很不好,据说查了下资料说是集成显卡才会有这问题,解决方案如下: 打开IE的InterNet选项,在高级里面勾上"使用软件呈现…",问题解决。 Read More
使用 Visual Studio 2013 链接 TFS.Connect Visual Studio.com微软为我们提供了一个免费的代码托管服务,地址是http://tfs.visualstudio.com,我们可以非常方便的将Visual Studio Team Foundation服务共享和建立你的代码和改善你的客户和你的团队成员的合作。下面就让我们来看看如何使用:1. Create a Visual Studio account and team project实际上在第一次使用Visual Studio 2013的时候,就已经要求使用liveID进行登录了,虽然当时我不知道这么做有什 Read More
Creating a REST service using ASP.NET Web API A service that is created based upon the architecture of REST is called as REST service. Although REST looks more inclined to web and HTTP its principles can be applied to other distributed communication systems also. One of the real implementation of RE Read More
HTTP is not just for serving up web pages. It is also a powerful platform for building APIs that expose services and data. HTTP is simple, flexible, and ubiquitous. Almost any platform that you can think of has an HTTP library, so HTTP services can reach a broad range of clients, including browsers, Read More
在Silverlight中有些项目对UserControl重新做了封装基类,如PageBase,要求项目中每个页面都要从PageBase派生,但是过程比较坎坷,本文针对这个功能点的实现以及实现过程中遇到的一些问题作了一个简要的解答。一般看到的PageBase类如下所示: public class PageBase : UserControl { //这里进行一些其他的封装操作 }然后在具体的界面后台类中改变父类: public partial class MainPage : PageBase { public MainPage() { InitializeComponent(); ... Read More
本系列Ext入门学习系列目前写到第五章(年前那段时间闲来无事),后续打算有空了把剩下的补充完整,形成一个系列,也为园子做点贡献,下面是章节目录:Ext入门学习系列(一)环境配置Ext入门学习系列(二)弹出窗体Ext入门学习系列(三)复杂自定义窗体Ext入门学习系列(四)面板控件Ext入门学习系列(五)表格控件(1)Ext入门学习系列(五)表格控件(2)Ext入门学习系列(五)表格控件(3)由于经验和学习能力有限,诸多问题还望大家指出,另很多素材也是来自网上,如有侵权请邮件[email protected]谢谢合作!如转载烦带上本博客地址,写一次也挺不容易的,还望大家见谅! Read More