-
使用 linux kernel +busybox 定制linux系统
使用 linux kernel +busybox 定制linux系统 目的: 了解linux的启动过程 主要内容: 1.grub 是启动程序的bootloader 2.linux-kernel 是linux的开源内核 3.busybox 是linux的工具集合 启动顺序: grub- bzimage initrd init chroot sbin/init (从内存镜像转换成rootfs)/...
-
stl_string复习
stl_string复习 #include iostream #include string #include algorithm using namespace std; void definition() //定义 { string str(5,'a'); cout str endl; string str1("abcdefghijklmn"); cout str1 endl; string str2("123456789",3); cout str2 endl; string s...
-
宣传页项目开发(二)
宣传页项目开发(二) 之前已经完成了静态页面的开发,接下来是网页动态效果制作 css实现动画的两种方式: 1、transition: all 1s; 2、animation: move 1s infinite ease-in-out .5s; @keyframes move{ 0%{ transform: rotate(0deg); } 40%{transform: rotate(45deg);}...
-
宣传页项目实战
宣传页项目实战 编辑器:sublime text3 标注工具:PxCook 切图工具:PS 开发前准备:设计图标注 PxCook 空格键可以上下拖动 大致标注图纸:(可惜不能文字标注和拉参考线) 开发前准备:PS切图 在指定图层上新建一个图层,使用ctrl+e 合并图层,可以将任意图层转为普通...
-
SpringBoot 集成Log4j、集成AOP
SpringBoot 集成Log4j、集成AOP 集成Log4j (1)在pom.xml中添加依赖 !-- 去掉springboot默认的日志 -- dependency groupId org.springframework.boot / groupId artifactId spring-boot-starter / artifactId exclusions exclusion groupId org.springframework.boot...
-
Windows玩转Kubernetes系列3-Centos安装K8S
Windows玩转Kubernetes系列3-Centos安装K8S 以往文章参考: Windows玩转Kubernetes系列1-VirtualBox安装Centos Windows玩转Kubernetes系列2-Centos安装Docker 安装K8S yum install -y kubeadm 相应的依赖包也会kubelet、kubeadm、kubectl、kubernetes-cni也会安装上 ku...
2020-02-09 16:05:19 qqWindowsecho虚拟机IE虚拟网络系统插件安装WinSCPGoogle
-
SpringBoot 集成JUnit
SpringBoot 集成JUnit 项目太大,不好直接测整个项目,一般都是切割成多个单元,单独测试,即单元测试。 直接在原项目上测试,会把项目改得乱七八糟的,一般是单独写测试代码。 进行单元测试,这就需要集成JUnit。 (1)在pom.xml中添加JUnit的依赖 !-- JUnit的起步依...
-
SpringBoot yml文件语法
SpringBoot yml文件语法 SpringBoot提供了大量的默认配置,如果要修改默认配置,需要在配置文件中修改。 SpringBoot默认会加载resource下的配置文件: application*.yml application*.yaml application*.properties 这也是配置文件的加载顺序,如果某个key有多个配置,...
2020-02-09 16:04:42 文件定义IEServlet<ApplicationServer修改对象handler
-
MySQL报Too many connections
MySQL报Too many connections 错误信息 1 Exception in thread "main" java.sql.SQLNonTransientConnectionException: Data source rejected establishment of connection, message from server: "Too many connections" 2 at com.mysql.cj.jdbc.exceptions.SQLError.c...
-
记录—JPA生成数据库表
记录—JPA生成数据库表 环境 springBoot+JPA+MySQL application-dev.yml 注意:配置中的blog数据库需要先创建,否则启动springBoot会报错 1 spring: 2 #数据库连接配置 3 datasource: 4 driver-class-name: com.mysql.jdbc.Driver 5 url: jdbc:mysql://localhost:3306/...
2020-02-09 16:03:39 java系统mysqlwordIE系统timAVApplicationSQLtab
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash
