码迷,mamicode.com
首页 >  
搜索关键字:no source available    ( 19870个结果
Bluetooth in Android 4.2 and 4.3(一):综述
从Android 4.2开始,Bluetooth stack发生了重大改变:从Bluez换成了由Google和Broadcom联合开发的Bluedroid(当然,核心的部分还是Broadcom 的,Google主要是做了和上层Framework相关的部分)。通过http://source...
分类:移动开发   时间:2014-08-12 17:44:15    阅读次数:411
InternalNative.cpp
1 /* 2 * Copyright (C) 2008 The Android Open Source Project 3 * 4 * Licensed under the Apache License, Version 2.0 (the "License"); 5 * you ...
分类:其他好文   时间:2014-08-12 16:43:54    阅读次数:319
VBS调用windows api函数(postmessage)实现后台发送按键脚本
'=========================================================================='' VBScript Source File -- Created with SAPIEN Technologies PrimalScript 4....
分类:Windows程序   时间:2014-08-12 00:24:03    阅读次数:1060
当访问EventLog时,抛出SecurityException
当调用EventLog.SourceExists("source1")时,抛出一下异常System.Security.SecurityExceptionwasunhandledHResult=-2146233078Message=Thesourcewasnotfound,butsomeoralleventlogscouldnotbesearched.Inaccessiblelogs:Security.Source=SystemStackTrace:atSystem.Diagnostics..
分类:其他好文   时间:2014-08-11 18:13:23    阅读次数:234
windows下Apache配置SSL安全连接
什么是SSL?SSL(Secure Socket Layer): 是为Http传输提供安全的协议,通过证书认证来确保客户端和网站服务器之间的数据是安全。Open SSL下载地址:http://www.openssl.org/source/一、下载并安装支持SSL的Apache1.安装配有SSL模块的...
分类:Windows程序   时间:2014-08-11 17:12:22    阅读次数:348
HDU-1685-Booksort(IDA*)
Problem Description The Leiden University Library has millions of books. When a student wants to borrow a certain book, he usually submits an online loan form. If the book is available, then the next...
分类:其他好文   时间:2014-08-11 15:05:42    阅读次数:274
ubuntu apt-get工作原理
先介绍几个和apt-get相关的目录:/var/lib/dpkg/available文件的内容是软件包的描述信息, 该软件包括当前系统所使用的 Debian 安装源中的所有软件包,其中包括当前系统中已安装的和未安装的软件包./var/cache/apt/archives目录是在用 apt-get i...
分类:其他好文   时间:2014-08-11 14:23:22    阅读次数:220
SCONS如何集成工具
SCons中,windows下调用env.Program("hello.c"),就可以调用cl和link等工具,自动完成编译链接;使用env.Jar(target=‘hello.jar‘,source=[‘hello.java‘]),把文件用Jar工具压缩...为了搞清如何集成这些工具,查看了一下源代码。SCons的模块文件一般安装在Python的Lib\site-packag..
分类:其他好文   时间:2014-08-10 18:55:02    阅读次数:232
Linux下, Eclipse C/C++ IDE下编辑好C/C++源程序之后要先保存!!!否则,就会……
注意:Linux下, Eclipse C/C++ IDE下编辑好C/C++源程序之后要先保存!!!否则,就会……   看看下面的过程:   1、单击File/New,选C Project(或C++ Project)  2、输入Project Name,test,选择Empty Project及Linux GCC,点Finish  3、单击File/New,选图1中的Source Fil...
分类:编程语言   时间:2014-08-10 18:48:40    阅读次数:190
Unable to locate package错误
W: GPG error: http://nginx.org precise Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY ABF5B...
分类:其他好文   时间:2014-08-10 18:13:00    阅读次数:258
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!