码迷,mamicode.com
首页 >  
搜索关键字:how to change the system language    ( 71714个结果
.NET 3.5 : 读写RSS或者ATOM
在.NET 3.5中提供了一套全新的接口来实现对RSS和ATOM这两种数据文件的读写。非常方便。下面演示一下1. 首先要添加一个引用System.ServiceModel.Webusing System.ServiceModel.Syndication;using System.Xml;2. 读取R...
分类:Web程序   时间:2014-04-30 04:51:29    阅读次数:513
How to generate UML Diagrams from Java code in Eclipse
UML diagrams compliment inline documentation (javadoc) and allow to better explore / understand a design. Moreover, you can print and bring them to ta...
分类:编程语言   时间:2014-04-30 03:48:50    阅读次数:716
可以将一些配置信息已json格式存在数据库中读取的时候序列化。
public partial class json序列化 : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { StringBuilder builder = new StringBuilder(....
分类:数据库   时间:2014-04-30 03:27:17    阅读次数:585
Hadoop 介绍
1.Hadoop简介Hadoop[h?du:p]实现了一个分布式文件系统(Hadoop Distributed File System),简称HDFS。HDFS有高容错性的特点,并且设计用来部署在低廉的(low-cost)硬件上;而且它提供高传输率(high throughput)来访问应用程序的数...
分类:其他好文   时间:2014-04-30 03:17:00    阅读次数:604
Google Combo Chart example with database in ASP.NET
Hide demoDownloadIn this article I’m going to explain how to create Google combo chart example with database in ASP.NET. Google charts allows you ...
分类:数据库   时间:2014-04-30 02:56:31    阅读次数:775
利用wsdl.exe生成webservice代理类
根据提供的wsdl生成webservice代理类1、开始->程序->Visual Studio 2005 命令提示2、输入如下红色标记部分D:/Program Files/Microsoft Visual Studio 8/VC>wsdl /language:c# /n:TestDemo /out:...
分类:Web程序   时间:2014-04-30 02:14:22    阅读次数:780
Visual Studio Create Setup project to deploy web application in IIS
Introduction: In this article I will explain how to create setup file in visual studio 2008/2010 to deploy web application file directly in IIS or in ...
分类:移动开发   时间:2014-04-30 01:35:19    阅读次数:865
linux中文乱码问题及locale详解
一、修改系统默认语言及中文乱码问题记录系统默认使用语言的文件是/etc/sysconfig/i18n,如果默认安装的是中文的系统,i18n的内容如下: LANG="zh_CN.UTF-8" SYSFONT="latarcyrheb-sun16" SUPPORTED="zh_CN.UTF-8:zh_C...
分类:系统相关   时间:2014-04-30 01:14:51    阅读次数:607
github proxy
--setgithubproxygitconfig--globalhttp.proxyhttp://user_name:user_pwd@user_ip:portgitconfig--systemhttp.sslcainfo/bin/curl-ca-bundle.crt--cancelproxygi...
分类:其他好文   时间:2014-04-30 01:13:49    阅读次数:507
LINQ to Entities 不识别方法“System int string 转换的问题
这个问题困扰了挺久,网上找了挺多方法 都太好使。分几种情况。1.如果查询结果 转换,那比较容易。var q = from c in db.Customers where c.Country == "UK" || c.Country == "USA" select new { ...
分类:其他好文   时间:2014-04-28 11:56:12    阅读次数:620
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!