码迷,mamicode.com
首页 >  
搜索关键字:trim    ( 1972个结果
winform MD5加密
byte[] result = Encoding.Default.GetBytes(this.tbPass.Text.Trim()); //tbPass为输入密码的文本框MD5 md5 = new MD5CryptoServiceProvider();byte[] output = md5.Comp...
分类:Windows程序   时间:2014-06-07 07:43:04    阅读次数:302
php 批量添加 多行文本框 textarea
$act=!empty($_GET['act']) ? trim($_GET['act']) : ''; switch($act) { case 'adda': $area['a_value'] = trim($_POST['a_value']); $area['a_type']=3; if(strpos($area['a_value'], "\n") === false) ...
分类:Web程序   时间:2014-06-03 00:46:17    阅读次数:297
JQuery中trim函数的具体实现代码
JQuery中trim函数的实现
分类:Web程序   时间:2014-05-27 16:15:08    阅读次数:277
JAVA读、写EXCEL文件
采集jxl.jar包,网上下载,百度一下导出都是。 接下来直接贴代码:public List getValue(String fileName){ String str=ExcelOparations.readExcel(fileName).trim(); String[] str4n= str.split("\n"); List list1 =...
分类:编程语言   时间:2014-05-25 00:28:26    阅读次数:432
js实现填写身份证号、手机号、准考证号等信息自动空格的效果
咱们做网站的,用户体验那是相当重要的,比如12306抢票需要填写身份证,如果不空格,密密麻麻的给我一种很压抑的感觉,而且也不容易核对信息是否填写正确,所以我就写了一个利用Js实现填写身份证号、手机号、准考证号等信息自动空格的效果。为了方便,自已定义的一个简单的get()方法和trim()方法,代.....
分类:移动开发   时间:2014-05-23 23:11:16    阅读次数:493
DEDECMS采集规则,过滤,替换文章内的部分内容
1.采集去除链接[Copy to clipboard]CODE:{dede:trim}]*)>([^]*)>([^{/dede:trim}这样做会去掉与之间的字符!这样整个文章就少了部分字符,不完整了!后来我多次测试,总算找到了正确的使用方法!如下:{dede:trim}]*)>{/dede:tri...
分类:其他好文   时间:2014-05-23 07:07:02    阅读次数:231
PHP字符串常用的操作函数
PHP字符串常用的操作函数strval 把变量转换成字符串strrev 反转字符串trim 去掉字符串首尾半角空格ltrim 去掉左边半角的英文空格rtrim 去掉右边半角的英文空格strlen 取字符串的长度 long lengthsubstr 截取子字符串strrchr 查找字符在字符串中最后出...
分类:Web程序   时间:2014-05-21 23:25:34    阅读次数:423
C#_dropdownlist_2
stringdeptId=Request.Form["depts"].Trim();Html.DropDownList()赋默认值:页面代码如下: list = new List { new SelectListItem { Text = "启用", Value = "0",Selected = ....
分类:其他好文   时间:2014-05-19 18:59:16    阅读次数:269
根据字段02对字符串进行分行
使用StringBuilder操作字符串...
分类:其他好文   时间:2014-05-18 14:26:12    阅读次数:222
ZOJ3675:Trim the Nails
Robert is clipping his fingernails. But the nail clipper is old and the edge of the nail clipper is potholed. The nail clipper's edge is N millimeters wide. And we use N characters('.' or '*') to rep...
分类:其他好文   时间:2014-05-13 15:05:54    阅读次数:264
1972条   上一页 1 ... 194 195 196 197 198 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!