码迷,mamicode.com
首页 >  
搜索关键字:berland national lib    ( 21419个结果
JAR命令使用
jar 命令详解 jar 是随 JDK 安装的,在 JDK 安装目录下的 bin 目录中,Windows 下文件名为 jar.exe,Linux 下文件名为 jar。它的运行需要用到 JDK 安装目录下 lib 目录中的 tools.jar 文件。不过我们除了安装 JDK 什么也不需要做,因为 S....
分类:其他好文   时间:2014-07-22 22:51:37    阅读次数:218
Hadoop、Pig、Hive、NOSQL 学习资源收集
(一)hadoop 相关安装部署1、hadoop在windows cygwin下的部署:http://lib.open-open.com/view/1333428291655http://blog.csdn.net/ruby97/article/details/7423088http://blog....
分类:数据库   时间:2014-07-22 22:50:55    阅读次数:517
将项目从android studio移植到adt的过程
1.项目架构是这样的: 2.所以第一步看主工程的AndroidManifest.xml文件,看里面的packagename 等信息。 3.adt新建一个android项目,packagename和appname跟旧的项目一致。 4.最关键的一步。那些原有的lib module怎...
分类:移动开发   时间:2014-07-22 09:00:05    阅读次数:205
2416 呼吸灯 效果
#include <stdint.h> #include <stdbool.h> #include <raw_api.h> #include <lib_string.h> #include <2416_reg.h> #include <pwm.h> #include <irq.h> #include <timer.h> #include <pwm.h> #include <rsh.h> ...
分类:其他好文   时间:2014-07-22 08:25:33    阅读次数:229
C# Win32 查询
System.Management 命名空间http://msdn.microsoft.com/ZH-CN/library/gg145024(v=vs.110).aspxManagementObjectSearcher Classhttp://msdn.microsoft.com/en-US/lib...
分类:Windows程序   时间:2014-07-19 18:06:09    阅读次数:320
.net/java调用NuSOAP构建的Web服务
此文主要解决的问题是php下的web服务传递和返回复杂类型(自定义类型)该如何构建以及其他程序客户端如何来调用。 第一步:用NuSOAP组件来构建基于php的webservice 下载NuSOAP组件,在创建基于php的webservice时需要引用,代码如下,很简单直观,有注释就不多解释了:  require_once ('lib/nusoap.php');    // 返...
分类:编程语言   时间:2014-07-19 14:03:01    阅读次数:274
OS X升级到10.10之后使用pod出现问题的解决方法
最新对mac 10.10的强大功能好奇,于是将系统升级到了10.10,结果发现使用pod出现了下面的问题:/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such fil...
分类:其他好文   时间:2014-07-19 12:04:58    阅读次数:195
【FAQ】HTTP Status 500 - Unable to compile class for JSP:'***' cannot be resolved to a type
1、问题现象2、解决方法原因分析:cannot be resolved to a type 基本上是该类没有被识别出来,编译的时候,编译路径下没有该类对应的库文件,可以通过下面几步解决:1、拷贝类对应的jar到tomcat lib目录下:C:\Program Files\Java\apache-to...
分类:Web程序   时间:2014-07-19 11:28:46    阅读次数:482
windows库的创建和使用:静态库+动态库
一、静态库的创建和使用 1. 静态库创建 (1)首先创建工程test,测试代码如下: 1) test.h void test_print(); 2) test.cpp #include "test.h" #include  void test_print() { printf("test_print in static lib."...
分类:Windows程序   时间:2014-07-19 11:14:13    阅读次数:252
linux下一些常用软件的编译安装命令
PHP编译参数Apache:./configure--prefix=/usr/local/php--with-apxs2=/usr/local/apache2/bin/apxs--with-curl--with-mcrypt--enable-mbstring--with-iconv--with-gd--with-jpeg-dir=/usr/local/lib--enable-pdo--with-pdo-mysql=/usr/local/mysql5.5.25/--with-mysqli=/usr/lo..
分类:系统相关   时间:2014-07-19 02:12:55    阅读次数:266
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!