摘要: 加群学习:457351423 这里有4000多部学习视频,有需要的欢迎进群学习! 减少回流(REFLOWS) 当浏览器重新渲染文档中的元素时需要 重新计算它们的位置和几何形状,我们称之为回流。回流会阻塞用户在浏览器中的操作,因此理解提升回流时间是非常有帮助的。 回流时间图表 你应该批量地触发回流或重 阅读全文
posted @ 2016-06-20 09:29 果冻权限 阅读(1457) 评论(0) 推荐(1) 编辑
摘要: create table #Tmp( ID int IDENTITY (1,1) not null, name varchar(50), sl int); DECLARE @ID VARCHAR(36)SET @ID = '7197ccfb-f01d-437f-9059-f4b821ebf2e1'; 阅读全文
posted @ 2016-06-18 14:23 果冻权限 阅读(514) 评论(0) 推荐(0) 编辑
摘要: 加群学习:457351423 这里有4000多部学习视频,有需要的欢迎进群学习! declare @temp Table ( nf varchar(50), yf varchar(50), sm varchar(50))declare @nd varchar(50), @yd int,@i ints 阅读全文
posted @ 2016-06-18 14:21 果冻权限 阅读(295) 评论(0) 推荐(0) 编辑
摘要: 加群学习:457351423 这里有4000多部学习视频,有需要的欢迎进群学习! 1、No Content-Security-Policy meta tag found. Please add one when using the cordova-plugin-whitelist plugin.解决 阅读全文
posted @ 2016-04-23 13:14 果冻权限 阅读(4665) 评论(0) 推荐(0) 编辑
摘要: 这里主要是将数据库中的常用操作用LAMBDA表达式重新表示了下,用法不多,但相对较常用,等有时间了还会扩展,并将查询语句及LINQ到时也一并重新整理下: 1.select语句:books.Select(p=>new { p.Title, p.UnitPrice, p.Author});//需用匿名方 阅读全文
posted @ 2016-03-04 09:40 果冻权限 阅读(287) 评论(0) 推荐(0) 编辑
摘要: usingSystem; usingSystem.Collections.Generic; usingSystem.Text; usingSystem.Net; usingSystem.IO;namespaceCzt.Web { /// /// 实现网站登录类 /// publicclassPo... 阅读全文
posted @ 2015-10-15 09:36 果冻权限 阅读(1014) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Net;using System.IO;using System.Text;//// TODO: 在此处添加代码以启动应用程序//string url="http://localhost/csdn2/1.asp";// string indata=... 阅读全文
posted @ 2015-10-15 09:27 果冻权限 阅读(1843) 评论(0) 推荐(0) 编辑
摘要: 加群学习:457351423 这里有4000多部学习视频,有需要的欢迎进群学习! 设置: 读取: 判断cookie是否存在: 设置cookie有效期 ASP.NET中Cookies的用法(转) 一, cookies 写入 方法1: Response.Cookies["username"].Value 阅读全文
posted @ 2015-10-15 09:25 果冻权限 阅读(604) 评论(0) 推荐(1) 编辑