- 博客(9)
- 收藏
- 关注
原创 nginx修改client_max_body_size,破解文件上传限制失败
使用VUE+SpringBoot开发,前端使用nginx启动,后端用nohup java -jar XX & 命令启动。当上传超过1M的文件,会出现上传失败。于是,修改nginx的nginx.conf文件,添加client_max_body_size=1024M,然而,无论把这个字段放在http,server还是location里面,都还是遇到上传1M的上限限制。判断,可能是Spring boot也有上传大小的默认限制,接着修改后端的配置文件application.prope
2021-01-14 08:41:48
3119
原创 angular cli
1、Would you like to add Angular routing?2、 Which stylesheet format would you like to use? CSS SCSS [ http://sass-lang.com ] SASS [ http://sass-lang.com ] LESS [ http://lesscss.org ...
2018-12-06 16:01:56
571
1
原创 jersey的版本变化
从1.X到2.X:1:web.xml加载jersey的servlet容器jersey1.X使用的是sun的com.sun.jersey.spi.container.servlet.ServletContainerjersey2.X使用的是glassfish的org.glassfish.jersey.servlet.ServletContainer2:扫描jersey resourcejersey1...
2018-05-18 18:18:17
1842
翻译 LTE from theory to practice
1 Introduction and Background1.1 The Context for the Long Term Evolution of UMTS1.1.1 历史背景LTE仅仅是移动通信系统的一个高级系列的最新的一步而已。1947年,Bell实验室提出cell的概念。把整个区域分为小的cell,每个cell拥有一个使用不同频率的基站。
2012-02-16 09:10:33
480
原创 tcp/ip for dummies
<br />Introduction<br /> <br />Part 1 Tcp/Ip from names to addresses<br /> <br />chapter 1 understanding Tcp/Ip basics<br />chapter 2 layering Tcp/Ip protocols<br />chapter 3 serving up clients and servers<br />chapter 4 nice names and appetizin
2011-03-15 21:19:00
438
转载 C Knowledge
@C Programming Topics:C declarations^Complex C Declarations int i; i as an int int *i; i as a pointer to an int int **i; i is a pointer to a pointer to an int int *(*i)(); i is a
2007-10-10 16:22:00
4086
原创 信号和信号量的区别
信号和信号量的区别信号:signal 一种处理异步时间的方法。信号是POSIX系统的信号,由硬件或软件触发,再有操作系统内核发给应用程序的中断形式。POSIX由一系列的信号集。信号量:semaphore 一种进程同步的机制。信号量是POSIX进程间通信的工具,在它上面定义了一系列操作原语,简单地讲它可以在进程间进行通信。
2007-06-29 14:11:00
3632
2
原创 看看
http://blog.youkuaiyun.com/hitlerisyou/archive/2007/06/25/1665606.aspx http://blog.youkuaiyun.com/skywalker_nick/archive/2007/06/16/1654730.aspxhttp://blog.youkuaiyun.com/wuzhongtao/archive/2007/06/17/1655219.aspx
2007-06-26 13:59:00
578
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人