码迷,mamicode.com
首页 >  
搜索关键字:website    ( 1009个结果
Cite a Website in Paper 论文中引用网页的格式
Template:1.A. Author Surname, 'Title', Year Published, (accessed 10 October 2013).Example:1.I. Heap, 'the Gloves', Imogenheap.co.uk, 2012, (access...
分类:Web程序   时间:2015-09-23 06:44:35    阅读次数:218
Apache多站点配置
例如你的主机IP:192.168.1.8 而你有三个站点,域名为:www.111.com,www.222.com,www.333.com 相应的网站文件放在主机的 D:\website\111; D:\website\222; D:\website\333文件夹下 现在打开APACHE配置文件htt...
分类:Web程序   时间:2015-09-18 12:01:46    阅读次数:148
javascript实现最简单的拖拽效果
// by zhangxinxu welcome to visit my personal website http://www.zhangxinxu.com/// zxx.drag v1.0 2010-03-23 元素的拖拽实现var params = { left: 0, top: 0, cur...
分类:编程语言   时间:2015-09-16 15:31:52    阅读次数:186
From MSI to WiX, Part 8 - Major Upgrade, by Alex Shevchuk
Following content is reprinted from here, please go to the original website for more information.Author: Alex ShevchukIntroductionA typical Major Upgr...
分类:其他好文   时间:2015-09-15 14:27:30    阅读次数:173
What are Upgrade, Product and Package Codes used for? By pusu
Following content is reprinted from here, please go to the original website for more information.Author:pusuRecently I am working with Windows Install...
分类:其他好文   时间:2015-09-14 11:55:01    阅读次数:182
百度UEditor基本使用
1 首先奉上链接其http://ueditor.baidu.com/website/index.html 更多更详细内容在其官方api上,本文只是一个归类总结性文章。2 下载链接http://ueditor.baidu.com/website/download.html 本人是.net开发人员就直接...
分类:其他好文   时间:2015-09-13 17:23:23    阅读次数:375
PHP .htaccess中添加自动加载的PHP文件
[UPDATE:solution] thx everyone, especially RiaD for its idea, this is what I've done:Edited my .htaccess file at the root of my website and added the ...
分类:数据库   时间:2015-09-13 15:45:47    阅读次数:191
duilib
Duilib is an open source windowless ui library base on viksoe‘s excellent directui code(http://www.viksoe.dk/code/windowless1.htm). Thanks to viksoe. Our website:https://github.com/duilib/duilib Du...
分类:其他好文   时间:2015-09-11 14:33:04    阅读次数:137
笔记-大话设计模式-26 享元模式
享元模式(Flyweight),运用共享技术有效地支持大量细粒度的对象。 缺点:使得系统更加复杂;使得程序逻辑复杂化。Demo: abstract class Website { public abstract void Use(User user); } c...
分类:其他好文   时间:2015-09-09 17:35:37    阅读次数:137
UEditor扩展又拍云图片存储功能实践
介绍UEditor:http://ueditor.baidu.com/website/index.htmlUPYUN:https://www.upyun.com/index.html步骤UEditor文件目录1.action_upload.php处理上传附件和上传视频 case 'uploadima...
分类:其他好文   时间:2015-09-09 16:13:47    阅读次数:198
1009条   上一页 1 ... 71 72 73 74 75 ... 101 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!