Postman是一个非常棒的Chrome扩展,提供功能强大的API & HTTP 请求调试。它能够发送任何类型的HTTP requests(GET, HEAD, POST, PUT..),附带任何数量的参数+ headers。支持不同的认证机制(basic, digest, OAuth),接收到的响...
分类:
Windows程序 时间:
2014-07-25 02:25:44
阅读次数:
11863
struts登录案例: struts.xml <struts> ?<constant name="struts.devMode" value="true" /> ?<constant name="struts.custom.i18n.resources" value="messages"></constant> ?<package name="basic" extends="...
分类:
其他好文 时间:
2014-07-25 00:09:34
阅读次数:
336
【Pass】 The Pass block causes the geometry of an object to be rendered once.[Syntax] Pass{[Name and Tags] [RenderSetup] [TextureSetup]} The basic pa...
分类:
其他好文 时间:
2014-07-23 20:39:35
阅读次数:
224
声明:此文章内容引自cocoachina,原文地址:http://www.cocoachina.com/newbie/basic/2014/0107/7663.html.这篇内容将介绍Mac和iOS开发中必备的一个依赖库管理工具CocoaPods。在iOS开发中势必会用到一些第三方依赖库,比如大家都...
分类:
移动开发 时间:
2014-07-23 15:24:36
阅读次数:
213
【Texture Combiner】 After the basic vertex lighting has been calculated, textures are applied. In ShaderLab this is done usingSetTexturecommand. SetT.....
分类:
其他好文 时间:
2014-07-23 12:51:36
阅读次数:
266
理解SIP的认证1.认证和加密认证(Authorization)的作用在于表明自己是谁,即向别人证明自己是谁。而相关的概念是MD5,用于认证安全。注意MD5仅仅是个hash函数而已,并不是用于加密。因为hash函数处理后的数据没法进行反向恢复,这样子的话别人没法盗取你认证身份的口令。加密(Encry...
分类:
其他好文 时间:
2014-07-23 12:48:46
阅读次数:
447
CentOS ships with basic sound support for audio content encoded with codecs for a variety of sound formats, including .wav and .ogg files. The alsa-ut...
分类:
其他好文 时间:
2014-07-22 22:47:33
阅读次数:
301
背景 在尝试把vim打造成Python IDE的时候walkthrough过这样一个帖子,在尝试到Basic Editing and Debugging部分的时候行不通了,放弃了。 问题 在terminal使用github每次push的时候都会弹出一个对话框让我填入pub...
分类:
其他好文 时间:
2014-07-22 08:34:37
阅读次数:
255
一般形式:基类型 **变量名;例如:char **p;void main(){ char *name[] = {"Follow me","Basic","Great Wall","FORTRAN","Computer design"}; char **p; int i; fo...
分类:
编程语言 时间:
2014-07-21 09:33:30
阅读次数:
235
最近线上的hive升级到了0.13,遇到不少问题。权限上面,设置了hive.security.authorization.createtable.owner.grants在hive0.13中,用户自己创建的表也没有权限。通过对源码的分析和debug找到了rc并fix,下面记录下。1.首先在hive0.11中和hive0.13中分别做建表测试,通过查看..
分类:
其他好文 时间:
2014-07-20 06:44:52
阅读次数:
447