0%

在公司配了一台电脑,但是平时使用自己的 笔记本 作为主力,想着把办公室的 PC 作为自己的局域网服务器用,而 PC 的显示器作为自己的 扩展屏幕使用。在开始折腾之前,笔记本 和 办公室PC 的环境如下:

项目 笔记本 办公室PC
OS openSUSE Tumbleweed openSUSE Leap 15.1
Monitor 自带 Lenovo V20-10
Resolution 1920x1080_60.00 1600x900_60.00
Net Addr DHCP DHCP
Read more »

最近在搭建 eclipse + Tomcat v9.0 的 Web 环境,但是遇到如下问题:

Could not load the Tomcat server configuration at /usr/share/tomcat/conf. The configuration may be corrupt or incomplete.

Read more »

这里记录使用 eclipse 创建 maven 项目时发生的错误集合。

1. Unable to add module to the current project as it is not of packaging type ‘pom’

今天想要使用 eclipse 创建一个基于maven-archetype-webapp的 web 项目,但是一直出现如下错误:

Unable to create project from archetype [org.apache.maven.archetypes:maven-archetype-webapp:1.4]
org.apache.maven.archetype.exception.InvalidPackaging: Unable to add module to the current project as it is not of packaging type ‘pom’.

先说原因和解决方法:

Read more »

起因:昨天,用zypper update更新了我的笔记本的opensuse leap 15.1系统,结果重启后就开机提示

Failed to load Kernel Modules, see systemctl status systemd-modules-load.service for detail.

启动后,发现鼠标和触摸板不能使用。

Read more »

Lucene是什么?

lucene是一个用于全文检索和搜索的开源Java代码库,由Apache基金会提供支持。

lucene项目官网地址是: lucene.apache.org, lucene项目下的软件有:

  • Lucene Core, our flagship sub-project, provides Java-based indexing and search technology, as well as spellchecking, hit highlighting and advanced analysis/tokenization capabilities.
  • SolrTM is a high performance search server built using Lucene Core, with XML/HTTP and JSON/Python/Ruby APIs, hit highlighting, faceted search, caching, replication, and a web admin interface.
  • PyLucene is a Python port of the Core project.
Read more »

学过了CNN,就像使用CNN完成一次手写数字的识别过程。
这次的CNN网络结果使用LeNet-v5网络结构,不使用tensorflow,
推导并编写代码,以便加深印象。

CNN简介

卷积层+ReLu

池化层

全连接层

Read more »

2019.03.13日收到小米的Android面试邀请,本来是要去公司面试的,但是本人着实懒,,,
赖到中午1点半了才想起来有面试。。只好沟通一下远程面试了。。
下午三点,接电话的是一个声音温柔的小哥哥,可能是因为我的微信性别是女吧。。。
面试官有了两个人。第一个面了一个小时,应该是过了;第二个面了半小时,应该是挂了。。。

Read more »