会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
博客园
首页
LuoCore
LuoCore
www.LuoCore.com
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
41
42
43
44
45
46
47
48
49
···
52
下一页
2017年12月22日
C# DataGridView 列的显示顺序
摘要: this.dataGridView1.Columns["列名"].DisplayIndex=Convert.ToInt32("你要放置的位置") this.dataGridView1.Columns["列名"].DisplayIndex=Convert.ToInt32("你要放置的位置")
阅读全文
posted @ 2017-12-22 13:45 LuoCore
阅读(2167)
评论(0)
推荐(0)
2017年12月21日
Xamarin.android 重写axml控件
摘要: https://www.cnblogs.com/lonelyxmas/p/5632694.html <Laco: 用来用引指定的控件 android:layout_width="0dp" android:layout_weight="1" android:layout_height="wrap_co
阅读全文
posted @ 2017-12-21 12:04 LuoCore
阅读(598)
评论(0)
推荐(0)
2017年12月20日
Xamarin控件使用之GridView
摘要: https://www.cnblogs.com/longdb/p/6978460.html
阅读全文
posted @ 2017-12-20 13:57 LuoCore
阅读(746)
评论(0)
推荐(0)
Sql 的 RAISERROR用法
摘要: http://www.yesky.com/imagesnew/software/tsql/ts_ra-rz_5ooi.htm RAISERROR 返回用户定义的错误信息并设系统标志,记录发生错误。通过使用 RAISERROR 语句,客户端可以从 sysmessages 表中检索条目,或者使用用户指定
阅读全文
posted @ 2017-12-20 13:32 LuoCore
阅读(2164)
评论(0)
推荐(0)
2017年12月19日
Xamarin.Android 怎么定义一个按钮和返回键功能一样回到上一个界面
摘要: https://zhidao.baidu.com/question/570934367.html页面之间的跳转有startActivity 和startActivityForResult两种,startActivity :只能跳到下一个页面startActivityForResult: 不仅能跳到下
阅读全文
posted @ 2017-12-19 14:55 LuoCore
阅读(2027)
评论(0)
推荐(0)
2017年12月18日
Xamarin.android Activity动画切换效果实现
摘要: http://blog.csdn.net/esunshine1985/article/details/44302903 1.在Resources——values下新建styles.xml,添加内容如下: [html] view plain copy <resources xmlns:android=
阅读全文
posted @ 2017-12-18 15:51 LuoCore
阅读(1201)
评论(0)
推荐(0)
2017年12月16日
Xamarin.Android之封装个简单的网络请求类
摘要: https://www.cnblogs.com/catcher1994/p/5423368.html 回忆到上篇 《Xamarin.Android再体验之简单的登录Demo》 做登录时,用的是GET的请求,还用的是同步, 于是现在将其简单的改写,做了个简单的封装,包含基于HttpClient和Htt
阅读全文
posted @ 2017-12-16 10:45 LuoCore
阅读(506)
评论(0)
推荐(0)
Xamarin.Android 引导页
摘要: http://blog.csdn.net/qq1326702940/article/details/78665588 https://www.cnblogs.com/catcher1994/p/5554456.html 第一次安装的APP,一般都会浏览几张引导图片,才进入APP 1.界面布局 [ht
阅读全文
posted @ 2017-12-16 10:26 LuoCore
阅读(784)
评论(0)
推荐(0)
2017年12月15日
Xamarin.Forms (Android制作启动画面)
摘要: http://blog.csdn.net/zapzqc/article/details/38496117 Xamarin.Forms 在启动的时候相当慢,必须添加一个启动界面,步骤如下: 1.将启动画面的图片命名为:splash_screen.png,并拷贝到 Resources 文件夹下的相应 D
阅读全文
posted @ 2017-12-15 21:40 LuoCore
阅读(1876)
评论(0)
推荐(0)
2017年12月10日
Xamarin.Android之封装个简单的网络请求类
摘要: http://doc.okbase.net/catcher1994/archive/220195.html Catcher8 2016/4/23 0:28:50 阅读(72) 评论(0) 一、前言 回忆到上篇 《Xamarin.Android再体验之简单的登录Demo》 做登录时,用的是GET的请求
阅读全文
posted @ 2017-12-10 17:20 LuoCore
阅读(286)
评论(0)
推荐(0)
上一页
1
···
41
42
43
44
45
46
47
48
49
···
52
下一页
公告