上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 155 下一页

2019年2月13日

[转]并发事务的丢失更新及其处理方式

摘要: 本文转自:https://blog.csdn.net/u014590757/article/details/79612858 并发事务的丢失更新及其处理方式 在事务的隔离级别内容中,能够了解到两个不同的事务在并发的时候可能会发生数据的影响。细心的话可以发现事务隔离级别章节中,脏读、不可重复读、幻读三 阅读全文

posted @ 2019-02-13 09:57 freeliver54 阅读(236) 评论(0) 推荐(0) 编辑

[转]MySQL 表锁和行锁机制

摘要: 本文转自:http://www.cnblogs.com/itdragon/p/8194622.html MySQL 表锁和行锁机制 行锁变表锁,是福还是坑?如果你不清楚MySQL加锁的原理,你会被它整的很惨!不知坑在何方?没事,我来给你们标记几个坑。遇到了可别乱踩。通过本章内容,带你学习MySQL的 阅读全文

posted @ 2019-02-13 09:38 freeliver54 阅读(283) 评论(0) 推荐(0) 编辑

2019年2月12日

[转]如何查看oracle用户具有的权限和角色

摘要: 本文转自:https://www.cnblogs.com/qlqwjy/p/8404959.html 阅读全文

posted @ 2019-02-12 17:59 freeliver54 阅读(2478) 评论(0) 推荐(0) 编辑

[转]如何将高版本的SQL Server数据库备份到低版本的SQL Server

摘要: 本文转自:https://blog.csdn.net/wang465745776/article/details/54969676 前提条件备份SQL Server服务器版本为:12.0.2000.8(SQL Server2014) 具体信息为: Microsoft SQL Server Manag 阅读全文

posted @ 2019-02-12 16:32 freeliver54 阅读(5470) 评论(0) 推荐(0) 编辑

[转]angular2: including thirdparty js scripts in component

摘要: 本文转自:https://stackoverflow.com/questions/35570746/angular2-including-thirdparty-js-scripts-in-component/35570783#35570783 Script tags in component tem 阅读全文

posted @ 2019-02-12 14:18 freeliver54 阅读(219) 评论(0) 推荐(0) 编辑

[转]Nginx 静态资源缓存设置

摘要: 本文转自:https://www.w3cschool.cn/nginxsysc/nginxsysc-cache.html 在开发调试web的时候,经常会碰到因浏览器缓存(cache)而经常要去清空缓存或者强制刷新来测试的烦恼,提供下apache不缓存配置和nginx不缓存配置的设置。在常用的缓存设置 阅读全文

posted @ 2019-02-12 11:31 freeliver54 阅读(5822) 评论(0) 推荐(0) 编辑

2019年2月11日

[转]ASP.NET Core: Static Files cache control using HTTP Headers

摘要: 本文转自:https://www.ryadel.com/en/asp-net-core-static-files-cache-control-using-http-headers/ Every seasoned web developer experienced at least once some 阅读全文

posted @ 2019-02-11 10:50 freeliver54 阅读(280) 评论(0) 推荐(0) 编辑

[转]NET Core静态文件的缓存方式

摘要: 本文转自:https://www.cnblogs.com/Leo_wl/p/6059349.html 阅读目录 NET Core静态文件的缓存方式 一、前言 二、StaticFileMiddleware 三、ASP.NET Core与CDN? 四、写在最后 阅读目录 NET Core静态文件的缓存方 阅读全文

posted @ 2019-02-11 09:44 freeliver54 阅读(675) 评论(1) 推荐(0) 编辑

2019年2月5日

阿里云IoT

摘要: 阿里云IoT: https://iot.aliyun.com/ 阅读全文

posted @ 2019-02-05 19:02 freeliver54 阅读(176) 评论(0) 推荐(0) 编辑

华为云学院 华为物联网平台

摘要: 华为云学院:https://edu.huaweicloud.com/programs/ 华为物联网平台:https://developer.huawei.com/ict/cn/site-oceanconnect-next 阅读全文

posted @ 2019-02-05 18:54 freeliver54 阅读(441) 评论(0) 推荐(0) 编辑

