上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 52 下一页
摘要: 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 阅读(254) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/candlewu/article/details/52953228 方法一: 使用Handler().PostDelayed 延迟启动 new Handler().PostDelayed( ()=> { Intent localIntent = new In 阅读全文
posted @ 2017-12-09 21:49 LuoCore 阅读(493) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/u012234115/article/details/35814209 以下是用修改布局文件的方法,其实还有用C#代码的方法。 打开AndroidManifest.xml文件,找到application节点 [html] view plaincopyprin 阅读全文
posted @ 2017-12-09 11:58 LuoCore 阅读(876) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/zjoch/p/4458516.html 再来我们要怎么解析JSON格示呢?在.net 中,我们很孰悉的JSON.net,没错,我们依然可以在Xamarin中使用他 感谢社群伟大的贡献 下载网址: http://components.xamarin.c 阅读全文
posted @ 2017-12-07 18:36 LuoCore 阅读(588) 评论(0) 推荐(0)
摘要: num_length.Focus(); UpDownBase updbText = (UpDownBase)num_length; num_length.Select(0, updbText.Text.Length); 阅读全文
posted @ 2017-12-01 15:11 LuoCore 阅读(1044) 评论(0) 推荐(0)
摘要: 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 阅读(1712) 评论(0) 推荐(0)
摘要: 在web.Config文件中配置限制上传文件大小与时间的字符串是在<httpRuntime><httpRuntime/>节中完成。 maxRequsetLength 属性:用于防止服务攻击,例如,因用户向服务器发送大型文件而导致的拒接访问。默认值为4096kb(4M) ExecutionTimeou 阅读全文
posted @ 2017-11-26 20:24 LuoCore 阅读(260) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/jach/p/5709175.html form数据的序列化: jQuery的ajax方法: 原生的ajax方法: 阅读全文
posted @ 2017-11-23 18:32 LuoCore 阅读(151) 评论(0) 推荐(0)
摘要: String.Join 和 Distinct 方法 https://www.cnblogs.com/louby/p/6224960.html 1.在写程序中经常操作字符串,需要去重,以前我的用方式利用List集合和 contains去重复数据代码如下: 2.现在我推荐大家使用一下方式去重复数据 阅读全文
posted @ 2017-11-23 18:09 LuoCore 阅读(3999) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/vchenpeng/archive/2013/05/12/3074887.html /// <summary> /// 获取时间戳 /// </summary> /// <returns></returns> public static string 阅读全文
posted @ 2017-11-23 18:08 LuoCore 阅读(517) 评论(0) 推荐(0)
上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 52 下一页