码迷,mamicode.com
首页 >  
搜索关键字:stream closed    ( 13958个结果
nginx默认会限制上传文件的大小为1M
http{include/etc/nginx/mime.types;default_typeapplication/octet-stream;charsetutf-8;log_formatmain‘$remote_addr-$remote_user[$time_local]"$request"‘‘$status$body_bytes_sent"$http_referer"‘‘"$http_user_agent""$http_x_forwarded_for"‘;access_log/var/log/nginx/..
分类:Web程序   时间:2014-10-13 18:36:30    阅读次数:226
HTML Parsing Error: Unable to modify the parent container element before the child element is closed (KB927917)
IE8报错误: 用户代理:Mozilla/4.0(compatible;MSIE8.0;WindowsNT5.1;Trident/4.0;.NETCLR2.0.50727;.NETCLR3.0.04506.648;.NETCLR3.5.21022;.NET4.0C;.NETCLR3.0.4506.2...
分类:Web程序   时间:2014-10-13 14:33:19    阅读次数:186
做uart 实验时,run configure 只能选择jtag_uart 而没有uart
使用的是nios ii 13 版本。直接在nios 软件上运行时程序能够执行,其中已经配置了stdin stderr stdout为jtag_uart。run configure 里面的byte stream device 自动选择jtag_uart。改变程序与stdin stdout stderr...
分类:其他好文   时间:2014-10-13 01:05:18    阅读次数:390
面向对象设计的SOLID原则
面向对象设计的SOLID原则 SRP The Single Responsibility Principle 单一责任原则 OCP The Open Closed Principle 开放封闭原则 LSP The Liskov Substitution Principle 里氏替换原则 DIP The Dependency Inversion Principle 依赖倒置原则 ISP...
分类:其他好文   时间:2014-10-12 11:50:17    阅读次数:250
【基本功】之Java IO (基本功系列第一篇)
Java IO 是最常用的基本功,必须扎实,初学者切记,莫要停留在能看懂程序,一定要闭着眼睛都能写出来,做到游刃有余。我就是属于那种,认为这有什么难的,不就这样,然后再那样,然后记得close就行了嘛,还要try catch什么的……等到离开书本自己写就犯难了,咦?那个怎么写来着?是哪个Stream...
分类:编程语言   时间:2014-10-12 02:40:37    阅读次数:172
fscanf函数
函数定义:int fscanf( FILE *stream, const char *format [, argument ]... );以下是csdn的样例:/* FSCANF.C: This program writes formatted * data to a file. It then u...
分类:其他好文   时间:2014-10-11 23:22:16    阅读次数:1109
关于InputStream 和String对象之间的相互转换
代码如下:package com.xin.stream;import java.io.BufferedReader;import java.io.ByteArrayInputStream;import java.io.IOException;import java.io.InputStream;im...
分类:其他好文   时间:2014-10-11 16:08:45    阅读次数:154
【第一篇章-android平台buffer播放探索】buffer play demo
从google发布的各个android版本源码看,android4.0开始就做了支持buffer播放的接口及demo了,编译完android SDK后在out中会生成一个可执行文件stream,这个就是一个非常好的demo测试程序,支持H264的ts播放,程序源代码位置以android4.3为例说明下,目录:android4.3\frameworks\av\cmds\stagefright,对应文...
分类:移动开发   时间:2014-10-11 14:45:55    阅读次数:266
在ssh项目中导出excel
一、在这里主要贴出struts中的配置及Action的写法,至于持久层和业务层就不再贴出。二、使用的是poi-3.2.jar实现Excel数据导出三、struts.xml配置文件中的配置<actionname="chapterAction_*"class="chapterAction"method="{1}"><resultname="success"type="stream">..
分类:其他好文   时间:2014-10-10 20:58:04    阅读次数:275
nginx错误解决方法个人总结
nginx错误优化文档1.大量的TIME_WAIT的情况查看:netstat-n|awk‘/^tcp/{++S[$NF]}END{for(ainS)printa.S[a]}‘CLOSED:无连接是活动的或正在进行LISTEN:服务器在等待进入呼叫SYN_RECV:一个连接请求已经到达,等待确认SYN_SENT:应用已经开始,打开一个连接ESTABLISHED:正常..
分类:其他好文   时间:2014-10-09 15:28:49    阅读次数:187
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!