在http的response里经常有乱码,其实解决办法很简单
首先点击Options选项卡,
然后找到display
找到http message display
选中任何一个中文字体即可,个人比较喜欢微软雅黑...
分类:
其他好文 时间:
2014-09-01 14:03:13
阅读次数:
867
最近在做微信app,需要用到分享功能,横观文档,压根没有提过分享功能自定义的事情……后来在搜索中找到一些前辈的文章,使用WeixinJSBridge这个接口实现,但是,我非常非常好奇,这是什么渠道透露出来的 ||_||var options = { "appid": '', //可以不设...
分类:
微信 时间:
2014-09-01 10:39:42
阅读次数:
350
当我们有时候用VS2010写完代码,进行调试运行时,发现程序进不了调试模式,断点模式!!解决方法:点击菜单栏Tools,选择Options,在左边导航选择Debugging,点击左边小箭头,选择General在右边窗口把Requiresourcefilestoexactlymatchtheoriginalversion前面的对号去掉,就可..
分类:
其他好文 时间:
2014-08-31 02:50:41
阅读次数:
214
【版权声明:转载请保留出处:blog.csdn.net/gentleliu。Mail:shallnew at 163 dot com】
cut命令类似于awk,从行里面抽取信息,是一个功能弱化版的awk。
cut命令格式为:cut [options] filename
其中options有:
-d 指定与空格和t a b键不同的域分隔符。类似于awk的“-F”。
-f field...
分类:
其他好文 时间:
2014-08-30 09:59:59
阅读次数:
266
W(1) User Commands W(1)NAME w - Show who is logged on and what they are doing.SYNOPSIS w [options] user [...]DESCRIPTION w displays information about ...
分类:
系统相关 时间:
2014-08-30 09:55:39
阅读次数:
260
今天安装了一个apache,配置了一个主机,以访问提示403,查看日志提示DirectoryindexforbiddenbyOptionsdirective:/var/www/html/,百度查了一下,有人说用一下方式解决:rm-f/etc/httpd/conf.d/welcome.conf←删除测试页rm-f/var/www/error/noindex.html←删除测试页然后重启ap..
分类:
Web程序 时间:
2014-08-29 16:16:38
阅读次数:
515
OPTIONS rtsp://192.168.1.154:8557/h264 RTSP/1.0CSeq: 1User-Agent: VLC media player (LIVE555 Streaming Media v2010.05.28)RTSP/1.0 200 OKCSeq: 1Date: Sa...
分类:
其他好文 时间:
2014-08-29 12:41:17
阅读次数:
240
The service provided by a servlet is implemented in the service method
of a GenericServlet, in the doMethod methods (where Method can take the value Get,Delete, Options, Post, Put,
or Trace) of an...
分类:
编程语言 时间:
2014-08-28 18:09:05
阅读次数:
345
lnmp默认安装的memcached是可以外网访问的,对于我这个小站来说外网不会用到,所以只允许内网用。修改文件vi /etc/init.d/memcached PORT=11211 USER=root MAXCONN=1024 CACHESIZE=32 OPTIONS="" IP=127.0.0.1 R...
分类:
其他好文 时间:
2014-08-28 16:20:40
阅读次数:
321
3.点击字母“i”开始编辑文件,输入内容:
DocumentRoot /alidata/www/phpwind
ServerName localhost
ServerAlias localhost
Options -Indexes FollowSymLinks
AllowOverride all
Order allow,deny
...
分类:
Web程序 时间:
2014-08-28 13:21:19
阅读次数:
269