posted @ 2015-08-28 11:59 一佳一 阅读(540) 评论(0) 推荐(0) 编辑
摘要:
usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Text;usingSystem.Windows.Forms;usingSystem.Securit... 阅读全文
摘要:
问题1: public int getvalue(int a) { try { a = a + 1; return a = a + 2; } ... 阅读全文
posted @ 2015-08-27 16:47 一佳一 阅读(252) 评论(0) 推荐(0) 编辑
摘要:
godeclare @tbname varchar(250)declare #tb cursor for select name from sysobjects where objectproperty(id,'IsUserTable')=1open #tbfetch next from #tb i... 阅读全文
posted @ 2015-08-25 16:16 一佳一 阅读(305) 评论(0) 推荐(0) 编辑
摘要:
vs2013创建Web应用程序MVC出现错误:系统找不到指定文件(异常来自 HRSULT:0x80070002)查到博客园VS2013新建Web Application时报错Exception from HRESULT: 0x80070002原来此异常是由于没有正确安装 NuGet Package ... 阅读全文
posted @ 2015-08-02 10:40 一佳一 阅读(489) 评论(0) 推荐(0) 编辑
摘要:
查询事例:http://api.map.baidu.com/marker?location=23.36272,116.741211&title=超人气店欢迎您&content=本店地址:龙湖区韩江路中泰花园2号门203号&output=html坐标查询http://api.map.baidu.com... 阅读全文
posted @ 2015-06-29 15:08 一佳一 阅读(488) 评论(0) 推荐(0) 编辑
摘要:
网上这个资料很少,试了csdn其中一个人的方法去算时间,返回的是Invalid Date,不知道是不是不同IE版本 返回结果不同后面找到另外一个很简答粗暴的方法 直接加一天后,设置时分秒为0,代码如下function(n){var ctuskytime=new Date();ctuskytime.s... 阅读全文
posted @ 2015-06-25 10:13 一佳一 阅读(396) 评论(0) 推荐(0) 编辑
摘要:
1.GDI+的前世今生GDI+全称图形设备接口,Graphics Device Interface(GDI),他的爸爸叫做GDI,用C写的。Windows XP出来以后用C++重新写了一下,变成了GDI+。从.NET Framework 1.0开始,GDI+就被正式封装在了.NET Framewor... 阅读全文
posted @ 2015-06-23 09:45 一佳一 阅读(6661) 评论(0) 推荐(0) 编辑
摘要:
图片在线裁剪功能前台展现用jquery.Jcrop实现,后台使用 System.Drawing.Image类来进行裁剪完整dome下载http://download.csdn.net/detail/jine515073/8792777另外jquery.Jcrop的domehttp://downloa... 阅读全文
posted @ 2015-06-10 16:41 一佳一 阅读(282) 评论(0) 推荐(0) 编辑