mini2440下烧写u-boot后,就可以用u-boot烧写linux内核了。安装mkimage工具:apt-get install
u-boot-tools解压缩官方mini2440 linux包:tar xf linux-2.6.32.2-mini2440-20130614.tar.gz
然后...
分类:
其他好文 时间:
2014-05-24 04:40:40
阅读次数:
287
初级读物:《JavaScript高级程序设计》:一本非常完整的经典入门书籍,被誉为JavaScript圣经之一,详解的非常详细,最新版第三版已经发布了,建议购买。《JavaScript王者归来》百度的一个Web开发项目经理写的,作为初学者准备的入门级教程也不错。中级读物:《JavaScript权威指...
分类:
Web程序 时间:
2014-05-24 04:43:39
阅读次数:
256
安卓版猜拳游戏源码,该文件中带有安装测试包的,这个游戏源码比较简单的,现在有两个代码,一个自定义VIEW的,一个就是普通的imageView图片,游戏非常适合一些新手的使用和学习。详细说明:http://android.662p.com/thread-4914-1-1.html
分类:
移动开发 时间:
2014-05-24 04:44:38
阅读次数:
275
Given a string S, find the longest palindromic
substring in S. You may assume that the maximum length of S is 1000, and there
exists one unique longes...
分类:
其他好文 时间:
2014-05-24 04:45:39
阅读次数:
245
百度快递查询接口Demo 您输入的验证码错误,请重新输入! ...
查了很多资料,有点乱首先声明一下这里必须要用easyui1.3.1不多说直接上代码:首先打开jquery.easyui.min.js,查找_53b()找到下面的代码function
_53b(){var _53c=opts.loader.call(_538,_53a,function(data){s...
分类:
其他好文 时间:
2014-05-24 04:48:45
阅读次数:
372
一、前后台代码:Global.cs:using
System.Web.Routing;。。。void Application_Start(object sender, EventArgs e) { //
在应用程序启动时运行的代码 //RegisterRoutes(); RegisterRoutes...
分类:
Web程序 时间:
2014-05-24 04:47:43
阅读次数:
295
游戏是一种很耗费资源的应用,特别是在移动设备中的游戏,性能优化是非常重要的纹理图集(Texture Atlas)也称为精灵表(Sprite
Sheet),它是把许多小的精灵图片组合到一张大图里面。使用纹理图集(或精灵表)有如下主要优点:减少文件读取次数,读取一张图片比读取一堆小文件要快。减少Open...
分类:
其他好文 时间:
2014-05-24 04:49:46
阅读次数:
346
devcpp增加对c++11的支持工具→编译选项如图,增加c++11支持c++11
random头文件对随机数的支持// random_device example#include #include int main (){
std::random_device rd; std::cout #i.....
分类:
编程语言 时间:
2014-05-24 04:52:52
阅读次数:
311
说明:DataGrid组件是Silverlight数据组件中最为常用并且是功能最为强大的数据组件。因此,对开发者而言,深入了解其特性是十分有必要的。本文先介绍该组件的基本特性,接着通过几个简单实例来说明该组件的基本数据操作过程。组件所在命名空间:System.Windows.Controls组件常用...
分类:
其他好文 时间:
2014-05-24 04:54:55
阅读次数:
422
#include#include#include#includeusing namespace
std;int bigswap(char* a,int start,int end){ while(start<end) {
swap(a[start],a[end]); ...
分类:
其他好文 时间:
2014-05-24 04:53:54
阅读次数:
208
默认网站根目录为/usr/local/nginx/html,要将它改成/homw/wwwvi
/usr/local/nginx/conf/nginx.conf将其中的 location / { root html; index index.php
index.html i...
分类:
Web程序 时间:
2014-05-24 04:58:02
阅读次数:
229
策略模式
定义策略模式定义了算法族,分别封装起来,让他们之间可以相互转换,此模式让算法的变化独立于使用算法的客户。实例上面的定义看起来说的不太清楚,记定义无意义,理解策略模式还是要看书中的鸭子例子。假设设计一个模拟鸭子的游戏,鸭子的种类有很多,有红头鸭、绿头鸭等等,鸭子可以划水,可以呱嘎叫。在这个模...
分类:
其他好文 时间:
2014-05-20 07:44:04
阅读次数:
233
目前这部分代码会出现阻塞问题,暂时尚未解决#include "udp.h"#include
#include #include #include #include #include #include #include #include #include
#include int PrintDiff(...
分类:
系统相关 时间:
2014-05-24 05:01:07
阅读次数:
416
网页设计是一个时效性很强的行业,我们需要紧跟趋势潮流,不断学习。响应式设计就是这个时代最值得学习、时间的趋势。网络术语真是越来越流行了,现在即便是客户,也略知一二,很多客户对设计的了解也不浅。那么怎么说服客户呢?下面我将讲一点和客户沟通的技巧,让客户接受响应式设计(相应的,工钱你懂的)。投其所好在任...
分类:
其他好文 时间:
2014-05-24 05:00:08
阅读次数:
182
Given a linked list and a valuex, partition it
such that all nodes less thanxcome before nodes greater than or equal tox.You
should preserve the origi...
分类:
其他好文 时间:
2014-05-24 04:59:06
阅读次数:
275