1.当document文档就绪时执行JavaScript代码。 我们为什么使用jQuery库呢?原因之一就在于我们可以使jQuery代码在各种不同的浏览器和存在bug的浏览器上完美运行。 2.使用route。 3.使用JavaScript中的AND技巧。 使用&&操作符的特点是如果操作符左边的表达式 ...
分类:
Web程序 时间:
2017-05-26 10:56:18
阅读次数:
284
java.lang.IllegalArgumentException: Registered more than one instance with the same objectName ...
分类:
编程语言 时间:
2017-05-25 01:13:50
阅读次数:
420
Learn how to use the 'mapProps' higher-order component to modify an existing component’s API (its props). 'mapProps' takes incoming props and changes ...
分类:
移动开发 时间:
2017-05-15 09:49:40
阅读次数:
201
Given a positive 32-bit integer n, you need to find the smallest 32-bit integer which has exactly the same digits existing in the integer n and is gre ...
分类:
编程语言 时间:
2017-05-10 19:47:08
阅读次数:
207
做Android NDK开发时,c代码需要用ndk-build来进行编译,而java代码则需要用Android sdk编译。 编译c代码有两种方法: 一、写好c代码后,然后用cygwin搭建ndk-build环境,用ndk-build来编译出相关的.so文件(libs目录)之后, 再用eclipse ...
分类:
移动开发 时间:
2017-05-10 00:20:11
阅读次数:
346
1. ModelSim简介 ModelSim分几种不同的版本:SE、PE和OEM,其中集成在 Actel(爱特公司)、Altera (阿尔特拉)、Xilinx(赛灵思)以及Lattice(莱迪思)等FPGA厂商设计工具中的均是其OEM版本,SE版本为最高级版本。ModelSim仿真分为功能仿真,门级 ...
分类:
其他好文 时间:
2017-05-09 12:46:17
阅读次数:
452
# idea导入eclipse的web项目 ### 一、导入自己的web项目 ##### 步骤:File->New->Project from Existing Source... ### 二、选择项目的所在位置,点击"OK";接着如下图所示的步骤操作:  widget一共同拥有2或3个參数。ba ...
分类:
Web程序 时间:
2017-05-03 11:42:38
阅读次数:
332