1.Play2.x:HowtomakeanAJAXrequestwithacommonbuttonhttp://stackoverflow.com/questions/11133059/play-2-x-how-to-make-an-ajax-request-with-a-common-button2.jQueryAJAXWithPlay2http://java.dzone.com/articles/jquery-ajax-play-23.PlayFramework2.0:AjaxCallingUsingJa..
分类:
Web程序 时间:
2014-12-26 18:53:54
阅读次数:
171
easy_install可以用于便捷地安装其他python工具包,但实际安装过程中,并不便捷(至少我的电脑是这样)。。
首先windows下安装easy_install (32和64位都是一样的ez_setup.py安装脚本):
可能会碰到的问题
原因是国内某些软件安装后修改注册表导致的库无法安装,需要修改python的lib目录下文件,参见http://bitbucket.or...
参考资料:
不依赖form标签,而是自己定义FormData上传数据,文件被编码为一个Blob或File对象:
https://developer.mozilla.org/en-US/docs/Web/Guide/Using_FormData_Objects
如何用jquery上传FormData:
http://stackoverflow.com/questi...
分类:
Web程序 时间:
2014-12-26 11:13:59
阅读次数:
179
转自stackoverflowhttps://stackoverflow.com/questions/17054000/cannot-resolve-symbol-r-android-studioI had this this issue too. A simple 'gradlew clean' ...
分类:
移动开发 时间:
2014-12-25 20:23:48
阅读次数:
173
http://stackoverflow.com/questions/8431342/listview-random-indexoutofboundsexception-on-froyo今天遇到个 AndroidRuntime E java.lang.IndexOutOfBoundsExc...
分类:
其他好文 时间:
2014-12-25 14:25:01
阅读次数:
150
Openstack can not delete instance from dashboard
up vote
1
down vote
favorite
There are 66 instances in Openstack Havana. I think these instances are zombies instance. Da...
分类:
系统相关 时间:
2014-12-25 08:44:07
阅读次数:
246
原文转自 :http://www.codecate.com/code/?p=77最近开发遇到NSTimer Target 造成循环引用问题,不释放,以下是解决方案。stackoverflow上的一个解决方案http://stackoverflow.com/questions/16821736/wea...
分类:
移动开发 时间:
2014-12-25 01:24:58
阅读次数:
334
例如在windows server2008上,当磁盘空间不够,或者CPU利用率过高的时候如何设置邮件报警通知 管理员呢? 工具:1.blat.exe 发送邮件的命令行工具,替换工具为powershell脚本,参考http://stackoverflow.com/questions/18475519/...
分类:
其他好文 时间:
2014-12-24 19:51:30
阅读次数:
230
可以在这找到解决方式:http://stackoverflow.com/questions/26797321/not-able-to-convert-zxing-into-portrait-mode-in-android重要的第二步2I在CameraManager类,方法getFramingRect替换intwidth=MIN_FRAME_WIDTH;intheight=MIN_FRAME_HEIGHT;
if(context.getResources().get..
分类:
移动开发 时间:
2014-12-24 18:33:44
阅读次数:
241
最近接手一个老项目,在老项目中使用了map存储缓存数据,如下:
#include "conf.h"
int Frame ::parse(){ std::map tmpString; tmpString.insert(std::map::value_type(string("0000"), 12123323)); tmpString.insert(std::map::value_type(...
分类:
其他好文 时间:
2014-12-24 18:15:29
阅读次数:
550