在日常开发中,我们常会用到很多的组件及共用代码提高我们的开发效率。
DNNStore | 6/5/2014 6:06:42 PM|
(22) Comments | (0) View Count
Features Image Upload & Share From Url , Youtube, Vimeo, Vine, Instagram, Metacafe, DailyMotion Videos Comments for Media Facebook Comments Responsive Layout User Profile & Points Tags or Category System Super Easy Installation Full Admin Panel Moderate Guest Submissions Social Share Buttons Search for Media Seo Url Much More… Requirements PHP 4.3 or later, PHP 5.x for all functionality. MySQL 4.1 or later, MySQL 5.x for best performance.
Creative Upload Plugins Version 1.0 Creative Upload Plugins to raise the image and use it as a library can be used to control the images and pictures that have been filed by deleting or use an image from the library or use the Image Gallery to select multiple images to work Gallery This product is exclusive only to http://codecanyon.net Demo : http://demo.megatpl.com/creative_upload_plugins/index.php https://vimeo.com/97004362 Features: Easy to use Easy Installation Sma...
DNNStore | 5/17/2014 1:46:23 AM|
(34) Comments | (6) View Count
Test our plugin out using the Live Preview above and the credentials below. Username: demo Password: password The only option you have in the Wordpress administration is the online contract, so it should be easy to find. You can modify anything but remember, after 1 hour, it all disappears. WP Online Contract allows you to create, manage, and save contracts online through WordPress. You can customize contracts using flat text files and short codes and view revisions of your ex...
DNNStore | 5/13/2014 5:50:46 PM|
(31) Comments | (5) View Count
PHPClips is now at V2.0 release. It is a powerful video sharing platform, supporting uploads from pc or from youtube, themes, plugins, video processing with ffmpeg, and much more features. Checkout the demo with the details here https://phpclips.com/demo Important note: we provide support and answers to your questions though ticket system. Please place your answers at https://phpclips.com/support Documentation at https://phpclips.com/documentation Requirements PHP 5....
This tool is a simple file manager software, that provides extra features for your server and developers. Upload your files, create packages or fetch files from an external origin quickly and easily with the File Manager. The system is capable to handle files up to 20 MB. Demo account: Username: superadmin Password: admin Documentation: http://demo.erdsoft.net/FileManager/readme/ ...
DNNStore | 4/29/2014 2:02:40 AM|
(8) Comments | (6) View Count
Save your database and attachments with scheduled jobs, get the backups by email or send it to Dropbox. It automatically creates the archive of your database and files. Uses default WP Cron. Once you activate this plugin, it will backup your WordPress file to your backup and once completed, it will send user an email notification of the completion.
DNNStore | 4/29/2014 2:01:38 AM|
(7) Comments | (6) View Count
What can I do with this plugin? Use your Post and Page Featured Images automatically as a full background, set a Default Background Image in your Settings and make your theme look awesome! The background image is always in ratio and responsive and works on iPhone, iPad and other touchscreen devices next to regular browsers. How does that work? The Wordpress Featured Image function is used and expanded. No need to add extra code to your template, just plug and play and adjust your backg...
Out-of-the-Box WordPress Plugin This plugin will help you to easily integrate Dropbox into your WordPress website or blog. Out-of-the-Box allows you to view, download, delete, rename files & folders directly from a WordPress page. You can use Out-of-the-Box as a filebrowser, gallery, audio- or video-player! NOTE: Out-of-the-Box uses the Offical Dropbox API. Although Dropbox requests a SSL connection when using this API, it is possible to use this plugin without SSL certificate. Read ou...
NEWS NEWS NEWS NOW COMPATIBLE with GRAVITY FORMS USER REGISTRATION ADD-ON!! Overview This add-on extends the functionality of the premium Wordpress plugin Gravity Forms. It allows to add a new single file upload field that is not related to the WP media core. Yes, you will not find the loaded file inside the media manager, also it uses a different folder for every location (based on form id, field id and entry id). Also, you can activate the option to let user upload more than 1 file...
Kotakin with API – Self-host your own file sharing. If you need file sharing capabilities for personal or business needs. You can share folders with other users or create a public link for anyone. Kotakin was created for everyone that must constantly send or receive files. This version was build based on REST API + OAuth 2 90% of the front-end is using AJAX, so the interaction is more smooth and faster than before, with help using Backbone.js + Require.js You will be abl...
- element-ui upload上传组件问题记录
element-ui upload上传组件遇到的问题
- 封装Vue Element的upload上传组件
本来昨天就想分享封装的这个upload组件,结果刚写了两句话,就被边上的同事给偷窥上了,于是在我全神贯注地写分享的时候他就神不知鬼不觉地突然移动到我身边,腆着脸问我在干啥呢.卧槽你妈,当场就把我吓了一 ...
- 页面中使用多个element-ui upload上传组件时绑定对应元素
elemet-ui里提供的upload文件上传组件,功能很强大,能满足单独使用的需求,但是有时候会存在多次复用上传组件的需求,如下图的样子,这时候就出现了问题,页面上有多个上传组件时,要怎么操作呢? ...
- element-ui Upload 上传组件源码分析整理笔记(十四)
简单写了部分注释,upload-dragger.vue(拖拽上传时显示此组件).upload-list.vue(已上传文件列表)源码暂未添加多少注释,等有空再补充,先记下来... index.vue ...
- 封装react antd的upload上传组件
上传文件也是我们在实际开发中常遇到的功能,比如上传产品图片以供更好地宣传我们的产品,上传excel文档以便于更好地展示更多的产品信息,上传zip文件以便于更好地收集一些资料信息等等.至于为何要把上传组 ...
- 在vue项目中使用element-ui的Upload上传组件
<el-upload v-else class='ensure ensureButt' :action="importFileUrl" :data="upLoadD ...
- 使用Element的upload上传组件,不使用action属性上传
1.需要实现的效果如下图,在点击提交的时候再提交file数据,和其他数据统一上传,我把file转换成了base64的格式,可以再上传之前显示缩略图 2.代码分析 action属性值为"#&q ...
- ComponetArt Upload上传组件
componentArt的组件很炫,但示例并非单独的,要分离开来用还得费一番周折. 一个不经意问题,足足困扰了一好几天,服务器的时间不对,导致控件无法正常显示,无浏览文件按钮 看来,控件的开发者设定了 ...
- upload 上传 加token 在 :headers='headers' 注意 不要直接写$refs.upload.headers = {} 这样vue会警告 修改组件内部变量
upload 上传 加token 在 :headers='headers' 注意 不要直接写$refs.upload.headers = {} 这样vue会警告 修改组件内部变量 <Upload ...
随机推荐
- CodedDFS日志配置
本文根据Log4j的配置属性,编写了用于记录BMBR编码的日志 author: zyumeng Blog: [url] http://www.cnblogs.com/zyumeng/ [/url] 利 ...
- 一个php小白找工作的历程
一个php小白找工作的历程其实对新工作还是有点忐忑的,对于我这样一个有着特殊工作经历的来说更是如此.为了更好的迎接未来,不得不总结下过去.在经历一段时间的职业生涯探索期后,还是觉得自己更适合做程序员这 ...
- Nginx源码研究二:NGINX的事件处理概论
NGINX作为服务端的应用程序,在客户端发出数据后,服务端在做着这样一些处理,数据先会经过网卡,网卡会和操作系统做交互,经过操作系统的协议栈处理,再和不同的应用程序交互. 在这里面涉及两个概念,一个是 ...
- Linux 在一个命令行上执行多个命令(转载)
对于单个命令执行我想大多数人都是明了的,也就是在一个命令行上执行一条命令.那对于在一行上执行多个命令怎么办呢,其实也很简单,只需在各命令之间加上特殊命令符号,我们常规使用到的有3个特殊命令符号. 1. ...
- C# 文件读写异常“正由另一进程使用,因此该进程无法访问该文件”
最近在对文件进行读写操作时,利用using的方法可还是遇到了异常"文件正由另一进程使用,因此该进程无法访问该文件": public bool WriteUserInfo(strin ...
- hibernate3 无法查询中文问题
在查询中文时 hql语句在生成的语句中把中文显示为乱码 则在hibernate配置文件中加入: <property name="hibernate.query.factory_cla ...
- Currency 货币 filter
angularjs 其实也有一个currency指令,不过好像只是换符号而已. 这里自己写了一个简单的兑换率filter <div ng-controller="ctrl"& ...
- 基于 USB 传输的针式打印机驱动程序开发
1.引言 针式打印机曾经在相当长的一段时间占据打印机市场的主导地位,但是近年来由于喷墨.激光等非击打式打印机的冲击,针式打印机的市场份额逐年下降.即便如此,由于针式打印机在票据打印领域的不可取代性,同 ...
- COJ 0024 N皇后问题
N皇后问题 难度级别:B: 运行时间限制:1000ms: 运行空间限制:51200KB: 代码长度限制:2000000B 试题描述 在N*N的方格棋盘放置N个皇,使得它们不相互攻击(即任意2个 ...
- System.Drawing.Image.Save(Savepath),保存为jpg格式,参数错误,文件0kb解决办法
问题场景:asp.net给图片添加文字水印保存为jpg格式时出现标题所描述错误(图片为.jpg格式): 简单验证:用本机的画图程序打开,然后保存为jpg格式会出现警告框"画图程序不能存储该文 ...