首页 > 2017年12月28日 > 全部分享
前端常用缓存技术
今天刚上班就听到群里的几位大佬在讨论所开发的系统需要重复的登录的恶心之处,听各位大佬争辩的同时,想到了自己以前整理过的缓存技术,算是比较全面的,当然了只是帮助自己理解的,但是很明显我并没有记在脑子里,所以分享出来,跟大家一起温习温习 不过很多时候单方面的技术很难满足我们在业务中的需求,有的时候我们需 ...
分类:其他   时间:2017-12-28 10:42:31    收藏:0  评论:0  赞:0  阅读:256
性能优化——Web前端性能优化
核心知识点: 1.排查网站性能瓶颈的手法:分析各个环节的日志,找出异常部分 2.Web前端:网站业务逻辑之前的部分(浏览器、图片服务、CDN) 3.优化手段 1)浏览器优化 (1)减少http请求 a.http请求的开销:建立通信链路、进行数据传输、,同时要启动独立的线程去处理。 b.减少http的 ...
分类:Web开发   时间:2017-12-28 10:41:46    收藏:0  评论:0  赞:0  阅读:238
mysql"闪回"技术恢复误删除误更改的数据
相信很多人都遇到过忘带where条件或者where条件漏写了一个和写错了的情况,结果执行了delete/update后把整张表的数据都给改了。传统的解决方法是:利用最近的全量备份+增量binlog备份,恢复到误操作之前的状态,但是此方法有一个弊端,那就是随着表的记录增大,binlog的增多,恢复起来 ...
分类:数据库技术   时间:2017-12-28 10:41:26    收藏:0  评论:0  赞:0  阅读:719
完成Python “Hello World” 之 输出
1 print("Hello world") ...
分类:编程语言   时间:2017-12-28 10:40:53    收藏:0  评论:0  赞:0  阅读:243
Debian以下的ntp服务(ntpdate)的安装
/********************************************************************* * Author : Samson * Date : 06/22/2015 * Test platform: * gcc (Ubuntu 4.8.2-19ub ...
分类:其他   时间:2017-12-28 10:39:51    收藏:0  评论:0  赞:0  阅读:224
练习脚本总结
一、case运用 #!/bin/bash#第1段程序,用case语句实现一个选择语句##read -p "请输入一个名字:" i#case $i in#redhat)# echo "fedora";;#fedora)# echo "redhat";;#*)# echo "Error";;#esac# ...
分类:其他   时间:2017-12-28 10:39:29    收藏:0  评论:0  赞:0  阅读:230
Leetcode 325: Maximum Size Subarray Sum Equals k
Given an array nums and a target value k, find the maximum length of a subarray that sums to k. If there isn't one, return 0 instead. Note:The sum of ...
分类:其他   时间:2017-12-28 10:39:12    收藏:0  评论:0  赞:0  阅读:210
微信小程序开发 输入api url地址时报错"不在以下合法域名列表中" 解决方法
我在进行微信小程序开发,配置api时,url写了接口,报错了 ,说 “ xxxxxxxxxxx不在以下合法域名列表中请参考文档” 当时我的解决办法是 在微信小工具的的项目设置里面有一栏 ”不校验安全域名,TLS版本以及HTTPS证书“ 勾选上就好了 如下图: ...
分类:微信   时间:2017-12-28 10:38:55    收藏:0  评论:0  赞:0  阅读:600
BZOJ1002: [FJOI2007]轮状病毒
n<=100的形如的图有多少生成树。不取模。 $f(i)=3*f(i-1)-f(i-2)+2$,VFK的题解 1 #include<stdio.h> 2 #include<string.h> 3 #include<algorithm> 4 #include<stdlib.h> 5 //#includ ...
分类:其他   时间:2017-12-28 10:38:38    收藏:0  评论:0  赞:0  阅读:246
NET在64位系統使用32位oracle客户端访问数据库
客户在win7 64位系统中安装32位的ora客户端,NET 安装后连线数据库 引发BadImageFomatException. 按客户机安装64位ora客户端也不现实,可能会影响其他应用的正常使用,网速也不允许. oci.dll 有分32与64.于是网上搜寻64 的oci.dll .将其放置程序 ...
分类:数据库技术   时间:2017-12-28 10:38:21    收藏:0  评论:0  赞:0  阅读:282
不同品牌交换机设置telnet方法
H3C交换机:1、设置telnet system-view super password level 3 cipher ******telnet server enable user-interface vty 0 4set authentication password cipher ****** ...
分类:Web开发   时间:2017-12-28 10:38:05    收藏:0  评论:0  赞:0  阅读:284
@angular/cli项目构建--Dynamic.Form(2)
form-item-control.service.ts update dynamic-form.component update ...
分类:其他   时间:2017-12-28 10:37:45    收藏:0  评论:0  赞:0  阅读:178
SOA (service oriented architecture)
From:http://www.programminginterviews.info/2013/01/soa-interview-questions.html#more 1. SOA separates business functions into services (endpoints), wh ...
分类:其他   时间:2017-12-28 10:36:56    收藏:0  评论:0  赞:0  阅读:232
object detection物体检测基本概念
1.precision-recall https://cn.mathworks.com/help/vision/ref/evaluatedetectionprecision.html?requestedDomain=www.mathworks.com#outputarg_precision aver ...
分类:其他   时间:2017-12-28 10:36:25    收藏:0  评论:0  赞:0  阅读:182
Git删除远程分支
Git删除远程分支 上命令 然后耐心等待一会,这个时候命令框不动的话不要急。稍等片刻即可。 ...
分类:其他   时间:2017-12-28 10:36:10    收藏:0  评论:0  赞:0  阅读:228
LeetCode Best Time to Buy and Sell Stock with Transaction Fee
原题链接在这里:https://leetcode.com/problems/best-time-to-buy-and-sell-stock-with-transaction-fee/description/ 题目: Your are given an array of integers prices ...
分类:其他   时间:2017-12-28 10:35:53    收藏:0  评论:0  赞:0  阅读:221
使用tomcat7-maven-plugin部署Maven Web项目
本文介绍如何在eclipse里通过tomcat-maven插件来构建tomcat web项目。 1、配置Tomcat Manager 用户 打开Tomcat根目录下conf目录中的tomcat_user.xml,在<tomcat-users>节点下添加manager角色和用户,用于Tomcat Ma ...
分类:Web开发   时间:2017-12-28 10:35:21    收藏:0  评论:0  赞:0  阅读:210
http
1. 基础概念篇 1.1 介绍 HTTP是Hyper Text Transfer Protocol(超文本传输协议)的缩写。它的发展是万维网协会(World Wide Web Consortium)和Internet工作小组IETF(Internet Engineering Task Force)合 ...
分类:Web开发   时间:2017-12-28 10:34:47    收藏:0  评论:0  赞:0  阅读:268
Vue-Methods中使用Filter
1.Vue中Filter声明方式 Vue中存在两种声明Filter过滤器的方式: 1.全局过滤器 这种方式将过滤器声明到了Vue类型上,所有Vue对象即可访问这个过滤器 2.本地过滤器 这种方式将过滤器声明到这个Vue对象中,所以只能这个Vue对象进行访问 2.Vue中在Methods中访问Filt ...
分类:其他   时间:2017-12-28 10:34:28    收藏:0  评论:0  赞:0  阅读:232
数据排序--vue
dome id yw sx name ip name:{{item.name}} id:{{item.id}} yw:{{item.yw}} sx:{{item.sx}} ... ...
分类:编程语言   时间:2017-12-28 10:34:03    收藏:0  评论:0  赞:0  阅读:269
949条   上一页 1 ... 42 43 44 45 46 ... 48 下一页
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!