E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Globalization
DES加密算法
usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingSystem.Security.Cryptography;usingSystem.
Globalization
kenkao
·
2009-09-14 20:00
总结C#保留小数位数
1.简单的例子 System.
Globalization
.NumberFormatInfo provider = new System.
Globalization
.NumberFormatInfo
4030127
·
2009-09-12 13:22
职场
asp.net
休闲
总结C#保留小数位数
1.简单的例子 System.
Globalization
.NumberFormatInfo provider = new System.
Globalization
.NumberFormatInfo
4030127
·
2009-09-12 13:22
职场
asp.net
休闲
asp.net 使用Ajax传中文的中级解决方案
jquery的ajax 写死是使用utf-8 传递数据的,而我的webconfig配置了 <
globalization
requestEncoding="gb2312"
wsql
·
2009-09-11 14:00
asp.net
DataGridViewColourPicker
//usingSystem;usingSystem.ComponentModel;usingSystem.Drawing;usingSystem.
Globalization
;usingSystem.Text
wzuomin
·
2009-09-10 14:00
object
function
String
null
Class
byte
C# 操作 XML 总结
using System; using System.Xml; using System.
Globalization
; public class XmlTool
programlv
·
2009-09-10 12:00
C++
c
xml
C#
J#
delegate关键字与Delegate类型
System.Collections.Generic; 3 using System.Text; 4 using System.Resources; 5 using System.Reflection; 6 using System.
Globalization
EagleFish(邢瑜琨)
·
2009-08-31 14:00
C#日期时间格式化
01-0314:33:34,要转化为其他格式,要用到DateTime.ToString的方法(String,IFormatProvider),如下所示:usingSystem;usingSystem.
Globalization
isiqi
·
2009-08-28 09:00
C++
c
C#
F#
[转]理解ORACLE数据库字符集
来自:http://silverw0396.javaeye.com/blog/90554一.引言 ORACLE数据库字符集,即Oracle全球化支持(
Globalization
Support),或即国家语言支持
tomjamescn
·
2009-08-19 10:00
C#保留小数位数的方法集锦
C#保留小数位数的方法集锦 2008-07-19 22:07 1.System.
Globalization
.NumberFormatInfo provider = new System.
Globalization
.NumberFormatInfo
wsql
·
2009-08-16 08:00
保留小数位
C#日期格式化
:34 ,要转化为其他格式,要用到DateTime.ToString的方法(String, IFormatProvider),如下所示: using System; using System.
Globalization
wjboy49
·
2009-08-15 11:00
C++
c
F#
C#
理解ORACLE数据库字符集
一.引言 ORACLE数据库字符集,即Oracle全球化支持(
Globalization
Support),或即国家语言支持(NLS)其作用是用本国语言和格式来存储、处理和检索数据。
falchion
·
2009-08-12 18:00
oracle
sql
应用服务器
unix
单元测试
C#中DateTime.ToString()方法的细节
using System; using System.
Globalization
; public class MainClass { public static void
·
2009-08-11 14:00
toString
C# WebRequest WebClient Post请求 无乱码
Web.Config <
globalization
responseEncoding="gb2312"/> CS文件 using System; using
terryfeng
·
2009-08-10 09:00
C++
c
xml
webservice
C#
c#时间格式化字符串详解
200506,06-2005,2005-6-6或更多的该怎么办呢我们要用到:DateTime.ToString的方法(String,IFormatProvider)usingSystem;usingSystem.
Globalization
shaily
·
2009-08-09 15:00
c
Date
String
C#
System
Oracle字符集概念与问题汇总
一、引言 ORACLE数据库字符集,即Oracle全球化支持(
Globalization
Support),或即国家语言支持(NLS)其作用是用本国语言和格式来存储
youtops
·
2009-08-05 11:00
oracle
sql
应用服务器
网络应用
单元测试
String..::.Format 方法 (IFormatProvider, String, array[]()[])
//Formattingforthisexampleusesthe"en-US"culture.usingSystem;usingSystem.
Globalization
;classSample{enumColor
木偶哈哈哈
·
2009-07-29 11:00
C# DateTime ToString方法格式化示例
C# DateTime ToString方法格式化示例 using System; using System.
Globalization
; public class MainClass {
wapysun
·
2009-07-24 09:00
C++
c
C#
F#
.NET : 如何将16进制颜色代码转换为十进制
在网页中颜色代码一般都是用16进制保存的,但这段16进制的文本如何转换为10进制呢请参考下面的方法privateintHex2int(stringhex){ returnint.Parse(hex,System.
Globalization
.NumberStyles.HexNumber
chen_xizhang
·
2009-07-24 06:00
.NET : 如何将16进制颜色代码转换为十进制
进制的文本如何转换为10进制呢 请参考下面的方法 private int Hex2int(string hex){ return int.Parse(hex, System.
Globalization
.NumberStyles.HexNumber
·
2009-07-24 06:00
.net
.net显示今天农历的代码!
usingSystem;usingSystem.
Globalization
;//namespaceProject.ChinaDate{ /// ///显示今天农历类 ///publicclassCNDate
kingboy2008
·
2009-07-23 12:00
Date
.net
String
如何解决页面之间传输中文乱码的问题
更改Webconfig中的编码方式,如下: 1.在你的web.config中把编码 <
globalization
requestEncoding="utf-8&quo
wapysun
·
2009-07-15 21:00
中文乱码
如何解决页面之间传输中文乱码的问题
更改Webconfig中的编码方式,如下: 1.在你的web.config中把编码 <
globalization
requestEncoding="utf-8&quo
isiqi
·
2009-07-15 21:00
Web
.net
C#日期格式化
0314:33:34,要转化为其他格式,要用到DateTime.ToString的方法(String,IFormatProvider),如下所示: usingSystem; usingSystem.
Globalization
ji_ju
·
2009-07-15 20:00
c
Date
String
C#
null
C#日期格式精确到毫秒
2009,2009-6-24或更多的该怎么办呢 我们要用到:DateTime.ToString的方法(String, IFormatProvider) using System; using System.
Globalization
paulfzm
·
2009-06-24 10:00
C++
c
C#
F#
c# indexof() 大小写敏感控制 using System.
Globalization
; if (Compare.IndexOf(strcuscmd,curLineCmd,CompareOptions.IgnoreCase
c#indexof()大小写敏感控制usingSystem.
Globalization
;if(Compare.IndexOf(strcuscmd,curLineCmd,CompareOptions.IgnoreCase
天书的博客
·
2009-06-22 16:00
C#日期格式化
01-0314:33:34,要转化为其他格式,要用到DateTime.ToString的方法(String,IFormatProvider),如下所示:usingSystem;usingSystem.
Globalization
yonghu86
·
2009-06-05 11:00
C#
日期
格式化
C#日期格式化
:34 ,要转化为其他格式,要用到DateTime.ToString的方法(String, IFormatProvider),如下所示: using System; using System.
Globalization
seloba
·
2009-06-05 11:00
C++
c
C#
F#
C#日期格式化
0314:33:34,要转化为其他格式,要用到DateTime.ToString的方法(String,IFormatProvider),如下所示: usingSystem; usingSystem.
Globalization
chinahuyong
·
2009-06-05 11:00
C#日期格式化
:34 ,要转化为其他格式,要用到DateTime.ToString的方法(String, IFormatProvider),如下所示: using System; using System.
Globalization
wapysun
·
2009-06-05 11:00
日期格式化
Asp.Net时间格式转换实用方法
200506,06-2005,2005-6-6或更多的该怎么办呢我们要用到ateTime.ToString的方法(String,IFormatProvider)usingSystem;usingSystem.
Globalization
shaily
·
2009-05-31 16:00
C#中时间格式的转换
200506,06-2005,2005-6-6或更多的该怎么办呢我们要用到:DateTime.ToString的方法(String,IFormatProvider)usingSystem;usingSystem.
Globalization
hanghwp
·
2009-05-19 17:00
c
Date
String
C#
System
将DataGrid数据写入Excel文件
程序代码: this.EnableViewState = false; System.
Globalization
.CultureInfo myCItrad = new System.
Globalization
.CultureInfo
wapysun
·
2009-05-15 13:00
UI
Web
Excel
asp.net
asp
理解ORACLE数据库字符集
一.引言 ORACLE数据库字符集,即Oracle全球化支持(
Globalization
Support),或即国家语言支持(NLS)其作用是用本国语言和格式来存储
fudehai001
·
2009-05-12 14:00
oracle
sql
应用服务器
unix
单元测试
理解ORACLE数据库字符集
一.引言 ORACLE数据库字符集,即Oracle全球化支持(
Globalization
Support),或即国家语言支持(NLS)其作用是用本国语言和格式来存储
fudehai001
·
2009-05-12 14:00
oracle
sql
应用服务器
unix
单元测试
FireFox与IE 下js兼容触发click事件的代码
functiontest(){document.location.href="DBAI_les20_
globalization
_support.ppt";}functiontest2(name){if(
moliqin
·
2009-05-08 16:00
Get countries from system
1:usingSystem;2:usingSystem.Collections.Generic;3:usingSystem.Linq;4:usingSystem.Text;5:usingSystem.
Globalization
wangdeshui
·
2009-05-08 16:00
Linq
Microsoft
Access
.net
Get countries from system
System.Collections.Generic; 3: using System.Linq; 4: using System.Text; 5: using System.
Globalization
wangdeshui
·
2009-05-08 16:00
.net
Microsoft
Access
LINQ
.net中实现阳历转阴历的方法
添加引用:using System.
Globalization
using System; using System.Configuration; using System.Data;
long546324
·
2009-05-08 13:00
.net
UI
Web
Security
LINQ
显示年月日星期
几一下以备以后使用publicstringCurrentDate { get { System.
Globalization
.CultureInfocultureInfo
laolaowhn
·
2009-05-07 13:00
String
buffer
首字母大写
usingSystem.
Globalization
;usingSystem.Threading;CultureInfocultureInfo =Thread.CurrentThread.CurrentCulture
大口仔
·
2009-05-07 08:00
。NET 资源文件
.NET资源文件的高级用法Winform中多国语言窗体的设计以及.NET中资源文件的使用Introductiontotheresources.resxand.resourcesfiles:
Globalization
badbad_boy
·
2009-05-05 17:00
利用Visual C#处理数字图像
微软的新的.NET平台为开发者带来了许多新的诸如GDI+、
Globalization
之类的编程机制,同时还发明了一门全新的类似Java的编程语言-C#。
langyuewu
·
2009-05-02 21:00
理解Oracle数据库字符集
一、引言 ORACLE数据库字符集,即oracle全球化支持(
Globalization
Support),或即国家语言支持(NLS)其作用是用本国语言和格式来存储、处理和检索数据。
lilp_ndsc
·
2009-04-05 03:00
oracle
数据库
session
存储
Parameters
character
使用FxCop做代码检查和优化
前段时间做了一个用到一个微软的免费测试工具FxCop,使用后觉得还不错,能进行一些代码方面的自动测试,同时有帮助学习编码规范和提高代码执行效率,从而提高代码的整体质量.这个工具能测试到的地方有:Design(设计),
Globalization
cxzhq2002
·
2009-03-26 17:00
20款Windows 7 Beta官方主题美图赏
只要在文件夹设置中去除隐藏受保护操作系统文件的选项,就能够在Windows
Globalization
MCT文件夹下,找到针对各个地区的多款隐藏主题(.the
izuoyan
·
2009-03-23 03:00
windows
Microsoft
20款Windows 7 Beta官方主题美图赏
只要在文件夹设置中去除隐藏受保护操作系统文件的选项,就能够在Windows
Globalization
MCT文件夹下,找到针对各个地区的多款隐藏主题(.the
ihuashao
·
2009-03-23 03:00
windows
Microsoft
.Net编码技巧与资源
1、如何获得国家名C#语言: usingSystem.
Globalization
;usingSystem.Collection;RegionInfocountry=newRegionInfo(newCultureInfo
wayfarer
·
2009-03-22 12:00
.net
C#
职场
休闲
.Net编码技巧与资源
1、如何获得国家名C#语言: usingSystem.
Globalization
;usingSystem.Collection;RegionInfocountry=newRegionInfo(newCultureInfo
wayfarer
·
2009-03-22 12:00
.net
C#
职场
休闲
Globalization
Globalization
is a double-edged sword to the countries all over the world.
linuxyf
·
2009-03-13 22:00
Go
Social
上一页
16
17
18
19
20
21
22
23
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他