Shortcut Keys Configure Summary You can use shortcut keys to quickly insert or modify styles or do other operations supported by Typora. You can find ...
分类:
其他好文 时间:
2021-04-06 14:21:02
阅读次数:
0
1、Linux 安装 $ wget https://github.com/liexusong/php-beast/archive/master.zip $ unzip master.zip $ cd php-beast-master $ phpize $ ./configure $ sudo mak ...
分类:
Web程序 时间:
2021-03-29 11:41:35
阅读次数:
0
异常断电关机等特殊情况所导致数据库损坏,出现数据库质疑的问题,使用如下办法进行解决: use master go sp_configure 'allow updates', 1 reconfigure with override go alter DATABASE 质疑数据库名 SET EMERGE ...
分类:
数据库 时间:
2021-03-18 14:08:32
阅读次数:
0
Linux系统安装python3.8与卸载教程 一、安装python解释器 1.获取系统版本信息 首先,查看Linux系统版本信息: [root@oldboy ~] # cat /proc/version Linux version 4.18.0-240.1.1.el8_3.x86_64 (mock ...
分类:
编程语言 时间:
2021-03-15 10:43:37
阅读次数:
0
SSM小书城整合,新手框架整合练习 所有文件都在github(https://github.com/laowenruo/SSM-library) 本项目主要用于用于新手刚入门Spring,Mybatis,SpringMVC框架后,需要小练手整合一下,熟悉完框架之后,还是可以深入学习一下或者学下Spr ...
分类:
其他好文 时间:
2021-03-09 13:07:12
阅读次数:
0
配置文件 flume-taildir-logger.conf: # Name the components on this agent a1.sources = r1 a1.sinks = k1 a1.channels = c1 # Describe/configure the source a1. ...
分类:
其他好文 时间:
2021-03-08 13:38:15
阅读次数:
0
flume-netcat-logger.conf 文件编写: # Name the components on this agent a1.sources = r1 a1.sinks = k1 a1.channels = c1 # Describe/configure the source a1.s ...
分类:
Web程序 时间:
2021-03-06 14:54:47
阅读次数:
0
.net core 和.net framework上传文件有很多需要注意的地方 .net framework 上传文件用httppostedfilebase .net core 上传文件用 IFormFile 一、首先需要配置在startup 中的Configure方法内新增以下代码 app.Use ...
分类:
Web程序 时间:
2021-03-06 14:14:25
阅读次数:
0
[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
跨域常见问题: 1.发布到IIS上后跨域问题 解决方法 修改web.config文件 <system.webServer> <httpProtocol> <customHeaders> <add name="Access-Control-Allow-Methods" value="GET,POST, ...
分类:
Web程序 时间:
2021-02-22 12:27:38
阅读次数:
0