码迷,mamicode.com
首页 >  
搜索关键字:notice    ( 1174个结果
Notice
/* 对于byte/short/char三种类型来说,如果右侧赋值的数值没有超过范围, 那么javac编译器将会自动隐含的为我们不上一个(byte)(short)(char)。 1如果右侧没有超过左侧的范围,编译器补上强转。 2如果右侧超过左侧的范围,那么编译器直接报错。 在给变量进行赋值的时候,如 ...
分类:其他好文   时间:2021-06-28 18:30:32    阅读次数:0
Nginx nginx-rtmp-module 直播推流 配置
nginx.conf配置 #user nobody; user www www; worker_processes 8; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log in ...
分类:其他好文   时间:2021-06-13 09:55:40    阅读次数:0
nginx配置数据
#user nobody; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; #pid logs/nginx.pid; ev ...
分类:其他好文   时间:2021-06-02 14:41:17    阅读次数:0
使用vue-i18n实现中英文切换(内含动态属性的绑定)
最近做学生管理系统,因为有国外的学生,所以要进行中英文切换,查了查Vue中使用vue-i18n插件能够实现网页的中英文切换,学习内容如下: ###一、下载vue-i18n插件 npm install vue-i18n ###二、定义中英文文件 中英文文件的格式如下(英文文件中对象的key值与之对应即 ...
分类:其他好文   时间:2021-06-02 10:44:17    阅读次数:0
MySQL读写分离
syslog=1 maxlog=1 log_warning=1 log_notice=1 log_info=1 log_augmentation=1 logdir=/var/log/ ...
分类:数据库   时间:2021-04-27 15:05:07    阅读次数:0
springboot整合mybatis
1、yml文件 #spring datasource spring.datasource.url=jdbc:mysql:///db_notice?serverTimezone=GMT%2B8&charactterEncoding=uft8 spring.datasource.username=roo ...
分类:编程语言   时间:2021-04-21 12:14:39    阅读次数:0
nginx https升级conf配置
#user nobody; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; #pid logs/nginx.pid; ev ...
分类:Web程序   时间:2021-03-04 13:35:58    阅读次数:0
nginx实例
1. 域名代理实例: #user nobody; user root; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; p ...
分类:其他好文   时间:2021-03-01 13:32:37    阅读次数:0
Fastdfs安装nginx和fastdfs-nginx-module模块后启动nginx报错
[root@localhost logs]# tail -100f error.log ngx_http_fastdfs_process_init pid=11255 [2021-02-24 19:11:20] ERROR - file: ../common/fdfs_http_shared.c, ...
分类:其他好文   时间:2021-02-26 12:54:25    阅读次数:0
【微信小程序】实现公告栏滚动效果
data: msgList: [ { title: '你有一笔奖励待发放' }, { title: '1.8元津贴到账,快点去打车吧' }, { title: '单单八折赢iPhone,一路迎春“发”' } ], wxml: <view class="notice"> <view class="le ...
分类:微信   时间:2021-02-26 12:53:34    阅读次数:0
1174条   1 2 3 4 ... 118 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!