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
isNullOrEmpty
获取地区三级下拉菜单其中的一个值
selProv"];string sCity=Request.Form["selCity"];string sTown=Request.Form["selTown"];string areaNum=String.
IsNullOrEmpty
cmalaya
·
2012-03-26 14:00
asp.net 国际化 资源
String.
IsNullOrEmpty
(lang
chinayuyin
·
2012-03-26 09:51
继承
资源
asp.net
应用程序
新建
datagridview 编辑完子页面后,需要定位到刚才编辑的那一条数据行
string.
IsNullOrEmpty
(Common.SystemEditKey)) { for(inti=0;i
keenweiwei
·
2012-03-06 16:00
JavaScript 几个常用的弹出对话框提示案例
privatestaticstrings1=""; privatestaticstrings2=""; privatestaticstringQuote(stringstr) { if(string.
IsNullOrEmpty
zhensoft163
·
2012-02-21 17:00
JavaScript
String
Class
asp.net
Linq多条件查询
String.
IsNullOrEmpty
(collnum)?s.Coll
woshixuye
·
2012-02-12 19:00
Linq多条件查询
String.
IsNullOrEmpty
(collnum) ? s.CollegeNum.Equals (collnum) : tru
wsql
·
2012-02-12 19:00
LINQ
Linq多条件查询
String.
IsNullOrEmpty
(collnum) ? s.CollegeNum.Equals (collnum) : tru
webcode
·
2012-02-12 19:00
LINQ
判断字符串为空大全
str.Length==0);Empty法:boolisEmpty2=(str==String.Empty);General法:boolisEmpty3=(str==""); string.
IsNullOrEmpty
alisa525
·
2012-02-08 16:00
数据库
String
object
测试
null
存储
将GridView的数据生成DataTable
string.
IsNullOrEmpty
(text)) { returntext; } foreach(Controlcontrolincell.Controls) { if(control!
mh942408056
·
2012-01-31 15:00
json解析类
publicclassJsonModelAnalyzer { protectedstring_GetKey(stringrawjson) { if(string.
IsNullOrEmpty
(rawjson
hope94
·
2012-01-17 11:00
exception
json
list
String
null
Class
事务控制案例(一)
表示层 try { if(string.
IsNullOrEmpty
(txtFPNum.Text)) {
·
2011-12-29 14:00
事务
将图片保存到数据库中及转换
privatebyte[]getBytes(stringimgpath){try{if(string.
IsNullOrEmpty
(imgpath)){returnnull;}else{//将图片转换成二进制流
·
2011-12-21 15:00
数据库
将指定字符串按指定长度进行剪切
返回截断后的新字符串加上后缀,否则,返回原字符串publicstaticstringStringTruncat(stringoldStr,intmaxLength,stringendWith){if(string.
IsNullOrEmpty
colyn
·
2011-12-20 15:00
[置顶] .NET中经常用到的函数
IsNullOrWhiteSpace .NETFramework4.0 中新增的一个函数,用来判断字符串是否为空(包括空格、NULL、String.Empty、和一行特殊的字符等),与.NET以前的另一个函数
IsNullOrEmpty
sxycgxj
·
2011-12-13 14:00
.net
null
C#中文和UNICODE字符转换方法
string.
IsNullOrEmpty
(str)){for(inti=0;i
zhensoft163
·
2011-11-16 16:00
String
C#
C# winform: ComboBox 设置下拉框数据源的公共方法
string.
IsNullOrEmpty
(sSQL)) {
keenweiwei
·
2011-11-15 13:00
数据库
String
sqlite
C#
null
WinForm
DevExpress: winform方向的gridview定位到某一行
string.
IsNullOrEmpty
(Common.SystemEditKey)) grvData.FocusedRowHandle=grvData.Loca
keenweiwei
·
2011-11-06 13:00
数据库
WinForm
MVC 3.0 排序 查询
publicActionResultIndex(string sort,string SearchString) { ViewBag.NameSortParm=string.
IsNullOrEmpty
gkvalley
·
2011-10-28 23:04
jquery
mvc
Web
.net
C#
it
NEC项目积累--String.
IsNullOrEmpty
首先在效率方面比较的是String.
IsNullOrEmpty
其实这种用法和s==null||s.Length==0这种判断方法并无太大区别。
zhvsby
·
2011-10-11 10:00
.net
null
Asp.net 图片上传方法
string.
IsNullOrEmpty
(tbox.Text)) { //后缀名(用于重命名文件后缀) stringextend=Path.GetExtension(fuload.FileName
mh942408056
·
2011-10-10 21:00
ASP.NET 后台打开新窗口 并控制窗口参数
stringtarget,stringwindowFeatures) { HttpContextcontext=HttpContext.Current; if((String.
IsNullOrEmpty
hcf_force
·
2011-09-23 15:00
String
url
query
Class
asp.net
redirect
C# Unicode编码解码
string.
IsNullOrEmpty
(str)) { for (
·
2011-09-22 16:00
unicode
string
string.
IsNullOrEmpty
()示例 if(string.
IsNullOrEmpty
(strBianH)) { MessageBox.Show
gengkunpeng
·
2011-09-07 16:00
String
insert
WebForm设置URL路由后要照顾好之前的连接
String.
IsNullOrEmpty
(Request.QueryString["rfsnewid"])) { Response.Redirect(
★金★
·
2011-06-27 16:00
数据库 时间字段本想置空但是默认为1900-1-1
birthday类型为smalldatetime,可以为空,当这个textbox中文本为空时往数据库插入字段,总是为1900-1-1,现在怎样将它转换为空:1.首先判断textbox是否为空if(string.
IsNullOrEmpty
颖火虫
·
2011-05-30 17:00
常用函数
一、是否纯数字privateboolIsNumeric(stringstr) { if(string.
IsNullOrEmpty
(str)) { returnfalse
maozhu_yimi
·
2011-05-24 15:00
Silverlight - 浏览器弹出窗口
helper方法,用于弹出浏览器窗口: publicstaticvoidPopup(stringurl,stringtarget,stringtargetFeatures) { if(string.
IsNullOrEmpty
jameszhou
·
2011-05-11 22:00
同步更新DataTable
string.
IsNullOrEmpty
(tablename)) { //1.得到中央服务器My SQL库中的表对应的DataTable DataTable globalDT =
izuoyan
·
2011-04-26 15:00
Datatable
对ashx请求用Gzip,Deflated压缩
String.
IsNullOrEmpty
(acceptEncoding)){//如果头部里有包含"GZIP”,"DEFLATE",表示你浏览器支持GZIP,DEFLATE压
wapysun
·
2011-04-18 17:00
浏览器
一段代码的前后比较
if(string.
IsNullOrEmpty
(newValueNames)==false) { string[]temp1=newValueNames.Split(",\r\n".ToCharArray
张静静
·
2011-04-13 10:35
代码
性能
职场
休闲
asp.net中将HTML转化成xml文件
publicstaticstringConvert(stringhtml){if(string.
IsNullOrEmpty
(html.Trim())){returnstring.Empty;}using
tudusi
·
2011-04-11 22:00
asp.net
C#对JSON的序列化和反序列化
publicstaticTJosnDeserialize(stringinput,Tdef){if(string.
IsNullOrEmpty
(input))returndef;try{JavaScriptSer
dannywj1371
·
2011-04-01 18:00
json
object
String
C#
null
input
在c#中动态生成水晶报表时,动态添加sort
String.
IsNullOrEmpty
(this.SortField)) { cCreateReport objCreateReport = new cCreateReport
yudehui
·
2011-03-30 16:00
Date
String
C#
float
报表
随意使用函数带来的麻烦
今天写了这样一行代码:LcName[0]=(string.
IsNullOrEmpty
(i.JD1Name.Trim())?"
ahtlwwj
·
2011-02-07 11:59
数据库
职场
null
表达式
休闲
将空值转换为数据库字段的NULL形式
size=medium]//////将空("")或null值的字符串转换为空字段//////传入的参数publicstaticobjectGetSqlNull(objectobj){if(string.
IsNullOrEmpty
cool_xiaocao
·
2011-01-25 22:11
Asp.net笔记
Silverlight 打开文件时避免出现Security Exception的办法
string.
IsNullOrEmpty
(ofd.File.ToString().Trim())){}} Silverlight4
soft2buy
·
2011-01-21 14:00
exception
object
String
Excel
Security
silverlight
AspNet pager 分页的基本用法
string.
IsNullOrEmpty
(ViewState["strWhere"].ToString())) { strWhere=ViewState[
jinhuiSystem
·
2011-01-11 18:00
object
server
null
div
string.
IsNullOrEmpty
if(string.
IsNullOrEmpty
(entry.Idaccount.ToString())) { cmdText="UPDATESM_FC_TransactionEntrySETIdaccount
aqimide
·
2010-12-22 10:00
JOIN
String
null
从文本文件向数据库内插入数据(openfiledialog等控件)
浏览按钮的代码:if(ofdlog.ShowDialog()==DialogResult.OK){txtfilename.Text=ofdlog.FileName;}插入按钮的代码:if(string.
IsNullOrEmpty
pvfhv
·
2010-12-21 11:00
数据库
String
Security
filter
cmd
insert
C#/Net代码精简优化技巧(2)
1string.
IsNullOrEmpty
()andstring.IsNullOrWhiteSpace()在Net2.0中String类型有一个静态方法
IsNullOrEmpty
,到了Net4.0中String
oec2003
·
2010-10-27 00:00
字符串
C#
小技巧
C#/Net代码精简优化技巧(2)
1string.
IsNullOrEmpty
()andstring.IsNullOrWhiteSpace()在Net2.0中String类型有一个静态方法
IsNullOrEmpty
,到了Net4.0中String
oec2003
·
2010-10-26 12:00
C# 判断Windows版本及CPU位数
intgetOSArchitecture(){stringpa=Environment.GetEnvironmentVariable("PROCESSOR_ARCHITECTURE");return((String.
IsNullOrEmpty
soft2buy
·
2010-10-04 22:00
windows
String
service
C#
OS
XP
Request获取页面间传递的值(QueryString的应用)
string.
IsNullOrEmpty
()方法来判断TextBox的值是否为空;if(!st
lishengmi
·
2010-09-09 01:00
Linq动态条件处理方法
String.
IsNullOrEmpty
(strWhere)) { quer
ljl_xyf
·
2010-08-31 09:00
C#截取指定长度汉字超出部分以用指定的字符代替
返回截断后的新字符串加上后缀,否则,返回原字符串publicstaticstringStringTruncat(stringoldStr,intmaxLength,stringendWith){if(string.
IsNullOrEmpty
leyton
·
2010-08-18 23:05
职场
C#
休闲
.Net
使用HtmlAgilityPack批量抓取网页数据
string.
IsNullOrEmpty
(登录URL)){htmlDoc=htmlWeb.Load(登录URL,提交的用户验证信息,获取数据的网页URL);}else{htmlDoc=htmlWeb.Lo
W3031213101
·
2010-08-10 12:00
windows
String
object
list
url
Class
linq 实现查询字符串拼接 : And 和 OR 两种方式
string.
IsNullOrEmpty
(a)){sql+="ANDname='"+a+"'";}if(!string.
IsNullOrEmpty
(b)){sql+="ANDage=
兔子党-督察
·
2010-07-09 17:00
【01.
LINQ
TO
SQL】
linq 实现查询字符串拼接 : And 和 OR 两种方式
string.
IsNullOrEmpty
(a)){sql+="ANDname='"+a+"'";}if(!string.
IsNullOrEmpty
(b)){sql+="ANDag
q107770540
·
2010-07-09 17:00
sql
c
String
query
LINQ
几个常用的方法
System.String.
IsNullOrEmpty
(strContent)) { IsInt=int.TryParse(strContent,outr
gdjlc
·
2010-06-11 11:00
C#截取超长字符串超出部分用....代替
返回截断后的新字符串加上后缀,否则,返回原字符串publicstaticstringStringTruncat(stringoldStr,intmaxLength,stringendWith){if(string.
IsNullOrEmpty
adsdassadfasdfasdf
·
2010-06-10 12:00
上一页
6
7
8
9
10
11
12
13
下一页
按字母分类:
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
其他