2019年2月3日

[转]nodejs中package.json和package-lock.json文件的功能分析

摘要: 本文转自:https://blog.csdn.net/u013992330/article/details/81110018 最新版nodejs中,多了一个package-lock.json文件,刚开始对这个文件很是疑惑,后来查了一番资料后,通过验证,终于确定了这两个文件的关系。 package.j 阅读全文

posted @ 2019-02-03 17:17 freeliver54 阅读(613) 评论(0) 推荐(0) 编辑

[转]Angular4首页加载慢优化之路

摘要: 本文转自:https://blog.csdn.net/itest_2016/article/details/80048398 Angular是一个比较完善的前端MVC框架,包含了模板,数据双向绑定,路由,服务,过滤器,依赖注入等等所有的功能。在Web开发前后端流行的今天,我们在某个项目中也尝试使用该 阅读全文

posted @ 2019-02-03 00:37 freeliver54 阅读(422) 评论(0) 推荐(0) 编辑

[转]angular 禁止缓存

摘要: 本文转自:https://www.cnblogs.com/jonney-wang/p/9797906.html angular 单页面开发,会存在和管理很多HTML和JS文件,缓存有时是个麻烦。 在开发和测试阶段,F12调出调试工具,禁止缓存F5刷新下就好了。 但是在客户那里缓存就体验效果不好,甚至 阅读全文

posted @ 2019-02-03 00:28 freeliver54 阅读(564) 评论(0) 推荐(0) 编辑

[转]如何使用Rancher部署发布自己的web应用

只有注册用户登录后才能阅读该文。 阅读全文

posted @ 2019-02-03 00:06 freeliver54 阅读(4) 评论(0) 推荐(0) 编辑

2019年1月31日

[转]windows 10 搭建angular开发环境

摘要: 本文转自:https://www.cnblogs.com/lilunpai/articles/7992538.html 一、环境介绍 1、开发环境:Windows10 2、开发ide工具:VS code https://code.visualstudio.com/ 二、准备环境 1、下载并安装nod 阅读全文

posted @ 2019-01-31 21:11 freeliver54 阅读(391) 评论(0) 推荐(0) 编辑

2019年1月27日

[转]Database Transactions in Laravel

摘要: 本文转自:https://fideloper.com/laravel-database-transactions Laravel's documentation on Database Transactions describes wrapping our database calls within 阅读全文

posted @ 2019-01-27 23:03 freeliver54 阅读(177) 评论(0) 推荐(0) 编辑

2019年1月24日

[转]从minio中读取文件流进行下载文件

摘要: 本文转自:https://blog.csdn.net/ZHANGLIZENG/article/details/82892678 一、获取Minio连接 public static String minioUrl; public static String minioUsername; public 阅读全文

posted @ 2019-01-24 22:54 freeliver54 阅读(11357) 评论(1) 推荐(0) 编辑

[转]Build An Image Manager With NativeScript, Node.js, And The Minio Object Storage Cloud

摘要: 本文转自:https://www.thepolyglotdeveloper.com/2017/04/build-image-manager-nativescript-node-js-minio-object-storage-cloud/ When building a mobile applicat 阅读全文

posted @ 2019-01-24 22:27 freeliver54 阅读(615) 评论(1) 推荐(0) 编辑

2019年1月22日

[转]angular使用Md5加密

摘要: 本文转自:https://www.cnblogs.com/waitingbar/p/7527928.html 一、现象 用户登录时需要记住密码的功能,在前端需要对密码进行加密处理,增加安全性 二解决 1、利用npm(如果没有,先自行安装npm)安装ts-md5 npm install ts-md5 阅读全文

posted @ 2019-01-22 21:12 freeliver54 阅读(999) 评论(0) 推荐(0) 编辑

2019年1月18日

[转]centos每天自动备份mysql数据库

摘要: 本文转自:https://www.cnblogs.com/chongchong88/p/5566645.html #!/bin/bash PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin export PATH #数据 阅读全文

posted @ 2019-01-18 09:05 freeliver54 阅读(365) 评论(0) 推荐(0) 编辑

上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 155 下一页

导航