#ig

Lighthouse前端性能优化测试工具

在前端开发中,对于自己开发的app或者webpage性能的好坏,一直是让前端开发很在意的话题。我们需要专业的网站测试工具,让我们知道自己的网页还有哪些需要更为优化的方面,我自己尝试了一款工具:Lighthouse,感觉还不错,记录下来,也顺便分享给用得着的伙伴。Lighthouse分析web应用程序和web页面,收集关...

light4j/light-4j一个轻量级的低延时、高吞吐量、内存占用量小的API平台

  笔者算是一个极客类型的程序员了。喜欢探索一些程序内在的原理、稳定性、自动化运维、健壮性,很多时间也会 去对程序的内存使用率、cpu使用率锱铢必较。尽量克扣掉不必要的cpu和内存资源,这在一定程序上能节省成本,比如笔者曾经在阿里云托管javaweb服务器,1GHz/1G的虚拟主机,使用了springMVC,...

Ambiguous mapping. Cannot map 'appController' method

笔者最初的一套代码模板importlombok.extern.slf4j.Slf4j;importorg.springframework.stereotype.Controller;importorg.springframework.ui.Model;importorg.springframework.web.bind...

Java Unsigned Bytes

Havinghadtouseunsignedbytesforthefirsttime,IalsohadtolearnhowJavareferencesthesedatatypes.Ididsomeresearch,andfoundanumberofgoodguidesouttherebutwasgenerallydis...
代码星球 ·2020-04-17

spring boot configuration annotation processor not found in classpath

<dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-configuration-processor</artifactId><optional>...

org.springframework.web.util.Log4jWebConfigurer

org.springframework.web.util.Log4jWebConfigurer@Deprecated Deprecated.asofSpring4.2.1,infavorofApacheLog4j2(followingApache'sEOLdeclarationforlog4j1.x)Conv...

Ant Design(ui框架)

说明:AntDesign是一个ui框架,和bootstrap一样是ui框架。里面的组件很完善,开发中后台系统非常方便。分别基于react、vue、angular框架,各自开发了一套AntDesign的UI框架。(这里主要讲react框架的AntDesign)一、通用组件  1、Button 按钮  2、Ico...
代码星球 ·2020-04-17

CSS字体加粗属性font-weight工作原理

  font-weight允许值  normal|bold|bolder|lighter|l00|200|300|400|500|600|700|800|900  font-weight初始值  normal  &nbs...

sshd_config优化

linux系统调优,参考百度搜索 linuxssh命令 /etc/init.d/sshd restart  重启ssh  193  ls  194  vim /etc/ssh/ss...
代码星球 ·2020-04-16

elasticsearch 单节点出现unassigned_shards

查看单节点Elasticsearch健康状态使用head插件查看集群状态  从上面截图可以看出存在5个unassigned的分片,新建索引blog5的时候,分片数为5,副本数为1,新建之后集群状态成为yellow,其根本原因是因为集群存在没有启用的副本分片,我们先来看一下官网给出的副本分片的介绍:副...

在ubuntu更新时,出现错误E: Some index files failed to download, they have been ignored, or old ones used inst

原文:https://blog.csdn.net/tian_ciomp/article/details/51339635 在ubuntu更新时,出现错误E:Someindexfilesfailedtodownload,theyhavebeenignored,oroldonesusedinsthttp://ww...

java mybatis Column 'AAA' in where clause is ambiguous

     今天在javamybatis项目中遇到一个问题,“javamybatisColumn'AAA'inwhereclauseisambiguous”,这是由于在多表连接查询的时候,遇上有相同的字段,这个需要设置一下表名的前缀:例:select*fromlw_tableltwher...

Linux yum 报错:One of the configured repositories failed (Unknown), and yum doesn't have.

报错信息Oneoftheconfiguredrepositoriesfailed(CentOS-7-Addons-sohu.com), andyumdoesn'thaveenoughcacheddatatocontinue. Atthispointtheonly safethingyumc...
代码星球 ·2020-04-16
首页上一页...107108109110111...下一页尾页