Using Controls in a Form Design [AX 2012]This
topic has not yet been rated-Rate this topic Updated:January 27, 2012 Applies
To:Microsoft Dynamics AX 2...
分类:
其他好文 时间:
2014-06-29 13:45:59
阅读次数:
249
Overview of Form Control Types [AX 2012]Other
Versions 0 out of 1 rated this helpful-Rate this topic Updated:October 11, 2011
Applies To:Microsoft Dyn...
分类:
其他好文 时间:
2014-06-29 12:22:53
阅读次数:
367
很多人发现中国天气网API无法更新了,以为是收费了或者咋滴(GQ真的都太不负责任了,什么通知都不给我们)
百度了下,发现API地址变更了:
天气预报:http://m.weather.com.cn/atad/101230201.html
实时天气:http://mobile.weather.com.cn/data/sk/101230201.html...
LigerUi-js中ajax前台调用后台Json格式转换!(已解决)
success: function (data, status)
{
var aaa = JSON2.stringify(data);
alert(aaa );
}...
分类:
Web程序 时间:
2014-06-20 12:17:23
阅读次数:
972
设计APP,由于屏幕很小,在PC网页山可以放在一体的内容,在APP中就不能放在一起了。
例如如下,项目出勤人员很多,需要弹出一个panel,然后让用户选择,如何设计呢?
项目出勤panel的内容:
<div id="shenqingxiangmuchuqing" title="申请项目出勤" class="panel" data-load="loadshenqi...
分类:
移动开发 时间:
2014-06-20 09:21:12
阅读次数:
348
using Microsoft.SharePoint;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Data.OleDb;
using System.Linq;
using System.Web.UI.WebCo...
分类:
其他好文 时间:
2014-06-07 14:39:38
阅读次数:
226
1、函数split()功能:使用一个指定的分隔符把一个字符串分割存储到数组例:var Data=
"1/234/5678/9"; var str = shuju.split("/")
结果:1,234,5678,92、函数join()功能:使用您选择的分隔符将一个数组合并为一个字符串例:var .....
分类:
Web程序 时间:
2014-06-07 10:31:09
阅读次数:
234
根据https://github.com/blueimp/jQuery-File-Upload/wiki/Browser-supportThe
following browsers support at least one form ofAJAXstyle file uploads, either
...
分类:
Web程序 时间:
2014-06-07 09:39:54
阅读次数:
1581
将原来的数据库删除,然后进入data文件夹中修改名字,但是后来前台出现错误:Zend_Db_Statement_Exception Object (
[_previous:Zend_Exception:private] =>
[。。。。。。。。。。。。。。。。。。很多乱码,看不懂。于是将两个数据库都...
分类:
数据库 时间:
2014-06-07 07:07:34
阅读次数:
336
对象方法:
Net.post(url,data,callback,type,refer,async,headers,failfunc)具体介绍url : 请求地址 |
必选data : 发送数据 | 必选callback : 回调函数 | 必选type : 获取的数据类型 | 可选refer : 数...
分类:
其他好文 时间:
2014-06-07 06:32:18
阅读次数:
275