上一页 1 ··· 40 41 42 43 44 45 46 47 48 ··· 52 下一页
摘要: http://www.jb51.net/article/72259.htm Datagridview添加列: ? 1 2 3 4 5 DataGridViewTextBoxColumn acCode = new DataGridViewTextBoxColumn(); acCode.Name = " 阅读全文
posted @ 2018-01-06 10:41 LuoCore 阅读(24329) 评论(1) 推荐(1)
摘要: https://www.cnblogs.com/iampkm/p/4048697.html 【部分视图】 ASP.NET MVC 里的部分视图,相当于 Web Form 里的 User Control。我们的页面往往会有许多重用的地方,可以进行封装重用。使用 部分视图 : 1. 可以简写代码。2. 阅读全文
posted @ 2018-01-02 20:03 LuoCore 阅读(230) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/anya/article/details/6407280/ 2、删除表中多余的重复记录,重复记录是根据单个字段(peopleId)来判断,只留有rowid最小的记录 delete from people where peopleName in (select 阅读全文
posted @ 2017-12-26 20:21 LuoCore 阅读(195) 评论(0) 推荐(0)
摘要: //try //{ // var httpReq = (HttpWebRequest)HttpWebRequest.Create(new Uri(replaceUrl)); // var httpRes = (HttpWebResponse)httpReq.GetResponse(); // if 阅读全文
posted @ 2017-12-26 20:20 LuoCore 阅读(690) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/zjoch/p/4458516.html 再来我们要怎么解析JSON格示呢?在.net 中,我们很孰悉的JSON.net,没错,我们依然可以在Xamarin中使用他 感谢社群伟大的贡献 下载网址: http://components.xamarin.c 阅读全文
posted @ 2017-12-26 10:22 LuoCore 阅读(237) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/lori/p/5088627.html 阅读全文
posted @ 2017-12-24 22:31 LuoCore 阅读(1005) 评论(0) 推荐(0)
摘要: AlertDialog.Builder builder = new AlertDialog.Builder(this); builder.SetTitle("请您输入管理员密码"); View v = LayoutInflater.From(this.ApplicationContext).Infl 阅读全文
posted @ 2017-12-24 22:17 LuoCore 阅读(755) 评论(0) 推荐(0)
摘要: this.dataGridView1.Columns["列名"].DisplayIndex=Convert.ToInt32("你要放置的位置") this.dataGridView1.Columns["列名"].DisplayIndex=Convert.ToInt32("你要放置的位置") 阅读全文
posted @ 2017-12-22 13:45 LuoCore 阅读(2159) 评论(0) 推荐(0)
摘要: 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 阅读(593) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/longdb/p/6978460.html 阅读全文
posted @ 2017-12-20 13:57 LuoCore 阅读(744) 评论(0) 推荐(0)
上一页 1 ··· 40 41 42 43 44 45 46 47 48 ··· 52 下一页