码迷,mamicode.com
首页 >  
搜索关键字:source-code    ( 706个结果
呼叫外部js文件并使用其内部方法
很久没有学习jQuery了,都快忘记了。今天学习一个小功能,使用jQuery的$.getScript()方法,是读取外部js文件,读取之后,并执行js文件内的一个方法。首先我们创建这个js文件,如i.js:ASP.NET MVC的控制器在此省略。视图实现:js source code: $(docu...
分类:Web程序   时间:2015-06-27 17:56:34    阅读次数:119
Motion sensing game (Ping Pong Game)
Project demonstration Here is the source code of the project based on OpenCV anc C++. Before you run this code on Linux, you should install the OpenCV library  first. #include #include #inclu...
分类:其他好文   时间:2015-06-26 22:28:04    阅读次数:235
afxmsg_.h
// This is a part of the Microsoft Foundation Classes C++ library. // Copyright (C) Microsoft Corporation // All rights reserved. // // This source code is only intended as a supplement to the // Micr...
分类:其他好文   时间:2015-06-25 15:32:46    阅读次数:114
Python标准库3.4.3-webbrowser
21.1. webbrowser — Convenient Web-browser controller Source code: Lib/webbrowser.py 翻译:Z.F. The webbrowser module provides a high-level interface t...
分类:编程语言   时间:2015-06-25 08:52:48    阅读次数:176
配置Deveo Jenkins job
最近创建一个基于deveo git 的Jenkins job,配置ssh key花了比较多的时间,走了不少弯路,先总结如下: 创建 Jenkins job,这个没有什么难度,source code management 选择 Git,配置好Repository URL, 使用SSH...
分类:其他好文   时间:2015-06-24 19:26:30    阅读次数:114
Python标准库3.4.3-random
9.6. random — Generate pseudo-random numbers Source code: Lib/random.py This module implements pseudo-random number generators for various distri...
分类:编程语言   时间:2015-06-24 18:50:37    阅读次数:257
什么是Cyclomatic Complexity(圈复杂度)? .
Campwood SoftwareSourceMonitor Version 3.5The freeware program SourceMonitor lets you see inside your software source code to find out how much code y...
分类:其他好文   时间:2015-06-17 09:21:17    阅读次数:109
android 5.0预制APK方法
第一情况、如何将带源码的APK预置进系统? //曹浩洋的专栏 1)     在 packages/apps 下面以需要预置的 APK的 名字创建一个新文件夹,以预置一个名为Test的APK 为例 2)     将 Test APK的Source code 拷贝到 Test 文件夹下,删除 /bin 和 /gen 目录 3)     在 Test 目录下创建一个名为 Android.mk的文件...
分类:移动开发   时间:2015-06-15 11:18:11    阅读次数:237
Cmake + CodeBlocks 编译llvm
?? Cmake + CodeBlocks 编译llvm 搬运自我的百度空间 1.安装cmake 2.Cmake中,source code 选择llvm的源文件文件夹,whereto build the binaries 任意选择一个目录(一会生成的codeblocks工程文件会保存在这个文件夹) 3.(如果环境变量没有设置python路径...
分类:其他好文   时间:2015-06-14 09:31:16    阅读次数:204
几篇QEMU/KVM代码分析文章
QEMU/KVM结合起来分析的几篇文章,代码跟最新的版本有些差异,但大体逻辑一样,写得通俗易懂。我把链接放这里主要是为自己需要查看时调转过去方便,感谢作者的付出!QEMU Source Code Study - 1QEMU Source Code Study (2) - KVM_initQEMU S...
分类:其他好文   时间:2015-06-10 01:02:37    阅读次数:197
706条   上一页 1 ... 47 48 49 50 51 ... 71 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!