码迷,mamicode.com
首页 >  
搜索关键字:string    ( 95377个结果
多线程14-遍历集合时删除元素问题分析
1. 问题 创建一个User类:package cn.itcast.heima2;public class User implements Cloneable{ private String name; private int age; public User(Stri...
分类:编程语言   时间:2014-06-24 10:10:35    阅读次数:269
List<string>中的泛型委托
我们先看List.Sort()。其定义是:public void Sort( Comparison comparison )其要求传入的参数是Comparison comparison。那我们看看Comparison comparison 要求我们传入哪些参数、返回什么样的值。查阅MSDN后,我们发...
分类:其他好文   时间:2014-06-24 10:09:54    阅读次数:172
Delphi IDHTTP用法详解
Delphi IDHTTP用法详解
分类:其他好文   时间:2014-06-24 09:56:45    阅读次数:230
decimal.tostring()格式
nt/Decimal.ToString 方法 (String, IFormatProvider)decimal value = 16325.62m; string specifier; CultureInfo culture;// Use standard numeric format specif...
分类:其他好文   时间:2014-06-24 09:52:33    阅读次数:299
android 将图片通过base64转换为String 将图片String转换为Bitmap
1.Bitmap转换为图片字符串Bitmap bitmap = BitmapFactory.decodeResource(getResources(), R.drawable.ic_launcher);ByteArrayOutputStream outputStream = new ByteArra...
分类:移动开发   时间:2014-06-24 09:35:04    阅读次数:503
iOS判断为空或者只为空格
本文转载至 :http://www.cnblogs.com/superhappy/archive/2012/11/08/2761403.html经常有需求 要判断不能为空,后台老是鄙视不做非空判断的前端 ,木办法 只能写一个。第一种想法:我不就是判断 是不是nil就可以了么。结果发现太天真,用户可以...
分类:移动开发   时间:2014-06-24 09:33:13    阅读次数:346
asp.net中Page.ClientScript.RegisterStartupScript用法小结(转)
//ASP.NET后台页面跳转Page.ClientScript.RegisterStartupScript(Page.GetType(), "", "");//后台弹出确定框ClientScript.RegisterStartupScript(GetType(), "message", "");/...
分类:Web程序   时间:2014-06-24 09:22:40    阅读次数:6310
检查或遍历android手机应程
检查android手机中是否存在某应程public boolean checkApp(String packageName) { if (packageName == null || "".equals(packageName)) return false; try { ApplicationInf...
分类:移动开发   时间:2014-06-24 09:16:50    阅读次数:265
How to hide the create button dynamical tree view in openerp ?
... false , ... ...
分类:其他好文   时间:2014-06-23 08:40:05    阅读次数:384
2 CDuiString的bug
重温了一下 Effective C++,发现这就是条款24所指出的问题,看来读书百遍不如写代码一遍啊在Notify处理消息时会有很多if语句,我通常喜欢把常量放在双等号前面,变量放在后面,比如: if( _T("click") == msg.sType ) { }但是却发现并没有进到这个if里,调试...
分类:其他好文   时间:2014-06-23 08:23:09    阅读次数:407
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!