马丁路德 马丁路德
4年前
浅谈 vue 前端同构框架 nuxt 及其性能优化
前言使用nuxt.js做项目也接近快一年了,从立项到内测、公测、再到正式上线,还有后面的不断维护,也陆陆续续的踩了很多坑,其中最大的问题就是node的渲染性能问题了。模板转换是cpu密集型的操作,node又是单线程的,并发一高,cpu就会飙到100%。为了提
Android开发,干货
内存检测leakcanaryhttps://github.com/square/leakcanary响应式编程RxJavahttps://github.com/ReactiveX/RxJavaRxAndroidhttps://github.com/ReactiveX/RxAndroid消息通信EventBus组
Stella981 Stella981
3年前
SSM框架——详细整合教程(Spring+SpringMVC+MyBatis)
使用SSM(spring(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Flib.csdn.net%2Fbase%2Fjavaee)、SpringMVC和Mybatis)已经有三个多月了,项目在技术上已经没有什么难点了,基于现有的技术就可以实现想要的功能,当然肯定有很多可以改进的地方。之前
Stella981 Stella981
3年前
OpenCV android 开发
这篇指南用于帮助你在你的Android项目中使用OpenCV。请记住这篇指南是基于Windows7所写的,尽管它应该适用于OpenCV4Android SDK所支持的其他OS平台。这篇指南假设你已经安装并配置了下列程序:JDKAndroidSDKandNDKEclipseIDE
Stella981 Stella981
3年前
DevOps知识框架体系和最佳实践案例整理
!(https://oscimg.oschina.net/oscnet/f8ed74617f9547d0a7a4d8c003ab1bba.png)!(https://oscimg.oschina.net/oscnet/a706c2d4d5e84fc9afec9469b113005c.png)该文为我对网上发布的DevOps
Stella981 Stella981
3年前
Jerry的UI5框架代码自学教程
SAPUI5对View元素基于jQuery的操作方式,使得其学习曲线相对Angular/React来说比较平缓,至少对于我个人而言是这样。对于已经有jQuery经验的前端开发人员来说很容易上手。!(https://static.oschina.net/uploads/img/201801/21211708_SfQW.png)使用UI5开发SA
Stella981 Stella981
3年前
SpringBoot基础框架的搭建(idea工具快速搭建)
1、打开idea,选择新建项目然后选择SpringAssistant进去后,配置sdk版本和选择default,使用springboot的基础架构!(https://static.oschina.net/uploads/img/202009/16142318_t4BK.png)友情提醒,若idea是社区版,要通过插件安装SpringAss
Stella981 Stella981
3年前
Electron桌面应用框架的使用,结合react项目
参考文章:https://blog.csdn.net/qq\_25881261/article/details/81559794(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fblog.csdn.net%2Fqq_25881261%2Farticle%2Fdetails%2F81559
天航星 天航星
1年前
VSCode 开发C
安装编译器C语言的编译器有很多,其中最常用的是GCC,这里以安装GCC为例。Windows这里以Windows11为例1.官方下载地址:2.选择Downloads3.选择Windows的GCC环境MingWW64builds4.选择GitHub5.根据操作