码迷,mamicode.com
首页 >  
搜索关键字:error: no curses/termcap library found    ( 15182个结果
Eclipse导入Gradle时报错:SDK location not found. Define location with sdk.dir in the local.properties file or with an ANDROID_HOME environment variable
百度查到http://stackoverflow.com/questions/19794200/gradle-android-and-the-android-home-sdk-location按照其中的讲解设置了ANDROID_HOME环境变量为E:\android\adt-bundle-windo...
分类:移动开发   时间:2014-09-04 23:36:40    阅读次数:981
lob类型数据处理 java.lang.IllegalStateException: No LobHandler found for configuration
1 、MySQL处理数据库中lob类型数据,如longblob类型;2、实体类定义: private byte[] clientFile;3、映射文件定义: 4、如果在spring上要使用Struts中自带的上传功能必须在spring的配置文件中加以声明.否者将会出现java....
分类:编程语言   时间:2014-09-04 20:41:50    阅读次数:613
MAC OS下锁屏快捷键设置
首先在应用程序中找到Automator打开,选择文稿类型为服务,点击选龋步骤如下图:在搜索中输入run,双击RunShellScript,如下图:将服务收到选定的从文本选为没有输入,并在Shell脚本框中输入:‘/System/Library/CoreServices/MenuExtras/User.menu/Contents/Resources/CGSession‘-..
分类:其他好文   时间:2014-09-04 19:18:10    阅读次数:268
(4)JSTL的SQL标签库
jstl的SQL标签库SQL tag Library中的标签用来提供在JSP页面中可以与数据库进行交互的功能Database access标签库有以下6组标签来进行工作:、、、、、引入SQL标签库的指令代码为:1.标签:用于设置数据源 定义一个数据源并保存在"dataSource"变量内 ...
分类:数据库   时间:2014-09-04 18:37:29    阅读次数:276
win7 装了VB虚拟机 开始挺好用 后来突然就打不开了 提示如下错误:(如图)创建 COM 对象失败.
创建 COM 对象失败. 应用程序将被中断. Start tag expected, '<' not found. Location: 'C:\Users\Mike/.VirtualBox\VirtualBox.xml', line 1 (0), column 1. C:\tinderbox\...
分类:Windows程序   时间:2014-09-04 18:36:09    阅读次数:355
自己编译的openwrt在开机时一直打印jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found...的错误提示
具体的输入信息是这样的。uboot> httpLink down: eth0Ethernet mode (duplex/speed): 1/1000 MbpsHTTP server is starting at IP: 192.168.0.250HTTP server is ready!Reques...
分类:其他好文   时间:2014-09-04 18:31:59    阅读次数:266
JSTL的13个core标签库总结
标准标签库JSTL的全名为:Java Server Pages Standard Tag Library.(jsp standard tag library)JSTL主要提供了5大类标签库: 1.核心标签库:为日常任务提供通用支持,如显示和设置变量,重复使用一组项目,测试条件以及其他操作(如导入和....
分类:Web程序   时间:2014-09-04 16:48:09    阅读次数:261
Search Insert Position
Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in or...
分类:其他好文   时间:2014-09-03 19:50:37    阅读次数:156
[转载] VMware Fosion 端口转发配置方法
/Library/Preferences/VMware Fusion/vmnet8/nat.conf[incomingtcp]# Use these with care - anyone can enter into your VM through these...# The format and ...
分类:其他好文   时间:2014-09-03 19:41:17    阅读次数:209
读书笔记之inside JVM(5)
调用JNI的时候,通常我们使用System.loadLibrary(String libname)来load JNI library, 同样也可以使用System.load(String fileName)来load JNI library,两者的区别是一个只需要设置库的名字,比如如果libA.so 只...
分类:其他好文   时间:2014-09-03 15:11:07    阅读次数:175
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!