摘要:
simpleAdapter=new SimpleAdapter(context, mData, R.layout.goods_info, new String[]{"name","small_pic","price"}, new int[]{R.id.goods_name,R.id.goodsimg,R.id.goods_price}){ @Override public void setViewImage(final Im... 阅读全文
摘要:
引用PanGuDLLprivate string GetWords(string input) { ICollection<PanGu.WordInfo> words = new Segment().DoSegment(input); StringBuilder result = new StringBuilder(); List<string> list = new List<string>(); foreach (WordInfo word in words) { if (word != null && word.Word.Length 阅读全文
摘要:
在mac os x 10.6.8 安装 xcode4.0.1 提示 in order to continue installation,please close the following application;操作方法:应用程序-实用工具-活动监视器 找到iTunesHelper进程杀掉 阅读全文