Ajax跨域的另一种实现CORS(Cross-Origin Resource Sharing),支持GET、POST、PUT、DELETE等http方法。
分类:
其他好文 时间:
2014-12-10 00:22:08
阅读次数:
315
1 背景 本章节是关于Telerik AppBuilder for Visual Studio的。 目前(2014.12)为Telerik公司Telerik Platform的一部分,Telerik Platform功能是Cross-Platform Mobile Development for i...
分类:
移动开发 时间:
2014-12-09 17:26:56
阅读次数:
275
本次编译的是bluez 5版本以上的,之前的版本不支持蓝牙4.0,只有5版本以上支持4.0.我的Linux宿主机是Ubuntu14.04版本
本次编译参考http://wiki.beyondlogic.org/index.php?title=Cross_Compiling_BlueZ_Bluetooth_tools_for_ARMhttp://wiki.beyondlogic.org/index...
分类:
系统相关 时间:
2014-12-06 14:11:10
阅读次数:
1686
http://www.infoq.com/cn/articles/challenges-and-optimization-of-cross-border-website周涛明:前端性能优化,按照经常使用的频率和效果上来看,在前端性能优化上经常用到的点如下:第一,减少http请求是非常有效的措施减少h...
分类:
其他好文 时间:
2014-12-05 22:35:02
阅读次数:
242
译自:http://www.lighthouse3d.com/tutorials/maths/vector-cross-product/ 两个向量差乘积得到一个特殊的向量,这个向量指向于(就是垂直)两个向量确定的平面。假设向量v1,v2在XZ平面上,假设v1到v2是逆时针方向的话,那么差乘积向量方向...
分类:
其他好文 时间:
2014-12-04 21:22:06
阅读次数:
215
关于SpringMVC验证框架Validation的使用方法,不是本篇的重点,可参见博文SpringMVC介绍之Validation
在使用Validation时,一定有朋友遇到过一个问题,那就是:无法传递参数到国际化资源文件properties错误描述中。...
分类:
编程语言 时间:
2014-12-04 18:02:51
阅读次数:
206
Cross compile libusb and examples for ARM SoC...
分类:
其他好文 时间:
2014-12-02 19:21:57
阅读次数:
339
在Unity3D中,Vector3.Dot表示求两个向量的点积;Vector3.Cross表示求两个向量的叉积。 点积计算的结果为数值,而叉积计算的结果为向量。两者要注意区别开来。 在几何数学中:1.点积 点积的计算方式为:a·b=|a|·|b|cos其中|a|和|b|表示向量的模,表示两个向量的夹...
分类:
编程语言 时间:
2014-12-01 22:11:11
阅读次数:
243
用ajax加载一个本地的html文件,结果别的浏览器都可以显示,唯独谷歌浏览器不行,错误提示如下:Cross origin requests are only supported for protocol schemes: http, data, chrome-extension, https, c...
分类:
Web程序 时间:
2014-12-01 19:06:27
阅读次数:
425
advantage of properties:1 properties can be used in data binding, public data member can not.2 data validation can be wrote inside setter method. easy...
分类:
数据库 时间:
2014-12-01 18:55:04
阅读次数:
183