很久没有学习jQuery了,都快忘记了。今天学习一个小功能,使用jQuery的$.getScript()方法,是读取外部js文件,读取之后,并执行js文件内的一个方法。首先我们创建这个js文件,如i.js:ASP.NET MVC的控制器在此省略。视图实现:js source code: $(docu...
分类:
Web程序 时间:
2015-06-27 17:56:34
阅读次数:
119
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
// 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
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 git 的Jenkins job,配置ssh key花了比较多的时间,走了不少弯路,先总结如下: 创建 Jenkins job,这个没有什么难度,source code management 选择 Git,配置好Repository URL, 使用SSH...
分类:
其他好文 时间:
2015-06-24 19:26:30
阅读次数:
114
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
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
第一情况、如何将带源码的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
搬运自我的百度空间
1.安装cmake
2.Cmake中,source code
选择llvm的源文件文件夹,whereto build the binaries
任意选择一个目录(一会生成的codeblocks工程文件会保存在这个文件夹)
3.(如果环境变量没有设置python路径...
分类:
其他好文 时间:
2015-06-14 09:31:16
阅读次数:
204
QEMU/KVM结合起来分析的几篇文章,代码跟最新的版本有些差异,但大体逻辑一样,写得通俗易懂。我把链接放这里主要是为自己需要查看时调转过去方便,感谢作者的付出!QEMU Source Code Study - 1QEMU Source Code Study (2) - KVM_initQEMU S...
分类:
其他好文 时间:
2015-06-10 01:02:37
阅读次数:
197