码迷,mamicode.com
首页 >  
搜索关键字:jquery file upload    ( 93231个结果
发送广播
public void sendPlayStateBrocast() {if (mContext != null){Intent intent = new Intent(BROCAST_NAME);intent.putExtra(MusicPlayState.PLAY_STATE_NAME, mPl...
分类:其他好文   时间:2014-04-30 02:49:15    阅读次数:414
PowerDesigner 15 进行 数据库反转到 数据库模型
菜单"File" - "Reverse Engineer" - "DataBase"弹出来 New Physical Data Model 窗口 ,为模型建好名字 - 点击确定到下一步 就是为建立 类似 jdbc连接数据库的配置文件的一个功能。选择using a data source : 点击右侧...
分类:数据库   时间:2014-04-30 02:46:10    阅读次数:585
Jquery异步提交$.ajax的使用
function test(){ var myEntity=new Object(); myEntity.pro1="xxx"; myEntity.pro2=10; $.ajax({ type: "post",//提交方式,post,get,put,delete 等 ...
分类:Web程序   时间:2014-04-30 02:17:27    阅读次数:484
sharepoint 2013基于AD的Form表单登录(四)——开发自定义登录过程需要引用文件路径。
1、Microsoft.IdentityModel.dll 位置%ProgramFiles%\ReferenceAssemblies\Windows Identity Foundation\v3.52、Microsoft.SharePoint.IdentityModel.dll位置C:\Window...
分类:其他好文   时间:2014-04-30 02:13:20    阅读次数:460
通用的日志记录器(java)
线程安全的java日志记录器 1 import java.io.BufferedWriter; 2 import java.io.File; 3 import java.io.FileWriter; 4 import java.io.IOException; 5 import java.t...
分类:编程语言   时间:2014-04-30 02:10:14    阅读次数:560
Visual Studio Create Setup project to deploy web application in IIS
Introduction: In this article I will explain how to create setup file in visual studio 2008/2010 to deploy web application file directly in IIS or in ...
分类:移动开发   时间:2014-04-30 01:35:19    阅读次数:865
[ejoy2d] - 安装
1. 安装openglessudo apt-get install libgles-mesa-dev2. 安装glew 1.9下载codehttp://sourceforge.net/projects/glew/files/glew/makesudo make install3. 安装freetyp...
分类:其他好文   时间:2014-04-30 00:58:28    阅读次数:506
Jquery Easy-UI 树形菜单的运用
一、树形菜单的右键标签 期中增加同级机构、增加下属机构、修改、删除分别是调用了addNode(),del()等方法。 新增同级机构 新增下属机...
分类:Web程序   时间:2014-04-30 00:49:12    阅读次数:599
linux下shell脚本执行方法及exec和source命令
exec和source都属于bash内部命令(builtins commands),在bash下输入man exec或man source可以查看所有的内部命令信息。bash shell的命令分为两类:外部命令和内部命令。外部命令是通过系统调用或独立的程序实现的,如sed、awk等等。内部命令是由特...
分类:系统相关   时间:2014-04-30 00:23:34    阅读次数:671
seajs 使用 jquery插件
define(function(require,exports,moudles){ return function(jquery){ (function($) { $.fn.pri= function() { alert...
分类:Web程序   时间:2014-04-30 00:07:13    阅读次数:634
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!