自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

转载 xamarin SimpleAdapter绑定出错问题

问题:今天在实验xamarin中SimpleAdapter绑定到ListView时,出现闪退的现象, 见图: 解决方法:   SimpleAdapter中的构造函数public SimpleAdapter(Context context, IList<IDictionary<string, object>> data, int resource, strin...

2014-10-11 17:33:00 134

转载 xamarin fivechess

网上的五子棋项目是java开发,先转为xamarin,有需要的请下载。 FiveChess.7z 转载于:https://www.cnblogs.com/my_sql/p/4018671.html

2014-10-11 11:43:00 110

转载 Xamarin Mono错误: unable to find explicit activity class

unable to find explicit activity class在android开发很常见,网上一般是java的解决办法,对我们这些xamariner就无语了。 xamarin中用attribute代替了AndroidManifest.xml中的相关内容,所以联想到此错误的问题可能是Activity中[Activity]未写。 加上[Activity]之后,解决问题。 ...

2014-10-11 11:37:00 130

转载 c#直接横向打印LocalReport

环境说明:VS2012,打印机型号:Zebra ZP Series-200 dpi 申明变量: private int m_currentPageIndex; private List<Stream> m_streams; private PaperSize _paperSize; privateReportPageSettings _r...

2013-04-08 11:48:00 441

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除