由于项目的需要,我们需要一个能在x86平台上运行,生成mips应用程序的交叉编译器,最近几天一直在搞这个,看了很多的文章也试了不少的方法,最后终于成功了,还不错,有些新的和大家交流一下。什么是交叉编译器? 为什么叫“交叉编译器”(cross compiler),就是因为它跨平台来编译程序!做...
分类:
其他好文 时间:
2015-06-19 20:10:47
阅读次数:
115
该文档转载自 http://ideabean.javaeye.com/blog/363927官方网站 http://bassistance.de/jquery-plugins/jquery-plugin-validation/ jQuery表单验证例子 ...
分类:
Web程序 时间:
2015-06-19 18:35:25
阅读次数:
96
解决方式1:Set the profiles of the below three to 'None'设置以下三个配置文件为无FND_VALIDATION_LEVELFND 验证层FND_FUNCTION_VALIDATION_LEVELFND 功能验证层FRAMEWORK_VALIDATION_L...
分类:
数据库 时间:
2015-06-18 11:15:35
阅读次数:
696
当有多个交叉编译器是,不方便设置环境变量时,可以在编译命令中指定交叉编译器,具体如下:make ARCH=arm CROSS_COMPILE=/opt/FriendlyARM/toolschain/4.5.1/bin/arm-none-linux-gnueabi- mrpropermake ARCH...
分类:
系统相关 时间:
2015-06-16 20:47:33
阅读次数:
164
题目链接:http://poj.org/problem?id=2588SnakesTime Limit:1000MSMemory Limit:65536KDescriptionBuffalo Bill wishes to cross a 1000x1000 square field. A numbe...
分类:
其他好文 时间:
2015-06-16 18:37:05
阅读次数:
175
nodejs的二进制包有两种安装方式node-gyp以及node-pre-gyp这两条命令会写入该包的安装脚本。node-gyp是使用gyp工具编译源码,因此必须指定交叉编译器(参见http://n8.io/cross-compiling-nodejs-v0.8/)node-pre-gyp首先考虑从...
分类:
移动开发 时间:
2015-06-16 14:28:58
阅读次数:
172
1.摘抄认识Fluent Vaidation. 看到NopCommerce项目中用到这个组建是如此的简单,将数据验证从业务实体类中分离出来,真是一个天才的想法,后来才知道这个东西是一个开源的轻量级验证组建。 Fluent Validation 翻译为:流畅验证 开源Codeplex其主页简...
分类:
其他好文 时间:
2015-06-16 10:54:05
阅读次数:
156
如果想修改Windows默认的鼠标样式,可以这样//设置鼠标样式 this.Cursor = System.Windows.Forms.Cursors.Cross;可是如果想设置成一些自定义的很好看的鼠标样式呢?参考如下网址,该帖子是英文,vb的,而且需要您活动活动手脚才能看到内容http://ww...
分类:
其他好文 时间:
2015-06-15 22:02:15
阅读次数:
154
本文转载的地址:http://www.2cto.com/Article/201209/156182.htmlXss(cross-site scripting)攻击指的是攻击者往Web页面里插入恶意html标签或者javascript代码,当用户浏览该页或者进行某些操作时,攻击者利用 用户对原网站的信...
分类:
其他好文 时间:
2015-06-15 10:49:44
阅读次数:
118
Verification
Verification is the process to make sure the product satisfies the conditions imposed at the start of the development phase. In other words, to make sure the product behaves the way ...
分类:
其他好文 时间:
2015-06-14 13:49:25
阅读次数:
107