最新文章第19页
[树莓派] 在树莓派上手动安装并搭建 Elasticsearch 搜索引擎集群-天煜博客

[树莓派] 在树莓派上手动安装并搭建 Elasticsearch 搜索引擎集群

在树莓派上跑了很多的服务,有不少是需要用到搜索功能的,如果仅仅是使用 MySQL 数据库自带的 LIKE 语句来搜索,还是太弱了。 所以折腾了好几次,准备在树莓派上跑一个 Elasticsearch 全文搜索...
编程麻瓜的头像-天煜博客编程麻瓜5年前
01946
repo常用命令总结-天煜博客

repo常用命令总结

repo start ##创建并切换分支 repo start newbranchname [--all | projectName] repo start是对git checkout -b 命令的封装。这条指令与git checkout -b 还是有很大的区别的,git checkout -b ...
PeopleSoft 9.2 – PeopleTools 8.58 VirtualBox Installation(一)-天煜博客

PeopleSoft 9.2 – PeopleTools 8.58 VirtualBox Installation(一)Getting Started

Here‘s the link to the main post. This post assumes that you have a Windows based host. I had completed the installation on Windows 10 running on a Lenovo laptop with a dual-core ...
Java实例  给出一个出生日期计算距离现在有多少天-天煜博客

Java实例 给出一个出生日期计算距离现在有多少天

package cn.itianyu.datetest; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Date; import java.util.Scanner; /** * @Author: haoxuan * @Blog:www...
编程麻瓜的头像-天煜博客编程麻瓜7年前
011010
SpringBoot整合mybatis-generator自动生成代码-天煜博客

SpringBoot整合mybatis-generator自动生成代码

1. pom.xml引入相关的依赖 <dependency> <groupId>org.mybatis.spring.boot</groupId> <artifactId>mybatis-spring-boot-starter</artifactId> <version>2...
编程麻瓜的头像-天煜博客编程麻瓜5年前
06611
C语言基础教程-天煜博客
C语言基础教程-天煜博客

C语言基础教程关键字auto、static、register、const、volatile、extern的作用

1.auto 这个这个关键字用于声明变量的生存期为自动,即将不在任何类、结构、枚举、联合和函数中定义的变量视为全局变量,而在函数中定义的变量视为局部变量。这个关键字不怎么多写,因为所有的...
编程麻瓜的头像-天煜博客编程麻瓜6年前
05613
🌟深入理解 C++ 左值与右值 —— 从 std::move 到函数重载的奥秘-天煜博客

🌟深入理解 C++ 左值与右值 —— 从 std::move 到函数重载的奥秘

在现代 C++ 开发中,理解左值(lvalue)与右值(rvalue)是掌握移动语义、完美转发和高性能编程的关键一步。本文将以一个简单的函数重载示例为起点,逐步揭开 C++ 值类别的神秘面纱。 📌 示例代...
编程麻瓜的头像-天煜博客编程麻瓜1年前
017110
推荐几个轻便简洁的web富文本编辑器-天煜博客

推荐几个轻便简洁的web富文本编辑器

HandyEditor 一款十分轻便且使用方便的所见即所得web富文本编辑器,由Catfish(鲶鱼) CMS官方开发,同时适用于移动端和pc端。    十分轻量 所有文件的压缩包只有不到100KB,加载快捷,超级...
PeopleSoft 9.2 – PeopleTools 8.58 VirtualBox Installation(四)-天煜博客

PeopleSoft 9.2 – PeopleTools 8.58 VirtualBox Installation(四)SQL Developer & Putty

If you’ve installed the Oracle Client successfully, you can get SQL Developer up and running in no time. Click on SQL Developer from the Start menu Once you get the following wi...