随笔分类 -  ASP.NET

摘要:向上效果图 前端code 后端code : 阅读全文
posted @ 2017-02-10 19:35 每天进步一点点! 阅读(7831) 评论(0) 推荐(1)
摘要:.NET Core installation guide 1.Download Visual Studio 2015 Make sure you have Visual Studio 2015 Update 3 installed. Download Visual Studio 2015 with 阅读全文
posted @ 2017-01-15 21:31 每天进步一点点! 阅读(385) 评论(0) 推荐(0)
摘要:js、 sql、 C#时间、时间戳相互转换 sql js 阅读全文
posted @ 2017-01-04 01:57 每天进步一点点! 阅读(2169) 评论(0) 推荐(0)
摘要:https://msdn.microsoft.com/zh-cn/library/ee231568.aspx sharepoint 微软文档 sharepoint 导入导出分两种: 1、一个网站全部导入导出,包括配置:备份导出导入。 2.为颗粒度导入导出。 PS C:\Users\Administr 阅读全文
posted @ 2016-11-28 00:27 每天进步一点点! 阅读(2177) 评论(0) 推荐(0)
摘要:html js和css 库 效果图: 阅读全文
posted @ 2016-11-27 18:44 每天进步一点点! 阅读(2949) 评论(0) 推荐(1)
摘要:Sharepoint 介绍 Sharepoint 可以帮助企业用户轻松完成日常工作中诸如文档审批、在线申请等业务流程,同时提供多种接口实现后台业务系统的集成,它将 Office 桌面端应用的优势结合 企业级知识管理、门户管理、人力资源管理、资产管理、协同办公、系统集成、BI商务智能 等需求融为一体, 阅读全文
posted @ 2016-11-20 15:08 每天进步一点点! 阅读(473) 评论(0) 推荐(0)
摘要:点击 自动加链接 function locationUrl(){ var url = '***'; window.location.href = url; //easyUI GetSelected GetSelections 阅读全文
posted @ 2016-11-15 22:57 每天进步一点点! 阅读(294) 评论(0) 推荐(0)
摘要:前端提交 一般处理程序 查看数据页面 :http://tuvaudit:41182/Lists/List/AllItems.aspx 阅读全文
posted @ 2016-11-14 11:39 每天进步一点点! 阅读(495) 评论(0) 推荐(0)
摘要:去年弄过支付,今天弄,又忘记了。。。。。特意写个教程 支付宝4大支付样式 1.当面付 ==》 文档demo中心 2.手机网站支付 ==》 文档demo中心 3.移动支付 ==》 文档demo中心 4.即时到账支付 ==》 文档demo中心 我今天是弄即时支付和手机网页支付rsa 秘钥哦 步骤: 1. 阅读全文
posted @ 2016-06-24 17:16 每天进步一点点! 阅读(497) 评论(0) 推荐(0)
摘要:api 文档生成工具 http://ouapi.com/tool/md?w=undefined&a=1 分页 https://github.com/mricle/Mricode.Pagination demo http://mricle.com/JqueryPagination/Demo http: 阅读全文
posted @ 2016-06-22 10:11 每天进步一点点! 阅读(591) 评论(0) 推荐(0)
摘要:asp.net MVC SignalR 与数据库 实时同步显示 视频 错误:未启用当前数据库的 SQL Server Service Broker,因此查询通知不受支持。如果希望使用通知,请为此数据库启用 Service Broker 解决方法为: c# 未启用当前数据库的 SQL Server S 阅读全文
posted @ 2016-05-18 11:57 每天进步一点点! 阅读(2327) 评论(1) 推荐(0)
摘要:AJAX 层层深入 eg 1. html <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=ut 阅读全文
posted @ 2016-05-09 04:32 每天进步一点点! 阅读(239) 评论(0) 推荐(0)
摘要:Json样例一: string jsonText= 类: 多层嵌套 以上亲测可用 阅读全文
posted @ 2016-04-19 16:22 每天进步一点点! 阅读(1342) 评论(0) 推荐(0)
摘要:微信入门001(服务器配置) 通过url+token =è返回signature+timestamp+nonce+echostr timestamp+nonce+ token 排序+sha1 加密=比较signature是否相等 注意: url: 只能是备案的80 域名 token:32位随机数 t 阅读全文
posted @ 2016-03-05 16:36 每天进步一点点! 阅读(561) 评论(0) 推荐(0)
摘要:asp.net MVC4 lognet4 日志步骤: 1、引入log4net.dll 2.写配置文件 web.config 加入 如下代码 在 中加入1 2 3 然后 添加 节点要与 节点平行 ... 阅读全文
posted @ 2015-12-31 16:27 每天进步一点点! 阅读(3128) 评论(0) 推荐(0)
摘要:步骤:1、授权目录设置2、配置商户号、apikey、appid.3、前台代码。 确认支付document.addEventListener('WeixinJSBridgeReady', function onBridgeReady() { //公众号支付 ... 阅读全文
posted @ 2015-11-30 10:50 每天进步一点点! 阅读(478) 评论(0) 推荐(0)
摘要:本文是在window 8.1 的IIS8.5 中搭建php环境步骤:1、下载php-5.6程序包 ,官网地址为:http://windows.php.net/download/ 注意要下载nts 版本(Non Thread Safe)2、进入控制面板,选择程序和功能,打开或关闭Windows 功... 阅读全文
posted @ 2015-11-28 20:34 每天进步一点点! 阅读(1938) 评论(0) 推荐(0)
摘要:输出json var formatters = config.Formatters.Where(formatter => formatter.SupportedMediaTypes.Where(media => ... 阅读全文
posted @ 2015-10-13 11:38 每天进步一点点! 阅读(299) 评论(0) 推荐(0)
摘要:C# 发送邮件代码1 MailMessage mailMsg = new MailMessage(); //using System.Net; 引用2 mailMsg.From = new MailAddress("lcfhn168@163.com", "lichunfa... 阅读全文
posted @ 2015-09-05 22:46 每天进步一点点! 阅读(956) 评论(0) 推荐(0)