右击工程-》选择属性-》在上面框中打入"javascript",找到include path->libraries选择 add javascript libraries ->选择jQuery libraries->OK...
分类:
Web程序 时间:
2014-12-03 17:13:02
阅读次数:
162
参考:Android-Universal-Image-Loader
private final Map mLastUsageDates = Collections.synchronizedMap(new HashMap());
private final AtomicInteger mCacheSize;
private final int SIZE_LIMIT = 10 * 1024 * 10...
分类:
编程语言 时间:
2014-12-03 17:14:41
阅读次数:
193
今天CSDN博客发生异常,折腾了大半天终于发出了这篇博文。
【题目】
Given a binary tree, determine if it is a valid binary search tree (BST).
Assume a BST is defined as follows:
The left subtree of a node contains only no...
分类:
其他好文 时间:
2014-12-03 17:14:52
阅读次数:
219
python语言的优良性就不多说了,我想提下如何使用boost.python,通过boost.python既可以将python转移到C++上,通过Python库,也可以通过C++来扩展python,下面主要介绍使用boost.python来扩展python的功能,第一次用boost.python,倒腾了半天才搞定:
首先列出我的测试环境:
我用的是VS2010,python2.7,我用VS20...
分类:
编程语言 时间:
2014-12-03 17:14:31
阅读次数:
220
产生此错误的原因是缺少项目或Jar的引用;解决办法:找到类对应的项目或是Jar包引用到项目中就可以了。详细错误信息如下:严重: Exception sending context initialized event to listener instance of class com.auth.spring.listener.SpringLoaderListener
org.springframew...
分类:
其他好文 时间:
2014-12-03 17:13:52
阅读次数:
191
android ListView与Adapter详解...
分类:
移动开发 时间:
2014-12-03 17:12:20
阅读次数:
311
今年正在度过大学的第三个年头,有些事也有点感悟,因为最近的一系列事件,我实在忍不住要吐槽一下了。
大学里最难的是什么?学习?爱情?生活?都不是,我窃以为最难的是保住自己的东西。请注意是“窃以为”,不同意只当看了一个笑话,不必较真。
为什么这样说呢?先从小事看!
做过若干次实验,就没有哪次实验报告是不被抄袭的,还有“最亲爱的人”会在你的作业上写下自己的大名。即使老师一再强调,这样的情况也屡见不...
分类:
其他好文 时间:
2014-12-03 17:13:42
阅读次数:
174
在网站上上运行
/usr/apktool/aapt d badging /temp/2014/12/02/17/547d812953368677.apk
error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
1....
分类:
编程语言 时间:
2014-12-03 17:11:09
阅读次数:
262
日志是innodb一个非常重要的模块,在innodb中有两类日志:redo log和undo log。其中redo log日志是用来做数据异常恢复和数据库重启时页数据同步恢复的,redo log是建立在在mini transaction基础上。数据库在执行事务时,通过mini transaction产生...
分类:
数据库 时间:
2014-12-03 17:13:21
阅读次数:
201
1、通过ADB shell命令
下面为安卓4.4版本的adb shell命令
pm get-install-location: returns the current install location.
0 [auto]: Let system decide the best location
1 [internal]: Install on internal dev...
分类:
移动开发 时间:
2014-12-03 17:11:56
阅读次数:
185
怎么设置软键盘中Enter的监听,实现自己自定义的功能...
分类:
其他好文 时间:
2014-12-03 17:11:33
阅读次数:
163
Docker安全性(一)——Docker容器真的安全吗?
本文翻译自Daniel J Walsh的一篇开源文章:http://opensource.com/business/14/7/docker-security-selinux
这篇文章是基于一个演讲中"今年在我DockerCon上的分享":http://v.youku.com/v_show/id_XODQwNjUwNTIw.html。
这将讨论Docker容器的安全性,我们目前正在做什么,和我们将朝哪里走。...
分类:
其他好文 时间:
2014-12-03 17:11:27
阅读次数:
316
之前的项目还是有些问题的,例如
1 只能有一个连接器,只能处理http请求,无法添加另外一个连接器用来处理https。
2 对容器的关闭只能是粗暴的关闭Bootstrap。
服务器组件
org.apache.catalina.Server接口的实例用来表示Catalina的整个servlet引擎。
我们使用Server就是因为,它用一种优雅的方式来启动/关闭整个系统。
下面是启动和...
分类:
其他好文 时间:
2014-12-03 17:12:44
阅读次数:
200
http://www.cnblogs.com/xuning/p/3954057.html一、前言http_load是一款测试web服务器性能的开源工具,从下面的网址可以下载到最新版本的http_load:http://www.acme.com/software/http_load/(页面实在太简陋…...
分类:
Web程序 时间:
2014-12-03 17:12:20
阅读次数:
249
delphi 7 json 做个笔记,留着以后用--源码unit Umain;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls;ty.....
原文: PHP中遍历stdclass object 及 json (从网上找的模拟实例)需要操作的数据:
$test=Array ( [0] => stdClass Object ( [tags] => 最快的车,Bloodhound,SSC [id] =...
分类:
Web程序 时间:
2014-12-03 17:09:02
阅读次数:
227