http://jnotify.sourceforge.net/? JNotify通过JNI调用本地的方法.,(windows:xxx.dll,linux:xxx.so) 下载JNotify. 添加对应的文件到?System.getProperty("java.library.path")下. 添加jar 来自官网的文档:
...
分类:
其他好文 时间:
2014-10-09 01:02:17
阅读次数:
313
在安装android studio时,报错: Error launching android Studio ???? No JVM installation found. Please install a 64-bit JDK. ???? if you already have a JDK installed, defined a JAVA_HOME war...
分类:
其他好文 时间:
2014-10-09 00:29:07
阅读次数:
804
打开浏览器时,出现Microsoft Visual C++ Runtime Library Runtime Error错误,初步预计是软件冲突,可能有多种出错的方式,我的是浏览器自己主动关闭。一、有些时候,在你安装、执行某个软件,可能会得到这样一个错误提示: Microsoft Visual C+....
分类:
编程语言 时间:
2014-10-08 17:18:55
阅读次数:
308
一、基础
1、EL(Expression Language):为了使jsp写起来更加简单,提供了在Jsp中简化表达式的方法
2、JSTL:(JSP Standard Tag Library)jstl标准标签库,由apache实现
3、JSTL一般要配合EL表达式一起使用,因为在JSTL在赋值时会大量的使用EL,可以说EL是JSTL的一种辅助。
4、在使用时:JSTL需要引入:jstl.ja...
分类:
编程语言 时间:
2014-10-07 15:27:33
阅读次数:
316
问题一:ubuntu eclipse c++ launch failed binary not found
解决:建完项目后 查看在项目中是不是有debug文件夹,说明没有编译,只是需要做如下操作 Project ->Build Poject 构建项目,这是应该会出现debug文件,这时你的程序就可以运行了...
分类:
系统相关 时间:
2014-10-07 10:02:53
阅读次数:
148
1 安装> ./configure --with-mysql-includes=/usr/local/mysql/include --with-mysql-libs=/usr/local/mysql/lib> make> make install2 运行时如报错;dyld: Library not ...
分类:
其他好文 时间:
2014-10-06 16:52:40
阅读次数:
166
Description
Liyuan lives in a old apartment. One day, he suddenly found that there was a wireless network in the building. Liyuan did not know the password of the network, but he got some important...
分类:
其他好文 时间:
2014-10-06 01:17:09
阅读次数:
405
error 0152: No Entity Framework provider found for the ADO.NET provider with invariant name 'System.Data.SqlClient'. Make sure the provider is registe...
分类:
数据库 时间:
2014-10-05 23:42:49
阅读次数:
297
今天为调试一段代码,使用gcc将程序用-g选项重新编译。但是使用gdb进行debug时,仍然出现“no debug symbols found”的错误。仔细检查了一下Makefile,原来后面定义的连接选项中指定了-s。gcc的文档中说明如下:-sRemove all symbol table an...
分类:
数据库 时间:
2014-10-05 14:10:50
阅读次数:
249
Setup - 安装
1. 在Eclipse里,只需要把库引入Android library project就可以了。选择Project->Clean动作来生成你项目所需要的二进制数据,例如R.java等。
2. 然后,把SlidingMenu添加为你项目的引用就可以了。
译者注:添加项目引用比较麻烦,在这里说明下:
a. 下载zip包...
分类:
其他好文 时间:
2014-10-05 12:42:18
阅读次数:
242