Recently I am trying to run the sliding menu examples which was given in this blog:http://www.curious-creature.org/2012/12/14/android-recipe-3-sliding...
分类:
移动开发 时间:
2014-06-28 15:06:19
阅读次数:
421
参考Tomcat服务器目录webapps的examples示例 简单配置步骤:1.在项目web.xml文件添加过滤器标记和;2.实现过滤器代码;3.对Tomcat服务器conf目录里的Server.xml文件配置URIEncoding;4.前台页面设置contentType的charset值与web...
分类:
Web程序 时间:
2014-06-28 15:01:50
阅读次数:
233
好久不玩Erlang了。最近想鼓捣Eresye,下了个最新版OTP 17,结果,发现了问题。
安装这个最新版的Erlang (erl 6.0)后,用erlc编译了Eresye 1.2.5,并放入其lib目录。
编译后运行Eresye的examples时,报错,错误原因看不清楚。
删除Eresye 1.2.5,改用Eresye 1.2.4,还是运行时出错,原因不明。
卸载OTP 17,安装O...
分类:
其他好文 时间:
2014-06-22 15:16:36
阅读次数:
216
Validate if a given string is numeric.Some examples:"0"=>true" 0.1 "=>true"abc"=>false"1 a"=>false"2e10"=>trueNote:It is intended for the problem stat...
分类:
其他好文 时间:
2014-06-18 21:58:07
阅读次数:
220
题目
Validate if a given string is numeric.
Some examples:
"0" => true
" 0.1 " => true
"abc" => false
"1 a" => false
"2e10" => true
Note: It is intended for the problem statement t...
分类:
其他好文 时间:
2014-06-10 17:32:23
阅读次数:
174
psutil是python的一个用于获取cpu信息的模块,非常好使,以下附上官方的一些example:
CPU-> Examples>>> import psutil>>>
psutil.cpu_times()scputimes(user=3961.46, nice=169.729, syst...
分类:
其他好文 时间:
2014-06-09 19:36:32
阅读次数:
418
题目:For example,"A man, a plan, a canal: Panama" is a palindrome. "race a car" is not a palindrome.
解题思路:验证一个字符串是否是回文字符串。首先看看wiki上对于回文的解释:回文,亦称回环,是正读反读都能读通的句子,亦有将文字排列成圆圈者,Famous examples include "Amore, Roma", "A man, a plan, a canal: Panama" and "No 'x' in...
分类:
其他好文 时间:
2014-06-08 16:30:29
阅读次数:
235
首先需要引入上传控件
/js/ext/examples/ux/fileuploadfield/FileUploadField.js" charset="utf-8">
弹出上传框对应extjs代码
var uploadForm=new Ext.FormPanel({
id:'uploadForm',
width:520,
frame:true,
fileUpload: true,...
分类:
Web程序 时间:
2014-06-08 09:51:37
阅读次数:
314
1. 安装ContactManagers.spk:
路径apps/ContactManager/ContactManagers.spk
2.
打开用例到IntelliJ:
Open -- 选中appium/sample-code/examples/java/junit/pom.xml打开
3.
环境配置:
如果依赖的jar包没有加载进来,可能需要配置maven...
分类:
移动开发 时间:
2014-06-08 04:07:42
阅读次数:
345
seq(from = 1, to = 1, by = ((to - from)/(length.out
- 1)), length.out = NULL, along.with = NULL,
...)举例----------Examples----------seq(0, 1, length.o....
分类:
其他好文 时间:
2014-06-07 21:47:17
阅读次数:
232