上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 132 下一页

2021年3月30日

客户端渲染和服务端渲染的区别(转)

摘要: https://www.jianshu.com/p/4aa6711a0c10 服务端渲染:DOM树在服务端生成,然后返回给前端。 客户端渲染(SSR):前端去后端取数据生成DOM树。 服务端渲染的优点: 1、尽量不占用前端的资源,前端这块耗时少,速度快。 2、有利于SEO优化,因为在后端有完整的ht 阅读全文

posted @ 2021-03-30 06:51 四海骄阳 阅读(141) 评论(0) 推荐(0)

2021年3月28日

Vue Summary

摘要: vue computed和watch的区别是什么? vue 中const,var,let区别与用法 <script type="text/ecmascript-6"> import operateFunctions from "../common/musicOperate"; export defa 阅读全文

posted @ 2021-03-28 22:03 四海骄阳 阅读(148) 评论(0) 推荐(0)

2021年3月27日

Vue.js(一) Vue.js + element-ui 扫盲

摘要: https://blog.csdn.net/vbirdbest/article/details/84871336 阅读全文

posted @ 2021-03-27 11:55 四海骄阳 阅读(94) 评论(0) 推荐(0)

2021年3月15日

Git项目分支创建、同步代码、git remote rename、忽略提交文件

摘要: https://blog.csdn.net/u013210620/article/details/50395139 https://my.oschina.net/u/2480675/blog/4694408 阅读全文

posted @ 2021-03-15 16:09 四海骄阳 阅读(146) 评论(0) 推荐(0)

2021年3月12日

nginx Host值设置

摘要: https://www.cnblogs.com/chenyishi/p/14090890.html $server_port :nigix监听的端口$proxy_port : 服务器真正访问的端口 #设置请求头"Host"值(为入口域名和端口)proxy_set_header Host $http_ 阅读全文

posted @ 2021-03-12 13:27 四海骄阳 阅读(2949) 评论(0) 推荐(0)

2021年2月20日

SpringBoot实现热部署(修改class不需要重启)

摘要: https://www.cnblogs.com/MrXiaoAndDong/p/SpringBootHotDeploy.html 热部署:devtools可以实现页面热部署(即页面修改后会立即生效,这个可以直接在application.properties文件中配置spring.thymeleaf. 阅读全文

posted @ 2021-02-20 17:07 四海骄阳 阅读(1330) 评论(0) 推荐(0)

2021年2月18日

VS2017修改resource之后产生designer1.cs

摘要: https://blog.csdn.net/yhd0916/article/details/105092351/ 2. 编辑项目文件3. 搜索<LastGenOutput>resources1.Designer.cs</LastGenOutput>4.更改为<LastGenOutput>resour 阅读全文

posted @ 2021-02-18 12:34 四海骄阳 阅读(197) 评论(0) 推荐(0)

2021年2月3日

MySql表空间

摘要: select table_schema as '数据库',sum(table_rows) as '记录数',sum(truncate(data_length/1024/1024, 2)) as '数据容量(MB)',sum(truncate(index_length/1024/1024, 2)) a 阅读全文

posted @ 2021-02-03 22:51 四海骄阳 阅读(209) 评论(0) 推荐(0)

H5与native

摘要: native是使用bai原生系统du核的,相当于直接zhi在系统上操作,dao是我zhuan们传统意义上的软件,更加稳定shu。但是容H5的APP先得调用系统的浏览器内核,相当于是在网页中进行操作,较原生APP稳定性稍差,似乎还没有百万级用户量的H5 APP。但是h5最大的优点是可以跨平台,开发容易 阅读全文

posted @ 2021-02-03 11:56 四海骄阳 阅读(123) 评论(0) 推荐(0)

2021年2月2日

Windows10远程桌面连接提示:出现身份验证错误,要求的函数不受支持

摘要: https://blog.csdn.net/daqiang012/article/details/82385720 --验证通过 错误信息: 出现身份验证错误,要求的函数不受支持。。。 解决办法: 1、按Windows键+R,或者在CMD命令窗口,输入“运行”,打开运行窗口, 2、输入regedit 阅读全文

posted @ 2021-02-02 10:43 四海骄阳 阅读(280) 评论(0) 推荐(0)

上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 132 下一页

导航