摘要: http://www.aizhengli.com/aspnet-mvc5/6/aspnet-mvc5-member-user-register.html 阅读全文
posted @ 2019-06-29 11:54 Tozhang 阅读(452) 评论(0) 推荐(0)
摘要: 1.除了Icon以外,还有很多不错的UI设计素材。 地址:http://worldui.com/ 2.除了免费Icon资源下载以外,还提供Icon定制的付费服务。 地址:http://dryicons.com/ 3.很喜欢这个icon资源站的展示方式。 地址:http://www.icotrip.c 阅读全文
posted @ 2019-06-29 11:34 Tozhang 阅读(294) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace CommonSD { public static class MyExtensions { public s 阅读全文
posted @ 2019-06-29 11:28 Tozhang 阅读(4718) 评论(0) 推荐(0)
摘要: singSystem;usingSystem.Collections.Generic;usingSystem.Configuration;usingSystem.Data;usingSystem.Data.SqlClient;usingSystem.Linq;usingSystem.Text;usi 阅读全文
posted @ 2019-06-29 11:24 Tozhang 阅读(1532) 评论(0) 推荐(0)
摘要: 获取后台数据依旧是使用一般处理程序(ashx) ,分页上添加一个函数(pagerFilter(data)) 前端代码: <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="dataGrid.aspx.cs" Inherits="Web. 阅读全文
posted @ 2019-06-29 11:17 Tozhang 阅读(659) 评论(0) 推荐(0)
摘要: (1) shift 删除原数组第一项,并返回删除元素的值;如果数组为空则返回undefined var a = [1,2,3,4,5]; var b = a.shift(); //a:[2,3,4,5] b:1 (2) unshift 将参数添加到原数组开头,并返回数组的长度 var a = [1, 阅读全文
posted @ 2019-06-29 11:09 Tozhang 阅读(150) 评论(0) 推荐(0)
摘要: 前端组件库 搭建web app常用的样式/组件等收集列表(移动优先) 0. 前端自动化(Workflow) 前端构建工具 Yeoman – a set of tools for automating development workflow gulp – The streaming build sy 阅读全文
posted @ 2019-06-29 11:06 Tozhang 阅读(2299) 评论(0) 推荐(0)
摘要: 官网:http://fex.baidu.com/ueditor/ UEditor 提供了四种后台语言 php,asp,asp.net,jsp 阅读全文
posted @ 2019-06-29 10:58 Tozhang 阅读(255) 评论(0) 推荐(0)
摘要: 官网:http://kindeditor.net/docs/usage.html 目前支持ASP、ASP.NET、PHP、JSP。 阅读全文
posted @ 2019-06-28 22:01 Tozhang 阅读(165) 评论(0) 推荐(0)
摘要: 原文:https://www.cnblogs.com/Scholars/p/9162598.html 阅读全文
posted @ 2019-06-28 21:54 Tozhang 阅读(3934) 评论(0) 推荐(0)