会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
博客园
首页
LuoCore
LuoCore
www.LuoCore.com
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
42
43
44
45
46
47
48
49
50
···
52
下一页
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
阅读(290)
评论(0)
推荐(0)
2017年12月9日
Xamarin.Android 使用Timer 并更改UI
摘要: http://blog.csdn.net/ozhangsan12345/article/details/72653070 第一步:创建timer对象 [html] view plain copy //创建timer对象 Timer _dispatcherTimer; //计数 int sec = 6
阅读全文
posted @ 2017-12-09 22:38 LuoCore
阅读(262)
评论(0)
推荐(0)
Xamarin.Android中实现延迟跳转
摘要: http://blog.csdn.net/candlewu/article/details/52953228 方法一: 使用Handler().PostDelayed 延迟启动 new Handler().PostDelayed( ()=> { Intent localIntent = new In
阅读全文
posted @ 2017-12-09 21:49 LuoCore
阅读(500)
评论(0)
推荐(0)
Xamarin安卓开发:去掉Activity的头部标题栏及全屏显示
摘要: http://blog.csdn.net/u012234115/article/details/35814209 以下是用修改布局文件的方法,其实还有用C#代码的方法。 打开AndroidManifest.xml文件,找到application节点 [html] view plaincopyprin
阅读全文
posted @ 2017-12-09 11:58 LuoCore
阅读(892)
评论(0)
推荐(0)
2017年12月7日
Xamarin调用JSON.net来解析JSON
摘要: https://www.cnblogs.com/zjoch/p/4458516.html 再来我们要怎么解析JSON格示呢?在.net 中,我们很孰悉的JSON.net,没错,我们依然可以在Xamarin中使用他 感谢社群伟大的贡献 下载网址: http://components.xamarin.c
阅读全文
posted @ 2017-12-07 18:36 LuoCore
阅读(594)
评论(0)
推荐(0)
2017年12月1日
C# WinForm NumericUpDown 控件全选其中文字 (Numeric 全选文本) 全选文本Numeric
摘要: num_length.Focus(); UpDownBase updbText = (UpDownBase)num_length; num_length.Select(0, updbText.Text.Length);
阅读全文
posted @ 2017-12-01 15:11 LuoCore
阅读(1061)
评论(0)
推荐(0)
2017年11月28日
Asp.net 不安全端口 解决chrome浏览器访问时提示:ERR_UNSAFE_PORT
摘要: https://blog.bbzhh.com/index.php/archives/136.html 想在vps做个测试,看看是否25端口屏蔽是否生效,于是起了一个小web服务在25端口做测试,但是使用chrome访问时,提示: Error 312 (net::ERR_UNSAFE_PORT): U
阅读全文
posted @ 2017-11-28 10:58 LuoCore
阅读(1721)
评论(0)
推荐(0)
2017年11月26日
asp.net 限制上传文件的大小与时间
摘要: 在web.Config文件中配置限制上传文件大小与时间的字符串是在<httpRuntime><httpRuntime/>节中完成。 maxRequsetLength 属性:用于防止服务攻击,例如,因用户向服务器发送大型文件而导致的拒接访问。默认值为4096kb(4M) ExecutionTimeou
阅读全文
posted @ 2017-11-26 20:24 LuoCore
阅读(265)
评论(0)
推荐(0)
2017年11月23日
Ajax 原生和jQuery的ajax用法
摘要: https://www.cnblogs.com/jach/p/5709175.html form数据的序列化: jQuery的ajax方法: 原生的ajax方法:
阅读全文
posted @ 2017-11-23 18:32 LuoCore
阅读(160)
评论(0)
推荐(0)
c# 去除字符串中重复字符
摘要: String.Join 和 Distinct 方法 https://www.cnblogs.com/louby/p/6224960.html 1.在写程序中经常操作字符串,需要去重,以前我的用方式利用List集合和 contains去重复数据代码如下: 2.现在我推荐大家使用一下方式去重复数据
阅读全文
posted @ 2017-11-23 18:09 LuoCore
阅读(4009)
评论(0)
推荐(0)
上一页
1
···
42
43
44
45
46
47
48
49
50
···
52
下一页
公告