Fork me on GitHub
摘要: 自动升级,版本控制 阅读全文
posted @ 2014-02-24 09:17 开发软件 阅读(957) 评论(0) 推荐(0) 编辑
摘要: 本文详细讲解如何设置Aspose.Cells的授权与使用,阅读时间2分钟。 授权帮助类 1 using System; 2 using System.Collections.Generic; 3 using System.IO; 4 using System.Text; 5 6 namespace 阅读全文
posted @ 2020-08-20 14:17 开发软件 阅读(1279) 评论(0) 推荐(1) 编辑
摘要: redmine\apps\redmine\htdocs\config\locales 阅读全文
posted @ 2020-02-16 11:40 开发软件 阅读(136) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/sinat_34104446/article/details/53749552 第一步:打开Visual Studio 第二步:找到菜单栏中的工具 第三步:选择工具一项,然后再选择里面“选项” 第四步:找到“常规”右边栏的“显示状态” 阅读全文
posted @ 2017-09-11 10:00 开发软件 阅读(2083) 评论(0) 推荐(0) 编辑
摘要: 附件列表 阅读全文
posted @ 2017-06-04 13:56 开发软件 阅读(811) 评论(0) 推荐(0) 编辑
摘要: string url ="http://api.map.baidu.com/telematics/v3/weather?location=昌图&output=json&ak=************"; WebClient wc =newWebClient(); wc.Encoding=Encodi 阅读全文
posted @ 2017-06-04 10:08 开发软件 阅读(1044) 评论(0) 推荐(0) 编辑
摘要: 引用 http://www.cnblogs.com/chenwolong/p/5799763.html 每次写博客,第一句话都是这样的:程序员很苦逼,除了会写程序,还得会写博客!当然,希望将来的一天,某位老板看到此博客,给你的程序员职工加点薪资吧!因为程序员的世界除了苦逼就是沉默。我眼中的程序员大多 阅读全文
posted @ 2017-03-24 09:53 开发软件 阅读(560) 评论(0) 推荐(0) 编辑
摘要: 引用 http://www.cnblogs.com/huangxincheng/p/6604553.html 一:遇到的场景 我遇到的场景是这样的,项目中有这样一个功能,这个功能需要根据多个维度对一组customerIDList进行筛选,最后求得多个维度所筛选出客户的并集,我举个 例子:现有8个维度 阅读全文
posted @ 2017-03-24 08:55 开发软件 阅读(725) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Reflection.Emit; using System.Text; using Xamarin.Forms; namespace PageApp { public class MainMasterPage : Master... 阅读全文
posted @ 2017-03-10 14:52 开发软件 阅读(210) 评论(0) 推荐(0) 编辑
摘要: if (Device.OS == TargetPlatform.Android) 阅读全文
posted @ 2017-03-10 14:51 开发软件 阅读(234) 评论(0) 推荐(0) 编辑
摘要: $(document).keyup(function (event) { switch (event.keyCode) { case 27: FilterWindow.Hide(); } }); 阅读全文
posted @ 2017-02-17 14:10 开发软件 阅读(395) 评论(0) 推荐(0) 编辑