原文摘自:http://heisetoufa.iteye.com/blog/504068'模块代码Private Declare Function CreateStreamOnHGlobal Lib "ole32" (ByVal hGlobal As Long, ByVal fDeleteOnRel...
分类:
数据库 时间:
2014-07-26 14:51:40
阅读次数:
349
留言增加了一个验证码另外加入分页,防止留言过多,页面太长后台也进行了分页
分类:
其他好文 时间:
2014-07-26 14:45:30
阅读次数:
216
大家现在开发使用的Android 模拟器模拟的是 ARM 的体系结构(arm-eabi),因此模拟器并不是运行在x86上而是模拟的ARM,所以我们调试程序的时候经常感觉到非常慢,大部分开发者应该都深有体会。 ????针对这种...
分类:
移动开发 时间:
2014-07-26 03:37:07
阅读次数:
289
制作一个系统镜像上传到/mnt/p_w_picpath目录下:
centos6.5.img$glancep_w_picpath-create–namecentos6.5–disk-format=qcow2–container-format=bare–is-public=True–file=/mnt/p_w_picpath/centos6.5.img
解释:
–nameNAME上传完镜像在openstack中显示的名称..
分类:
其他好文 时间:
2014-07-26 03:09:27
阅读次数:
636
glance是openstack管理镜像的一个组件,从webclient上传的镜像或者从命令行上传的镜像默认保存到了那个目录下,可以在:#cat/etc/glance/glance-api.conf|grep-v"^$"|grep-v"^#"
filesystem_store_datadir=/var/lib/glance/p_w_picpaths/#这行中是显示的p_w_picpath存..
分类:
其他好文 时间:
2014-07-26 03:09:07
阅读次数:
212
在网上只有webbroswer的代码,所以自己又修改了修改改成axwebbroswer的public static class yanZhengMaHelp { //webbrowser验证码 public static Image GetRegCodePic(We...
查询:$model = Mage::getModel('mynews/mynews'); $collection = $model->getCollection(); $collection->addAttributeToSelect(array('name', 'image', 'url_key'...
分类:
其他好文 时间:
2014-07-25 23:51:50
阅读次数:
352
universal-image-loade 的两个重要配置文件ImageLoaderConfiguration 和 DisplayImageOptions。 做个笔记也把它分享给大家。...
分类:
其他好文 时间:
2014-07-25 11:20:11
阅读次数:
265