上一页 1 2 3 4 5 6 7 8 9 10 ··· 14 下一页
摘要: public class BlogUser { public int Id { get; private set; } public Lazy> Articles { get; private set; } public BlogUser(in... 阅读全文
posted @ 2015-07-23 15:20 s_p 阅读(314) 评论(0) 推荐(0)
摘要: 第一:下载 http://pan.baidu.com/s/1dDwapbF或者官网http://nginx.org/en/download.html启动服务:直接运行nginx.exe,缺点控制台窗口关闭,服务关闭。守护进程的方式启动:start nginx.exe停止服务:nginx -s sto... 阅读全文
posted @ 2015-07-21 17:41 s_p 阅读(884) 评论(0) 推荐(0)
摘要: 1:新建winfrom 窗体应用程序2:拖入contextMenuStrip、notifyIcon 2个控件3:如图4:code: 注意:复制控件事件要注册using System;using System.Collections.Generic;using System.ComponentMode... 阅读全文
posted @ 2015-07-09 14:10 s_p 阅读(335) 评论(0) 推荐(0)
摘要: 0:介绍 百度百科or官网 1:下载 选择32位或者64 地址:https://github.com/dmajkic/redis/downloads 1.1下载后如图 1.2文件介绍 2:安装 2.1盘新建目录 名称 redis(任意取 只要符合windows命名要求就ok) 2.2 将下载的32b 阅读全文
posted @ 2015-07-09 10:02 s_p 阅读(1031) 评论(0) 推荐(0)
摘要: 内容实在是太太了 7.8MB 以至于浏览器 都奔溃 就算浏览器可以 博客园的文章也保存不了只好保存到百度云 提供下载地址:链接:http://pan.baidu.com/s/16ggIq 密码:hyiw总结:以上代码来源MapX使用 :pl为 PointLatLng类地图坐标转换GPS坐标 xx... 阅读全文
posted @ 2014-11-18 11:45 s_p 阅读(274) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;using System.Data;using System.Reflection;usi... 阅读全文
posted @ 2014-08-20 17:30 s_p 阅读(301) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Reflection;using System.ComponentModel;namespace Consol... 阅读全文
posted @ 2014-07-30 17:17 s_p 阅读(393) 评论(0) 推荐(0)
摘要: 介绍: http://www.cnblogs.com/bomo/archive/2013/01/28/2879361.html 实战 c#获取外网ip 网址:http://ip138.com/ 如图:分析 有个iframe 实际上查看网页源代码是没有ip的 原因浏览器引擎解析会解析src 地址: 所 阅读全文
posted @ 2014-07-23 16:24 s_p 阅读(270) 评论(0) 推荐(0)
摘要: CollectionView通俗讲就是可以对你绑定的集合可以进行 分组,排序 等功能CollectionViewSource 根据字面意思是xxx的数据源详细的介绍还是看http://www.cnblogs.com/zhouyinhui/archive/2007/12/07/987076.html文... 阅读全文
posted @ 2014-06-05 18:09 s_p 阅读(1128) 评论(0) 推荐(0)
摘要: HTML: HTML5 线程交互例子 mainthread.JSfunction html5Worker() { //判断浏览器是否支持 if (typeof (Worker) == "undefined") { console.l... 阅读全文
posted @ 2014-06-05 14:57 s_p 阅读(805) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 14 下一页